From: Robert Kaiser Date: Sun, 25 Jul 2010 18:38:40 +0000 (+0200) Subject: fix a few about: styles while working on further ones X-Git-Tag: LCARStrek-2.1a3~8 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=eac115025f33b7c26711ef8b905b6957a1a7683b fix a few about: styles while working on further ones --- diff --git a/EarlyBlue/communicator/certError.css b/EarlyBlue/communicator/certError.css index 96db0e5b..4ba12716 100644 --- a/EarlyBlue/communicator/certError.css +++ b/EarlyBlue/communicator/certError.css @@ -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; diff --git a/EarlyBlue/global/about.css b/EarlyBlue/global/about.css index d6918177..a6c0e80c 100644 --- a/EarlyBlue/global/about.css +++ b/EarlyBlue/global/about.css @@ -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; diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css index c3c213a7..19055400 100644 --- a/EarlyBlue/global/netError.css +++ b/EarlyBlue/global/netError.css @@ -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 */ diff --git a/EarlyBlue/global/plugins.css b/EarlyBlue/global/plugins.css index 10d368d2..a46b1b1b 100644 --- a/EarlyBlue/global/plugins.css +++ b/EarlyBlue/global/plugins.css @@ -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 diff --git a/LCARStrek/global/plugins.css b/LCARStrek/global/plugins.css index 12a2d5a4..2c797260 100644 --- a/LCARStrek/global/plugins.css +++ b/LCARStrek/global/plugins.css @@ -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 +}