From: Jan Michel Date: Mon, 24 Jun 2013 13:37:03 +0000 (+0200) Subject: more CSS, some changes in html X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3f58f96711f9d662f9157c3a3e314a9975608e6a;p=mvdsensorcontrol.git more CSS, some changes in html --- diff --git a/xml_spielwiese/cgitest.pl b/xml_spielwiese/cgitest.pl index 050dd05..8f5cf0d 100755 --- a/xml_spielwiese/cgitest.pl +++ b/xml_spielwiese/cgitest.pl @@ -249,9 +249,9 @@ EOF print ''; print ''; - print ''; + print ''; print_fields($xmlfile,$register); - print ""; + print ""; print ""; } print ""; diff --git a/xml_spielwiese/styles.css b/xml_spielwiese/styles.css index 0bfa2fb..b25f3db 100644 --- a/xml_spielwiese/styles.css +++ b/xml_spielwiese/styles.css @@ -69,9 +69,14 @@ table.fields td { } -td.button_move { +table.fields td.button_move, table.registers td.button_move { background:orange; cursor:pointer; + text-align:center; + color:white; + font-weight:bold; + width:25px; + border:2px solid white; } .regheader { @@ -82,4 +87,10 @@ td.button_move { .bitfield { background:#dea; visibility:collapse; -} \ No newline at end of file +} + +.fieldcontainer { +margin:0; +padding:0; +border:0; +}