summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-12-04 11:42:37 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-12-04 11:42:37 -0800
commit8ca69cffbba70fe22e19478f742a37bdbd758d83 (patch)
tree712a69eef7d134d7ad2ea2668d30fda44914beff /lib
parent5743b159c28888f2165cc4269d3302fea24fde7a (diff)
parent5c107be9033ae48f781c8430702458f613e791ee (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'lib')
-rw-r--r--lib/gallery.common.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index 8aa21193..e586f29a 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -621,10 +621,12 @@ div#g-action-status {
#g-add-photos-status li.g-success {
background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%;
+ width: 429px;
}
#g-add-photos-status li.g-error {
background: #f6cbca url('images/ico-error.png') no-repeat .4em 50%;
+ width: 429px;
/* color: #f00;*/
}
@@ -818,4 +820,4 @@ div#g-action-status {
.rtl .g-paginator .ui-icon-seek-first {
background-position: -64px -160px;
-} \ No newline at end of file
+}