From: Jan Michel Date: Wed, 21 May 2014 12:05:47 +0000 (+0200) Subject: cleaned up header line of xml-gui X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=6951d6e12f072534b345c382b48eefe27d7b6061;p=daqtools.git cleaned up header line of xml-gui --- diff --git a/web/htdocs/commands/xmlpage.pm b/web/htdocs/commands/xmlpage.pm index 5d6e7fb..f6e08ed 100644 --- a/web/htdocs/commands/xmlpage.pm +++ b/web/htdocs/commands/xmlpage.pm @@ -56,26 +56,31 @@ print qq(); print '
'; if($setup[$active]->{generic} == 1) { print qq| - + style="width:150px;text-align:left">
|; } if(!$setup[$active]->{generic}) { - print qq| - {noaddress}) { + print 'style="display:none"'; + } + + print qq|> - |; + > |; } print qq| - -
-
- +
+
+
+
+
+
|; diff --git a/web/htdocs/layout/blue.css b/web/htdocs/layout/blue.css index 2a3a6a6..4733092 100644 --- a/web/htdocs/layout/blue.css +++ b/web/htdocs/layout/blue.css @@ -49,17 +49,22 @@ body { /* overflow:auto; */ } +div#content { + margin-top:33px; + border-top:1px solid #78b; + padding-top:5px; +} input[type="text"] { background-color:#dde; color:#444; font-size:10px; - height:24px; + height:22px; width:90px; text-align:right; padding-right:5px; padding-top:1px; - border:1px solid #78b; + border:none; transition:background .4s; } @@ -75,17 +80,28 @@ select { } div.checkbox { - position:relative; - top:4px; - width: 100px; - display:inline; - padding-top:9px; + width: 90px; font-size:10px; - height:20px; + height:22px; background-color:#dde; color:#444; border:1px solid #78b; transition:background .4s; + float:left; + margin-right:5px; +} + +div.checkbox input[type="checkbox"] { + width:20px; + position:relative; + top:-2px; +} + +div.checkbox label { + padding-bottom:5px; + height:30px; + position:relative; + top:-5px; } input:hover, input:active, input:focus, @@ -95,13 +111,11 @@ background:#eed; } .stdbutton, input.stdbutton:active, input.stdbutton:focus { - width:100px; - height:25px; + width:90px; + height:22px; background:#dde; color:#444; - border:1px solid #78b; - margin:0 5px; - padding:0 0 3px 0; + border:none; transition: background .4s; } diff --git a/web/htdocs/scripts/xmlpage.js b/web/htdocs/scripts/xmlpage.js index e2f63ec..5031f93 100644 --- a/web/htdocs/scripts/xmlpage.js +++ b/web/htdocs/scripts/xmlpage.js @@ -79,6 +79,7 @@ command += opt;*/ function setaddress(e) { + address=document.getElementById("address").value; var part = command.split('-'); command=part[0]+"-"+address+"-"+part[2]+"-"+part[3];