From 2fad523cc96ffef3e84129a91e412a8efc9456a5 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 26 Sep 2010 21:02:42 -0700 Subject: [PATCH] Revert "Revert "correct the image location paths after moving gallery.common.css contents"" This reverts commit d36166b74728046185ed7c046721d164e2aee57b. --- themes/browny_wind/css/screen.css | 64 ++++++++++--------------------- 1 file changed, 21 insertions(+), 43 deletions(-) diff --git a/themes/browny_wind/css/screen.css b/themes/browny_wind/css/screen.css index 14ea713f..29d5de2f 100644 --- a/themes/browny_wind/css/screen.css +++ b/themes/browny_wind/css/screen.css @@ -7,7 +7,9 @@ * 1) Font sizes, base HTML elements * 2) Reusable content blocks * 3) Page layout containers - * 4) Content blocks in specific layout containers + * 4) Content blocks in specific layout containers + * 5) States and interactions + * 6) Positioning and order * 7) Navigation and menus * 8) ThemeRoller * 9) jQuery and jQuery UI @@ -628,18 +630,19 @@ li.g-error select { .g-denied, tr.g-error td.g-error, #g-add-photos-status .g-error { - background: #f6cbca url('images/ico-error.png') no-repeat .4em 50%; + background: #f6cbca url('../images/ico-error.png') no-repeat .4em 50%; color: #f00; } .g-info { - background: #e8e8e8 url('images/ico-info.png') no-repeat .4em 50%; + background: #e8e8e8 url('../images/ico-info.png') no-repeat .4em 50%; } +/* ~browny~ */ .g-success, .g-allowed, #g-add-photos-status .g-success { - background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%; + background: #fcf9ce url('../images/ico-success.png') no-repeat .4em 50%; } tr.g-success { @@ -647,12 +650,12 @@ tr.g-success { } tr.g-success td.g-success { - background-image: url('images/ico-success.png'); + background-image: url('../images/ico-success.png'); } .g-warning, tr.g-warning td.g-warning { - background: #fcf9ce url('images/ico-warning.png') no-repeat .4em 50%; + background: #fcf9ce url('../images/ico-warning.png') no-repeat .4em 50%; } form .g-error { @@ -695,11 +698,11 @@ form .g-error { .g-loading-large, .g-dialog-loading-large { - background: #e8e8e8 url('images/loading-large.gif') no-repeat center center !important; + background: #e8e8e8 url('../images/loading-large.gif') no-repeat center center !important; } .g-loading-small { - background: #e8e8e8 url('images/loading-small.gif') no-repeat center center !important; + background: #e8e8e8 url('../images/loading-small.gif') no-repeat center center !important; } /** ******************************************************************* @@ -726,8 +729,9 @@ form .g-error { background-color: #fff; } +/* ~browny~ */ .g-odd { - background-color: #eee; + background-color: #EDE4D5; } /** ******************************************************************* @@ -1005,10 +1009,11 @@ div#g-action-status { padding: 0 20px; } +/* ~browny~ */ .g-breadcrumbs li { - background: transparent url('images/ico-separator.gif') no-repeat scroll left center; + background: transparent url('../images/ico-separator.gif') no-repeat scroll left center; float: left; - padding: 1em 8px 1em 18px; + padding: .5em 8px .5em 18px; } .g-breadcrumbs .g-first { @@ -1149,9 +1154,10 @@ div#g-action-status { margin-right: 0; } +/* ~browny~ */ .rtl .g-breadcrumbs li { - background: transparent url('images/ico-separator-rtl.gif') no-repeat scroll right center; - padding: 1em 18px 1em 8px; + background: transparent url('../images/ico-separator-rtl.gif') no-repeat scroll right center; + padding: .5em 18px .5em 8px; } .rtl .g-breadcrumbs .g-first { @@ -1260,7 +1266,7 @@ div#g-action-status { .rtl .sf-sub-indicator { left: .75em !important; right: auto; - background: url('superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ + background: url('../../../lib/superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ } .rtl a > .sf-sub-indicator { /* give all except IE6 the correct values */ top: .8em; @@ -1306,7 +1312,7 @@ div#g-action-status { /*** shadows for all but IE6 ***/ .rtl .sf-shadow ul { - background: url('superfish/images/shadow.png') no-repeat bottom left; + background: url('../../../lib/superfish/images/shadow.png') no-repeat bottom left; padding: 0 0 9px 8px; border-top-right-radius: 0; border-bottom-left-radius: 0; @@ -1400,34 +1406,6 @@ div#g-action-status { *********************************************************************/ /* ~browny~ */ -/* /lib/gallery.common.css ~~~~~~~~~~~~~~~ */ - -.g-info { - background: #e8e8e8 url('../images/ico-info.png') no-repeat .4em 50%; -} - -.g-success, -.g-allowed, -#g-add-photos-status .g-success { - background: #fcf9ce url('../images/ico-success.png') no-repeat .4em 50%; -} - -tr.g-success td.g-success { - background-image: url('../images/ico-success.png'); -} - -.g-odd { - background-color: #EDE4D5; -} - -.g-breadcrumbs li { - padding: .5em 8px .5em 18px; -} - -.rtl .g-breadcrumbs li { - padding: .5em 18px .5em 8px; -} - /* /modules/gallery/css/gallery.css ~~~~~~ */ #g-add-photos-form p {