diff --git a/html/css/styles.css b/html/css/styles.css index eb049d79f..8ad53f0cf 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1,3 +1,23 @@ +.submit { + background-image:url('/images/submitbg.png'); + background-position:0 100%; +} +input,select { + padding:2px 5px; + background:#FFFFFF url('/images/textbg.png') repeat-x scroll 0 0; + font-size:1em; + wwidth:92%; + border:1px solid #B2B2B2 + bbackground-color:cornsilk; + border:1px solid #B2B2B2; + bborder-color:#B2B2B2 #000000 #000000 #B2B2B2; + border-style:solid; + border-width:1px; + font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif; + margin:1px; + padding:1px; +} + .rounded{display:block} .rounded *{ display:block; diff --git a/html/images/submitbg.png b/html/images/submitbg.png new file mode 100644 index 000000000..17c98a72e Binary files /dev/null and b/html/images/submitbg.png differ diff --git a/html/images/textbg.png b/html/images/textbg.png new file mode 100644 index 000000000..a7b37e214 Binary files /dev/null and b/html/images/textbg.png differ diff --git a/html/pages/device/vrfs.inc.php b/html/pages/device/vrfs.inc.php index 497b3ecc5..a8070acf2 100644 --- a/html/pages/device/vrfs.inc.php +++ b/html/pages/device/vrfs.inc.php @@ -1,30 +1,15 @@ - - - - - - -
-
Basic | Graphs : Bits | Packets | NU Packets | Errors -
-
- - - - - - - "); +print_optionbar_end(); echo("
"); diff --git a/html/pages/devices.php b/html/pages/devices.php index 97d1460aa..b931ba3ad 100644 --- a/html/pages/devices.php +++ b/html/pages/devices.php @@ -88,7 +88,7 @@ } ?> - + diff --git a/html/pages/vrfs.php b/html/pages/vrfs.php index fb963198d..350889f59 100644 --- a/html/pages/vrfs.php +++ b/html/pages/vrfs.php @@ -1,32 +1,15 @@ = '5') { - +print_optionbar_start(); echo(" -
- - - - - - -
-
Basic | Graphs : Bits | Packets | NU Packets | Errors -
-
- - - - - - -
"); +print_optionbar_end(); echo("
");