summaryrefslogtreecommitdiff
path: root/themes/admin_wind
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-30 18:06:16 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-30 18:06:16 -0700
commite3f3a4cbe17035bba3f76256a2411eef1729a734 (patch)
tree53b91d2f149b1c676aaadc6d6c942ad8876978b9 /themes/admin_wind
parent0787ef8b206a84778f04aa36604e0d8ea60cd13c (diff)
parent06070c78eef1ffc95d14cc017ed20622c56e19da (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/admin_wind')
-rw-r--r--themes/admin_wind/css/screen.css8
-rw-r--r--themes/admin_wind/images/ico-error.pngbin701 -> 0 bytes
-rw-r--r--themes/admin_wind/images/ico-info.pngbin778 -> 0 bytes
-rw-r--r--themes/admin_wind/images/ico-success.pngbin537 -> 0 bytes
-rw-r--r--themes/admin_wind/images/ico-warning.pngbin666 -> 0 bytes
5 files changed, 4 insertions, 4 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index c733b482..2679386b 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -336,19 +336,19 @@ li.gError select {
}
.gError, tr.gError td.gError {
- background: #f6cbca url('../images/ico-error.png') no-repeat .4em 50%;
+ background: #f6cbca url('../../../lib/images/ico-error.png') no-repeat .4em 50%;
}
.gInfo {
- background: #e8e8e8 url('../images/ico-info.png') no-repeat .4em 50%;
+ background: #e8e8e8 url('../../../lib/images/ico-info.png') no-repeat .4em 50%;
}
.gSuccess {
- background: #d9efc2 url('../images/ico-success.png') no-repeat .4em 50%;
+ background: #d9efc2 url('../../../lib/images/ico-success.png') no-repeat .4em 50%;
}
.gWarning, tr.gWarning td.gWarning {
- background: #fcf9ce url('../images/ico-warning.png') no-repeat .4em 50%;
+ background: #fcf9ce url('../../../lib/images/ico-warning.png') no-repeat .4em 50%;
}
.gPager .gInfo,
diff --git a/themes/admin_wind/images/ico-error.png b/themes/admin_wind/images/ico-error.png
deleted file mode 100644
index c37bd062..00000000
--- a/themes/admin_wind/images/ico-error.png
+++ /dev/null
Binary files differ
diff --git a/themes/admin_wind/images/ico-info.png b/themes/admin_wind/images/ico-info.png
deleted file mode 100644
index 12cd1aef..00000000
--- a/themes/admin_wind/images/ico-info.png
+++ /dev/null
Binary files differ
diff --git a/themes/admin_wind/images/ico-success.png b/themes/admin_wind/images/ico-success.png
deleted file mode 100644
index a9925a06..00000000
--- a/themes/admin_wind/images/ico-success.png
+++ /dev/null
Binary files differ
diff --git a/themes/admin_wind/images/ico-warning.png b/themes/admin_wind/images/ico-warning.png
deleted file mode 100644
index 628cf2da..00000000
--- a/themes/admin_wind/images/ico-warning.png
+++ /dev/null
Binary files differ