From 714c97763ad9af0bbc5fab97144246b3137d5350 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 2 Dec 2009 11:57:02 -0800 Subject: Extend the background of the status message across the entire status row. --- lib/gallery.common.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') 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 +} -- cgit v1.2.3