From: robert Date: Thu, 21 Mar 2002 19:44:12 +0000 (+0000) Subject: oops, forgot an image; some beauty corrections X-Git-Tag: EarlyBlue10rc2~16 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=55509a9140d6ed6d8ae18e4fc1da8f5789d2279f;hp=d36c7ec407cc272dc85e6bfba54df0961303877c oops, forgot an image; some beauty corrections --- diff --git a/EarlyBlue/communicator/bookmarks/bookmark-group.gif b/EarlyBlue/communicator/bookmarks/bookmark-group.gif new file mode 100644 index 00000000..447d1d91 Binary files /dev/null and b/EarlyBlue/communicator/bookmarks/bookmark-group.gif differ diff --git a/EarlyBlue/global/arrow/arrow-down-sharp.gif b/EarlyBlue/global/arrow/arrow-down-sharp.gif index 206d7c19..ccd686cb 100644 Binary files a/EarlyBlue/global/arrow/arrow-down-sharp.gif and b/EarlyBlue/global/arrow/arrow-down-sharp.gif differ diff --git a/EarlyBlue/global/arrow/arrow-left-sharp-end.gif b/EarlyBlue/global/arrow/arrow-left-sharp-end.gif index c22294ba..bd53b474 100644 Binary files a/EarlyBlue/global/arrow/arrow-left-sharp-end.gif and b/EarlyBlue/global/arrow/arrow-left-sharp-end.gif differ diff --git a/EarlyBlue/global/arrow/arrow-left-sharp.gif b/EarlyBlue/global/arrow/arrow-left-sharp.gif index ae9b1dd0..e26ff934 100644 Binary files a/EarlyBlue/global/arrow/arrow-left-sharp.gif and b/EarlyBlue/global/arrow/arrow-left-sharp.gif differ diff --git a/EarlyBlue/global/arrow/arrow-right-sharp-end.gif b/EarlyBlue/global/arrow/arrow-right-sharp-end.gif index c1b3750d..9875314c 100644 Binary files a/EarlyBlue/global/arrow/arrow-right-sharp-end.gif and b/EarlyBlue/global/arrow/arrow-right-sharp-end.gif differ diff --git a/EarlyBlue/global/arrow/arrow-right-sharp.gif b/EarlyBlue/global/arrow/arrow-right-sharp.gif index ca628ba6..8fb1fdb2 100644 Binary files a/EarlyBlue/global/arrow/arrow-right-sharp.gif and b/EarlyBlue/global/arrow/arrow-right-sharp.gif differ diff --git a/EarlyBlue/global/arrow/arrow-up-sharp.gif b/EarlyBlue/global/arrow/arrow-up-sharp.gif index 883a4f95..08083526 100644 Binary files a/EarlyBlue/global/arrow/arrow-up-sharp.gif and b/EarlyBlue/global/arrow/arrow-up-sharp.gif differ diff --git a/EarlyBlue/global/checkbox.css b/EarlyBlue/global/checkbox.css index 14dec25b..b4196538 100644 --- a/EarlyBlue/global/checkbox.css +++ b/EarlyBlue/global/checkbox.css @@ -50,6 +50,7 @@ checkbox { .checkbox-label-box { border: 1px solid transparent; padding: 0px 1px; + -moz-box-align: center; } .checkbox-icon { diff --git a/EarlyBlue/global/radio.css b/EarlyBlue/global/radio.css index a8a7066e..d3552fdf 100644 --- a/EarlyBlue/global/radio.css +++ b/EarlyBlue/global/radio.css @@ -52,6 +52,7 @@ radio { .radio-label-box { border: 1px solid transparent; padding: 0px 0px 1px 1px; + -moz-box-align: center; } .radio-icon { @@ -111,4 +112,3 @@ radio[selected="true"] > .radio-check-box1 > .radio-check-box2 { radio[selected="true"][disabled="true"] > .radio-check-box2 { list-style-image: url("chrome://global/skin/radio/radio-check-disabled.gif") !important } -