[Netpass-devel] NetPass/www/htdocs/OSSTemplate/css site.css,1.8,1.9
Brought to you by:
jeffmurphy
|
From: jeff m. <jef...@us...> - 2005-06-02 19:05:03
|
Update of /cvsroot/netpass/NetPass/www/htdocs/OSSTemplate/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20551/www/htdocs/OSSTemplate/css Modified Files: site.css Log Message: bug fixes, switch config, snort stuff Index: site.css =================================================================== RCS file: /cvsroot/netpass/NetPass/www/htdocs/OSSTemplate/css/site.css,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- site.css 6 May 2005 20:13:35 -0000 1.8 +++ site.css 2 Jun 2005 19:04:54 -0000 1.9 @@ -204,3 +204,32 @@ border-bottom: 2px solid black; border-top: 2px solid black; } + + +TABLE#switchConfig { + border-collapse: collapse; +} + +TABLE#switchConfig TD.left { + text-align: right; +} + +TABLE#switchConfig TD.selector { + text-align: center; + border-bottom: solid 1px black; + border-top: solid 1px black; + width: 33%; +} + +TABLE#switchConfig TR.selector { + border-bottom: 2px solid black; + border-top: 2px solid black; +} + +TABLE#switchConfig TD.vlanmapRow { + text-align: center; + width: 33%; +} + +TABLE#switchConfig TR.vlanmapRow { +} |