diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-03 07:53:59 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-03 07:53:59 +0000 |
commit | fab22f5ebb7c5f757e48292a7f8de605638b7213 (patch) | |
tree | bb33937250d0b36117a65047a4bad32f6279a52f /h-source/Public | |
parent | f4420f9dea80c5be0bb7d41a20e2db0dcce715a5 (diff) |
when a device is already in the database (same vendorid_productid code) the system puts the link to the device - sudoman issue
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/main.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index a7c658e..296843e 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -386,11 +386,11 @@ a.link_menu clear:left; clear:right; font:bold 12px/1.5 sans-serif,arial; - padding:2px; - margin:5px 5px 15px 5px; -/* background:TOMATO; */ -/* border-top:2px solid MAROON; */ -/* border-bottom:2px solid MAROON; */ + padding:10px; + margin:5px 0px 15px 0px; + background:TOMATO; + border-top:2px solid MAROON; + border-bottom:2px solid MAROON; color:MAROON; } |