From: Michael Wiebusch Date: Wed, 21 Aug 2013 16:50:55 +0000 (+0200) Subject: design fix X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3923eedd5e159977f07a3d2fc03e9fa104d3ac06;p=mvdsensorcontrol.git design fix --- diff --git a/layout/jtageditor_blue.css b/layout/jtageditor_blue.css index 7ac5ea7..e8449df 100644 --- a/layout/jtageditor_blue.css +++ b/layout/jtageditor_blue.css @@ -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; +}