diff --git a/themes/three_nids/css/screen.css b/themes/three_nids/css/screen.css index 3832283c..6bbec16f 100644 --- a/themes/three_nids/css/screen.css +++ b/themes/three_nids/css/screen.css @@ -11,9 +11,8 @@ * 5) States and interactions * 6) Positioning and order * 7) Navigation and menus - * 8) Browser hacks - * 9) jQuery and jQuery UI - * 10) Right-to-left language styles + * 8) jQuery and jQuery UI + * 9) Right-to-left language styles */ /** ******************************************************************* @@ -706,18 +705,18 @@ 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%; } .g-success, .g-allowed, #g-add-photos-status .g-success { - background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%; + background: #d9efc2 url('../images/ico-success.png') no-repeat .4em 50%; } tr.g-success { @@ -725,12 +724,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 { @@ -773,11 +772,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; } /** ******************************************************************* @@ -1148,7 +1147,7 @@ div#g-action-status { } .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; } @@ -1257,6 +1256,11 @@ div#g-action-status { background-color: #cfc; } +/* Autocomplete ~~~~~~~~~~ */ +.ac_loading { + background: white url('../images/loading-small.gif') right center no-repeat !important; +} + /*************** STUFF THAT NEEDS A HOME ****************/ #g-admin-g2-import-notes { @@ -1290,7 +1294,13 @@ div#g-action-status { list-style-type: disc; } -/* Right to left styles ~~~~~~~~~~~~~~~~~~~~ */ +/** ******************************************************************* + * 9) Right to left language styles + *********************************************************************/ + +.rtl { + direction: rtl; +} .rtl #g-header, .rtl #g-content, @@ -1359,7 +1369,7 @@ div#g-action-status { } .rtl .g-breadcrumbs li { - background: transparent url('images/ico-separator-rtl.gif') no-repeat scroll right center; + background: transparent url('../images/ico-separator-rtl.gif') no-repeat scroll right center; padding: 1em 18px 1em 8px; } @@ -1469,7 +1479,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; @@ -1515,7 +1525,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; diff --git a/themes/three_nids/images/ico-denied-inactive.png b/themes/three_nids/images/ico-denied-inactive.png new file mode 100644 index 00000000..56db3ff5 Binary files /dev/null and b/themes/three_nids/images/ico-denied-inactive.png differ diff --git a/themes/three_nids/images/ico-denied-passive.png b/themes/three_nids/images/ico-denied-passive.png new file mode 100644 index 00000000..1e992230 Binary files /dev/null and b/themes/three_nids/images/ico-denied-passive.png differ diff --git a/themes/three_nids/images/ico-denied.png b/themes/three_nids/images/ico-denied.png new file mode 100644 index 00000000..08f24936 Binary files /dev/null and b/themes/three_nids/images/ico-denied.png differ diff --git a/themes/three_nids/images/ico-error.png b/themes/three_nids/images/ico-error.png new file mode 100644 index 00000000..c37bd062 Binary files /dev/null and b/themes/three_nids/images/ico-error.png differ diff --git a/themes/three_nids/images/ico-info.png b/themes/three_nids/images/ico-info.png new file mode 100644 index 00000000..12cd1aef Binary files /dev/null and b/themes/three_nids/images/ico-info.png differ diff --git a/themes/three_nids/images/ico-lock.png b/themes/three_nids/images/ico-lock.png new file mode 100644 index 00000000..2ebc4f6f Binary files /dev/null and b/themes/three_nids/images/ico-lock.png differ diff --git a/themes/three_nids/images/ico-separator-rtl.gif b/themes/three_nids/images/ico-separator-rtl.gif new file mode 100644 index 00000000..d9061a46 Binary files /dev/null and b/themes/three_nids/images/ico-separator-rtl.gif differ diff --git a/themes/three_nids/images/ico-separator.gif b/themes/three_nids/images/ico-separator.gif new file mode 100644 index 00000000..3de2d0d3 Binary files /dev/null and b/themes/three_nids/images/ico-separator.gif differ diff --git a/themes/three_nids/images/ico-success-inactive.png b/themes/three_nids/images/ico-success-inactive.png new file mode 100644 index 00000000..74b2032f Binary files /dev/null and b/themes/three_nids/images/ico-success-inactive.png differ diff --git a/themes/three_nids/images/ico-success-passive.png b/themes/three_nids/images/ico-success-passive.png new file mode 100644 index 00000000..dc8d1ded Binary files /dev/null and b/themes/three_nids/images/ico-success-passive.png differ diff --git a/themes/three_nids/images/ico-success.png b/themes/three_nids/images/ico-success.png new file mode 100644 index 00000000..a9925a06 Binary files /dev/null and b/themes/three_nids/images/ico-success.png differ diff --git a/themes/three_nids/images/ico-view-slideshow-rtl.png b/themes/three_nids/images/ico-view-slideshow-rtl.png new file mode 100644 index 00000000..5788b3c3 Binary files /dev/null and b/themes/three_nids/images/ico-view-slideshow-rtl.png differ diff --git a/themes/three_nids/images/ico-warning.png b/themes/three_nids/images/ico-warning.png new file mode 100644 index 00000000..628cf2da Binary files /dev/null and b/themes/three_nids/images/ico-warning.png differ diff --git a/themes/three_nids/images/loading-large.gif b/themes/three_nids/images/loading-large.gif new file mode 100644 index 00000000..cc70a7a8 Binary files /dev/null and b/themes/three_nids/images/loading-large.gif differ diff --git a/themes/three_nids/images/loading-small.gif b/themes/three_nids/images/loading-small.gif new file mode 100644 index 00000000..d0bce154 Binary files /dev/null and b/themes/three_nids/images/loading-small.gif differ