diff options
author | jim-p <jimp@pfsense.org> | 2012-05-22 16:11:37 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-05-22 16:11:37 -0400 |
commit | 9acb95cd603968d2fd09df3f9cdd4bf66d95bdee (patch) | |
tree | d470b22a4d5951a76401a97af549193ee855ed2a /config/lightsquid/sqstat.css | |
parent | ac8128399a17b743936f8333c2fc385bc8b2983f (diff) | |
download | pfsense-packages-9acb95cd603968d2fd09df3f9cdd4bf66d95bdee.tar.gz pfsense-packages-9acb95cd603968d2fd09df3f9cdd4bf66d95bdee.tar.bz2 pfsense-packages-9acb95cd603968d2fd09df3f9cdd4bf66d95bdee.zip |
Line endings again (autocrlf is your friend)
Diffstat (limited to 'config/lightsquid/sqstat.css')
-rw-r--r-- | config/lightsquid/sqstat.css | 136 |
1 files changed, 68 insertions, 68 deletions
diff --git a/config/lightsquid/sqstat.css b/config/lightsquid/sqstat.css index 4f5cc7d6..7575933e 100644 --- a/config/lightsquid/sqstat.css +++ b/config/lightsquid/sqstat.css @@ -1,68 +1,68 @@ -/* "connections" table */
-TABLE.result{
- border:1px solid #ccccdd;border-collapse:collapse;
-}
-TABLE.result TH{
- font-family: Verdana;font-size:14px;
-}
-TABLE.result TD{
- font-family: Verdana;font-size:11px;border:1px solid #c0c0c0;padding:2px;
-}
-TABLE.result TR.total TD{
- background-color:#DCDAD5;
-}
-
-TABLE.result TH{
- background-color:#ccccdd;
- white-space: nowrap; padding: 0px 2px;
-}
-
-TABLE.result tr.odd td {
- background-color: #eef;
-}
-TABLE.result tr.odd td#white {
- background-color: #fff;
-}
-TABLE.result td#highlight {
- background-color: #e9e9e9;
-}
-
-
-/* top header */
-DIV.header{
- border:3px solid #ccccdd;margin-bottom:10px;padding:3px;
- font-family: Verdana;font-size:12pt;
-}
-.copyleft,SELECT{
- font-family: Verdana;font-size:10px;
-}
-.copyleft A{
- text-decoration:none
-}
-.copyleft A:HOVER{
- text-decoration:underline
-}
-FORM{
- margin:0;padding:0;
-}
-
-#dhtmltooltip{
- position: absolute;
- /* width: 350px; */
- border: 2px solid black;
- padding: 2px;
- background-color: lightyellow;
- visibility: hidden;
- z-index: 100;
- font-family: Verdana; font-size: 10px;
-}
-
-
-#dhtmlpointer{
- position:absolute;
- left: -300px;
- z-index: 101;
- visibility: hidden;
-}
-
-
+/* "connections" table */ +TABLE.result{ + border:1px solid #ccccdd;border-collapse:collapse; +} +TABLE.result TH{ + font-family: Verdana;font-size:14px; +} +TABLE.result TD{ + font-family: Verdana;font-size:11px;border:1px solid #c0c0c0;padding:2px; +} +TABLE.result TR.total TD{ + background-color:#DCDAD5; +} + +TABLE.result TH{ + background-color:#ccccdd; + white-space: nowrap; padding: 0px 2px; +} + +TABLE.result tr.odd td { + background-color: #eef; +} +TABLE.result tr.odd td#white { + background-color: #fff; +} +TABLE.result td#highlight { + background-color: #e9e9e9; +} + + +/* top header */ +DIV.header{ + border:3px solid #ccccdd;margin-bottom:10px;padding:3px; + font-family: Verdana;font-size:12pt; +} +.copyleft,SELECT{ + font-family: Verdana;font-size:10px; +} +.copyleft A{ + text-decoration:none +} +.copyleft A:HOVER{ + text-decoration:underline +} +FORM{ + margin:0;padding:0; +} + +#dhtmltooltip{ + position: absolute; + /* width: 350px; */ + border: 2px solid black; + padding: 2px; + background-color: lightyellow; + visibility: hidden; + z-index: 100; + font-family: Verdana; font-size: 10px; +} + + +#dhtmlpointer{ + position:absolute; + left: -300px; + z-index: 101; + visibility: hidden; +} + + |