fix a few about: styles while working on further ones
authorRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 25 Jul 2010 18:38:40 +0000 (20:38 +0200)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 25 Jul 2010 18:38:40 +0000 (20:38 +0200)
EarlyBlue/communicator/certError.css
EarlyBlue/global/about.css
EarlyBlue/global/netError.css
EarlyBlue/global/plugins.css
LCARStrek/global/plugins.css

index 96db0e5bba02926a906ce4b3bf85ef26cd51c12f..4ba127164f4a95bcb0df1782ef41519422506367 100644 (file)
@@ -66,7 +66,6 @@ h2 {
   max-width: 52em;
   margin: 4em auto;
   border: 2px solid #FFFFCC;
-  -moz-border-radius: 10px;
   padding: 3em;
   -moz-padding-start: 30px;
   background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat #9999CC;
index d69181771155ce87be4bfeb483c1cd668ef570d3..a6c0e80c02d8787d0608a391b7cd81a2c9d5cc8c 100644 (file)
@@ -11,7 +11,6 @@ body {
   max-width: 50em;
   margin: 4em auto;
   border: 1px solid #666699;
-  -moz-border-radius: 10px;
   padding: 3em;
   -moz-padding-start: 30px;
   background: #FFFFFF;
index c3c213a748d90036ae1676ed662e8b14b500bf92..190554009e8fafb1b6d0d406986ca89f514aef8c 100644 (file)
@@ -44,7 +44,6 @@ ul {
   max-width: 52em;
   margin: 4em auto;
   border: 1px solid #666699;
-  -moz-border-radius: 10px;
   padding: 3em;
   -moz-padding-start: 30px;
   background: url("chrome://global/skin/icons/alert-exclam.gif") left 0 no-repeat #9999CC;
@@ -117,7 +116,6 @@ body[dir="rtl"] #brand {
   background-color: #FFFFCC;
   color: #000000;
   padding: 10px;
-  -moz-border-radius: 10px;
 }
 
 /* Custom styling for 'blacklist' error class */
index 10d368d26eb01c9097d1f1a2c311473bf720de50..a46b1b1b05bee6beace66843dbdd8f87aa7ce386 100644 (file)
@@ -123,13 +123,9 @@ th, td {
 }
 
 th.type, th.suff {
-  width: 20%;
+  width: 25%;
 }
 
 th.desc {
   width: 50%;
 }
-
-th.enabled {
-  width: 10%;
-}
\ No newline at end of file
index 12a2d5a418f30de827f3ddd5e7f21751d24373b2..2c797260c312ba2f80160e8a1e88fcc5c0b128dd 100644 (file)
@@ -50,6 +50,8 @@ a:link, a:visited, a:active {
   color: #FFCF00;
   background-color: #000000;
   text-decoration: none;
+  -moz-padding-start: 1px;
+  -moz-padding-end: 1px;
 }
 
 a:hover {
@@ -62,10 +64,10 @@ hr {
 }
 
 div#outside {
- text-align: justify;
- width: 90%;
- -moz-margin-start: 5%;
- -moz-margin-end: 5%;
 text-align: justify;
 width: 90%;
 -moz-margin-start: 5%;
 -moz-margin-end: 5%;
 }
 
 div#plugs {
@@ -140,19 +142,18 @@ th, td {
   padding: 3px;
 }
 
-th.type {
+th:first-child {
   -moz-border-radius: 9px 0px 0px 0px;
 }
 
 th.type, th.suff {
-  width: 20%;
+  width: 25%;
 }
 
 th.desc {
   width: 50%;
 }
 
-th.enabled {
-  width: 10%;
+th:last-child {
   -moz-border-radius: 0px 9px 0px 0px;
-}
\ No newline at end of file
+}