diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-04 11:42:37 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-04 11:42:37 -0800 |
commit | 8ca69cffbba70fe22e19478f742a37bdbd758d83 (patch) | |
tree | 712a69eef7d134d7ad2ea2668d30fda44914beff /lib | |
parent | 5743b159c28888f2165cc4269d3302fea24fde7a (diff) | |
parent | 5c107be9033ae48f781c8430702458f613e791ee (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 4 |
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 +} |