summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-12-02 11:57:02 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-12-02 11:57:02 -0800
commit714c97763ad9af0bbc5fab97144246b3137d5350 (patch)
tree35663faaf889614fd16b7fb7e60890f3e4cc16c6
parent6fa880777cb3b61c0e380ebd5e7b83de55a8d6d4 (diff)
Extend the background of the status message across the entire status row.
-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
+}