diff --git a/html/css/styles.css b/html/css/styles.css index bffdb4b0e8..be39772bba 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -780,12 +780,12 @@ visibility:visible; position:absolute; top:-69px; t\op:-70px; color:#000; left:1 /* For fancy tabs */ .shadetabs { - padding: 3px 3px; + padding: 0px 5px; margin-left: 0; margin-top: 1px; margin-bottom: 0px; font-family: Verdana, arial, sans-serif; - font-weight: bold; + font-weight: none; font-size: 12px; list-style-type: none; text-align: left; /*set to left, center, or right to align the menu as desired*/ @@ -799,7 +799,7 @@ visibility:visible; position:absolute; top:-69px; t\op:-70px; color:#000; left:1 .shadetabs li a{ text-decoration: none; - padding: 2px 7px; + padding: 3px 7px; margin-right: 3px; border: 1px solid #aaa; color: #2d2b2b; diff --git a/html/pages/device.inc.php b/html/pages/device.inc.php index 8f0600965c..22c2e5132e 100644 --- a/html/pages/device.inc.php +++ b/html/pages/device.inc.php @@ -1,242 +1,230 @@ '); - include("includes/device-header.inc.php"); - echo(""); - - echo("
"); - - echo('"); -echo(' -
'); - -## FIXME safe?? -include("pages/device/".mres($section).".inc.php"); - - -echo("
-"); -} - -} else { include("includes/error-no-perm.inc.php"); } ?> - + \ No newline at end of file