]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
design fix
authorMichael Wiebusch <stratomaster@gmx.net>
Wed, 21 Aug 2013 16:50:55 +0000 (18:50 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Wed, 21 Aug 2013 16:50:55 +0000 (18:50 +0200)
layout/jtageditor_blue.css

index 7ac5ea7c2184b0f9df1bd24ef965de7b808655c0..e8449df74ff29f826704d2f8035828d93b820a22 100644 (file)
@@ -190,14 +190,9 @@ tr.bitfield{
     cursor:auto;
 }
 
-table.conversion {
-  visibility:collapse;
-  font-size:9pt;
-}
 
-/*tr.fileLevel:hover td table.conversion {
-  visibility:visible;
-}*/
+
+
 
 table.registers tr.bitfield td:first-child{
     background:transparent;
@@ -273,6 +268,15 @@ div.header span a:hover {
 }
 
 
-
+table.conversion {
+  visibility:collapse;
+/*   font-size:9pt; */
+  background:transparent;
+}
+table.conversion tr td{
+  background:transparent!important;
+  border:none!important;
+  height:10px;
+}