From: Jan Michel Date: Mon, 24 Jun 2013 13:10:08 +0000 (+0200) Subject: changed table color to css X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b28071d03f15ae6f300d2e88f2a1b868ec6f3936;p=mvdsensorcontrol.git changed table color to css --- diff --git a/.gitignore b/.gitignore index 0a40453..253e3f5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ devel *bak .kateproject temp +.kateproject.d/ diff --git a/xml_spielwiese/cgitest.pl b/xml_spielwiese/cgitest.pl index 4f59e44..631a53d 100755 --- a/xml_spielwiese/cgitest.pl +++ b/xml_spielwiese/cgitest.pl @@ -17,6 +17,7 @@ print < CGI Testrange + EOF printJavaScripts(); print <"; print < +  + +  EOF print "$registerName"; #print "$registerId"; if($xmlfile eq $setfile){ print < X  + X  EOF } if($xmlfile eq $specfile){ print < >>  + >>  EOF } print ""; #print ""; - print ''; + print ''; print ''; print ''; print_fields($xmlfile,$register); print ""; - print ""; + print ""; print ""; } print ""; diff --git a/xml_spielwiese/styles.css b/xml_spielwiese/styles.css index 5dcad26..636cf33 100644 --- a/xml_spielwiese/styles.css +++ b/xml_spielwiese/styles.css @@ -41,3 +41,18 @@ input[type="button"] font-size:12px; height:20px; } + + +.button_move { + background:orange; + cursor:hand; +} + +.regheader { + background:lightgrey; + font-variant:small-caps; +} + +.bitfield { + background:#dea; +} \ No newline at end of file