From 776ffcb296667e5b82fd25e319864ba7fbd857e6 Mon Sep 17 00:00:00 2001 From: That-Guy Date: Tue, 3 Apr 2012 12:22:39 +0200 Subject: [PATCH] standalone server page pixel fixes and log purging (#17, 1h) --- server-rel.html | 59 ++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 46 insertions(+), 13 deletions(-) diff --git a/server-rel.html b/server-rel.html index c7a7876d..eac4bf07 100644 --- a/server-rel.html +++ b/server-rel.html @@ -28,13 +28,26 @@ body +.floatright +{ + float: right; +} + + + + /* content - tables */ table { width: 100%; - margin-top: 5px; - border-spacing: 0; + /*margin-top: 5px;*/ + /*border-spacing: 0;*/ +} + +table +{ + border-spacing: 0 4px; } table thead @@ -59,6 +72,7 @@ table td color: #505050; } + tbody tr:nth-child(even) { background-color: #f0f0f0; @@ -123,6 +137,8 @@ tbody input tbody td button { padding: 2px 7px 2px 7px; + text-transform: uppercase; + font-weight: bold; } tbody td.center @@ -132,6 +148,11 @@ tbody td.center +.outsidetable td +{ + padding-top: 30px; + background-color: #fafafa; +} @@ -225,6 +246,7 @@ tbody td.center #header-title > span, #header-connection, #header-host, #nav, th, +#login > button, p, label { @@ -232,12 +254,11 @@ label text-transform: uppercase; } -#login > input, #login > button +#login > input { font: normal bold 11pt Arial, sans-serif; } - td { font: normal normal 10pt Arial, sans-serif; @@ -391,7 +412,8 @@ td 'timeout': 2500, 'error': function() { - setHeaderState('disconnected'); + //setHeaderState('disconnected'); + showTab('disconnect'); }, 'success': function(d) { @@ -471,8 +493,8 @@ td //TODO fixme login creds var host = $('').attr('type', 'text').attr('placeholder', 'http://localhost:4242'); - var user = $('').attr('type', 'text').attr('placeholder', 'USERNAME');/*.attr('value', 'testaccount'); */ - var pass = $('').attr('type', 'password').attr('placeholder', 'PASSWORD');/*.attr('value', 'pisvlek'); */ + var user = $('').attr('type', 'text').attr('placeholder', 'USERNAME').attr('value', 'testaccount'); + var pass = $('').attr('type', 'password').attr('placeholder', 'PASSWORD').attr('value', 'pisvlek'); var conn = $('