]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
more CSS, some changes in html
authorJan Michel <j.michel@gsi.de>
Mon, 24 Jun 2013 13:37:03 +0000 (15:37 +0200)
committerJan Michel <j.michel@gsi.de>
Mon, 24 Jun 2013 13:37:03 +0000 (15:37 +0200)
xml_spielwiese/cgitest.pl
xml_spielwiese/styles.css

index 050dd05ed586c2731349d72c1e8787f3403dc4cb..8f5cf0d34edf2de712ed089e7e93c9f210c56d49 100755 (executable)
@@ -249,9 +249,9 @@ EOF
 
        print '<tr id="'.$flistid.'" class="bitfield">';
        print '<td></td>';
-       print '<td colspan="2">';
+       print '<td  class="fieldcontainer">';
                print_fields($xmlfile,$register);
-       print "</td>";
+       print "<td>";
        print "</tr>";
 }
 print "</table>";
index 0bfa2fbf58dbb8715be4b98b99ab10ce4edc315d..b25f3db68f4d66ad0a36f118f7e66d1340c81360 100644 (file)
@@ -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;
+}