summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-09-20 22:36:34 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-09-20 22:36:34 -0700
commit960db6d7e5725becedbe3b7d1401bf2e2ed15a60 (patch)
treeb7ebefcd62973a898a1339ddb4113b89599620f3
parent8b21123493edb72dd02c5fa6d8ff6ad1afe03abb (diff)
Move the image files into the themes. Leave the favicon and logo in lib/images.
-rw-r--r--themes/admin_wind/css/screen.css22
-rw-r--r--themes/admin_wind/images/ico-denied-inactive.png (renamed from lib/images/ico-denied-inactive.png)bin604 -> 604 bytes
-rw-r--r--themes/admin_wind/images/ico-denied-passive.png (renamed from lib/images/ico-denied-passive.png)bin916 -> 916 bytes
-rw-r--r--themes/admin_wind/images/ico-denied.png (renamed from lib/images/ico-denied.png)bin715 -> 715 bytes
-rw-r--r--themes/admin_wind/images/ico-error.png (renamed from lib/images/ico-error.png)bin701 -> 701 bytes
-rw-r--r--themes/admin_wind/images/ico-info.png (renamed from lib/images/ico-info.png)bin778 -> 778 bytes
-rw-r--r--themes/admin_wind/images/ico-lock.png (renamed from lib/images/ico-lock.png)bin749 -> 749 bytes
-rw-r--r--themes/admin_wind/images/ico-separator-rtl.gif (renamed from lib/images/ico-separator-rtl.gif)bin106 -> 106 bytes
-rw-r--r--themes/admin_wind/images/ico-separator.gif (renamed from lib/images/ico-separator.gif)bin106 -> 106 bytes
-rw-r--r--themes/admin_wind/images/ico-success-inactive.png (renamed from lib/images/ico-success-inactive.png)bin476 -> 476 bytes
-rw-r--r--themes/admin_wind/images/ico-success-passive.png (renamed from lib/images/ico-success-passive.png)bin617 -> 617 bytes
-rw-r--r--themes/admin_wind/images/ico-success.png (renamed from lib/images/ico-success.png)bin537 -> 537 bytes
-rw-r--r--themes/admin_wind/images/ico-warning.png (renamed from lib/images/ico-warning.png)bin666 -> 666 bytes
-rw-r--r--themes/admin_wind/images/loading-large.gif (renamed from lib/images/loading-large.gif)bin8238 -> 8238 bytes
-rw-r--r--themes/admin_wind/images/loading-small.gif (renamed from lib/images/loading-small.gif)bin673 -> 673 bytes
-rw-r--r--themes/wind/css/screen.css22
-rw-r--r--themes/wind/images/ico-denied-inactive.pngbin0 -> 604 bytes
-rw-r--r--themes/wind/images/ico-denied-passive.pngbin0 -> 916 bytes
-rw-r--r--themes/wind/images/ico-denied.pngbin0 -> 715 bytes
-rw-r--r--themes/wind/images/ico-error.pngbin0 -> 701 bytes
-rw-r--r--themes/wind/images/ico-info.pngbin0 -> 778 bytes
-rw-r--r--themes/wind/images/ico-lock.pngbin0 -> 749 bytes
-rw-r--r--themes/wind/images/ico-separator-rtl.gifbin0 -> 106 bytes
-rw-r--r--themes/wind/images/ico-separator.gifbin0 -> 106 bytes
-rw-r--r--themes/wind/images/ico-success-inactive.pngbin0 -> 476 bytes
-rw-r--r--themes/wind/images/ico-success-passive.pngbin0 -> 617 bytes
-rw-r--r--themes/wind/images/ico-success.pngbin0 -> 537 bytes
-rw-r--r--themes/wind/images/ico-warning.pngbin0 -> 666 bytes
-rw-r--r--themes/wind/images/loading-large.gifbin0 -> 8238 bytes
-rw-r--r--themes/wind/images/loading-small.gifbin0 -> 673 bytes
30 files changed, 22 insertions, 22 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index 3e155764..1bdf1cb6 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -688,18 +688,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 {
@@ -707,12 +707,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 {
@@ -755,11 +755,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('../../../lib/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('../../../lib/images/loading-small.gif') no-repeat center center !important;
}
/** *******************************************************************
@@ -922,7 +922,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;
}
@@ -1112,7 +1112,7 @@ ul.sf-menu li li li.sfHover ul {
}
.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;
}
@@ -1222,7 +1222,7 @@ ul.sf-menu li li li.sfHover ul {
.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;
@@ -1268,7 +1268,7 @@ ul.sf-menu li li li.sfHover ul {
/*** 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/lib/images/ico-denied-inactive.png b/themes/admin_wind/images/ico-denied-inactive.png
index 56db3ff5..56db3ff5 100644
--- a/lib/images/ico-denied-inactive.png
+++ b/themes/admin_wind/images/ico-denied-inactive.png
Binary files differ
diff --git a/lib/images/ico-denied-passive.png b/themes/admin_wind/images/ico-denied-passive.png
index 1e992230..1e992230 100644
--- a/lib/images/ico-denied-passive.png
+++ b/themes/admin_wind/images/ico-denied-passive.png
Binary files differ
diff --git a/lib/images/ico-denied.png b/themes/admin_wind/images/ico-denied.png
index 08f24936..08f24936 100644
--- a/lib/images/ico-denied.png
+++ b/themes/admin_wind/images/ico-denied.png
Binary files differ
diff --git a/lib/images/ico-error.png b/themes/admin_wind/images/ico-error.png
index c37bd062..c37bd062 100644
--- a/lib/images/ico-error.png
+++ b/themes/admin_wind/images/ico-error.png
Binary files differ
diff --git a/lib/images/ico-info.png b/themes/admin_wind/images/ico-info.png
index 12cd1aef..12cd1aef 100644
--- a/lib/images/ico-info.png
+++ b/themes/admin_wind/images/ico-info.png
Binary files differ
diff --git a/lib/images/ico-lock.png b/themes/admin_wind/images/ico-lock.png
index 2ebc4f6f..2ebc4f6f 100644
--- a/lib/images/ico-lock.png
+++ b/themes/admin_wind/images/ico-lock.png
Binary files differ
diff --git a/lib/images/ico-separator-rtl.gif b/themes/admin_wind/images/ico-separator-rtl.gif
index d9061a46..d9061a46 100644
--- a/lib/images/ico-separator-rtl.gif
+++ b/themes/admin_wind/images/ico-separator-rtl.gif
Binary files differ
diff --git a/lib/images/ico-separator.gif b/themes/admin_wind/images/ico-separator.gif
index 3de2d0d3..3de2d0d3 100644
--- a/lib/images/ico-separator.gif
+++ b/themes/admin_wind/images/ico-separator.gif
Binary files differ
diff --git a/lib/images/ico-success-inactive.png b/themes/admin_wind/images/ico-success-inactive.png
index 74b2032f..74b2032f 100644
--- a/lib/images/ico-success-inactive.png
+++ b/themes/admin_wind/images/ico-success-inactive.png
Binary files differ
diff --git a/lib/images/ico-success-passive.png b/themes/admin_wind/images/ico-success-passive.png
index dc8d1ded..dc8d1ded 100644
--- a/lib/images/ico-success-passive.png
+++ b/themes/admin_wind/images/ico-success-passive.png
Binary files differ
diff --git a/lib/images/ico-success.png b/themes/admin_wind/images/ico-success.png
index a9925a06..a9925a06 100644
--- a/lib/images/ico-success.png
+++ b/themes/admin_wind/images/ico-success.png
Binary files differ
diff --git a/lib/images/ico-warning.png b/themes/admin_wind/images/ico-warning.png
index 628cf2da..628cf2da 100644
--- a/lib/images/ico-warning.png
+++ b/themes/admin_wind/images/ico-warning.png
Binary files differ
diff --git a/lib/images/loading-large.gif b/themes/admin_wind/images/loading-large.gif
index cc70a7a8..cc70a7a8 100644
--- a/lib/images/loading-large.gif
+++ b/themes/admin_wind/images/loading-large.gif
Binary files differ
diff --git a/lib/images/loading-small.gif b/themes/admin_wind/images/loading-small.gif
index d0bce154..d0bce154 100644
--- a/lib/images/loading-small.gif
+++ b/themes/admin_wind/images/loading-small.gif
Binary files differ
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index 63924e63..48dfe798 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -620,18 +620,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 {
@@ -639,12 +639,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 {
@@ -687,11 +687,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;
}
/** *******************************************************************
@@ -966,7 +966,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;
}
@@ -1111,7 +1111,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;
}
@@ -1221,7 +1221,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;
@@ -1267,7 +1267,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/wind/images/ico-denied-inactive.png b/themes/wind/images/ico-denied-inactive.png
new file mode 100644
index 00000000..56db3ff5
--- /dev/null
+++ b/themes/wind/images/ico-denied-inactive.png
Binary files differ
diff --git a/themes/wind/images/ico-denied-passive.png b/themes/wind/images/ico-denied-passive.png
new file mode 100644
index 00000000..1e992230
--- /dev/null
+++ b/themes/wind/images/ico-denied-passive.png
Binary files differ
diff --git a/themes/wind/images/ico-denied.png b/themes/wind/images/ico-denied.png
new file mode 100644
index 00000000..08f24936
--- /dev/null
+++ b/themes/wind/images/ico-denied.png
Binary files differ
diff --git a/themes/wind/images/ico-error.png b/themes/wind/images/ico-error.png
new file mode 100644
index 00000000..c37bd062
--- /dev/null
+++ b/themes/wind/images/ico-error.png
Binary files differ
diff --git a/themes/wind/images/ico-info.png b/themes/wind/images/ico-info.png
new file mode 100644
index 00000000..12cd1aef
--- /dev/null
+++ b/themes/wind/images/ico-info.png
Binary files differ
diff --git a/themes/wind/images/ico-lock.png b/themes/wind/images/ico-lock.png
new file mode 100644
index 00000000..2ebc4f6f
--- /dev/null
+++ b/themes/wind/images/ico-lock.png
Binary files differ
diff --git a/themes/wind/images/ico-separator-rtl.gif b/themes/wind/images/ico-separator-rtl.gif
new file mode 100644
index 00000000..d9061a46
--- /dev/null
+++ b/themes/wind/images/ico-separator-rtl.gif
Binary files differ
diff --git a/themes/wind/images/ico-separator.gif b/themes/wind/images/ico-separator.gif
new file mode 100644
index 00000000..3de2d0d3
--- /dev/null
+++ b/themes/wind/images/ico-separator.gif
Binary files differ
diff --git a/themes/wind/images/ico-success-inactive.png b/themes/wind/images/ico-success-inactive.png
new file mode 100644
index 00000000..74b2032f
--- /dev/null
+++ b/themes/wind/images/ico-success-inactive.png
Binary files differ
diff --git a/themes/wind/images/ico-success-passive.png b/themes/wind/images/ico-success-passive.png
new file mode 100644
index 00000000..dc8d1ded
--- /dev/null
+++ b/themes/wind/images/ico-success-passive.png
Binary files differ
diff --git a/themes/wind/images/ico-success.png b/themes/wind/images/ico-success.png
new file mode 100644
index 00000000..a9925a06
--- /dev/null
+++ b/themes/wind/images/ico-success.png
Binary files differ
diff --git a/themes/wind/images/ico-warning.png b/themes/wind/images/ico-warning.png
new file mode 100644
index 00000000..628cf2da
--- /dev/null
+++ b/themes/wind/images/ico-warning.png
Binary files differ
diff --git a/themes/wind/images/loading-large.gif b/themes/wind/images/loading-large.gif
new file mode 100644
index 00000000..cc70a7a8
--- /dev/null
+++ b/themes/wind/images/loading-large.gif
Binary files differ
diff --git a/themes/wind/images/loading-small.gif b/themes/wind/images/loading-small.gif
new file mode 100644
index 00000000..d0bce154
--- /dev/null
+++ b/themes/wind/images/loading-small.gif
Binary files differ