From 3f58f96711f9d662f9157c3a3e314a9975608e6a Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Mon, 24 Jun 2013 15:37:03 +0200 Subject: [PATCH] more CSS, some changes in html --- xml_spielwiese/cgitest.pl | 4 ++-- xml_spielwiese/styles.css | 15 +++++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) 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; +} -- 2.43.0