]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
fix
authorMichael Wiebusch <stratomaster@gmx.net>
Thu, 1 Aug 2013 18:04:31 +0000 (20:04 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Thu, 1 Aug 2013 18:04:31 +0000 (20:04 +0200)
layout/testgui.css
tools/jtageditor.pl

index 678dfb21a69f9a8637cb4ec149f3d6eec83e04af..2f49da90de23315710300784182f0055d7fd4159 100644 (file)
@@ -7,13 +7,13 @@
 .td_solid {
   
   border-style : solid;
-  
+  margin:5px
 }
 
 .sensorAreaTable {
   
   border-style: dashed;
-  
+  padding:10px;
 }
 
 .previewArea {
index 79f08394ca20779b29d738f8322e1875d1d40582..9aabdaf1acf74b33885387117f792f02f83a77bd 100755 (executable)
@@ -3,6 +3,8 @@ print "Content-type: text/html\n\n";
 
 # TODO
 
+# implement a hex/bin/dec converter that is easy to use
+
 # remove CGI processing routines that are now in xmlOperation.pl
 # still there but commented out