From 30a1e57a9d06ed9730c176f7ea50c1a35c331c1d Mon Sep 17 00:00:00 2001 From: erlehmann Date: Thu, 17 Apr 2008 14:45:36 +0000 Subject: [PATCH] refined messageboxes, didn't remove images - this will be fixed sooner or later git-svn-id: http://yolanda.mister-muffin.de/svn@308 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/locale/en-us.xml | 2 +- trunk/style/colors/tango.css | 5 ----- trunk/style/decoration/bridget.css | 5 ----- trunk/xsl/xhtml/messagebox.xsl | 8 +++++++- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/trunk/locale/en-us.xml b/trunk/locale/en-us.xml index 0c720fc..7d0802a 100755 --- a/trunk/locale/en-us.xml +++ b/trunk/locale/en-us.xml @@ -82,7 +82,7 @@ Your comment has been submitted. Your account has been created. - Your file has been uploaded. + Your file has been uploaded. It will be available at Your successfully changed your settings. The video being requested is not yet available. The overall sum of video queued is: diff --git a/trunk/style/colors/tango.css b/trunk/style/colors/tango.css index 0305d12..c960b1d 100644 --- a/trunk/style/colors/tango.css +++ b/trunk/style/colors/tango.css @@ -80,29 +80,24 @@ div.loginbox div.messagebox { - background-repeat: no-repeat; - background-position: 33% center; } div.messagebox#error { /* "Scarlet Red 1" + 30 luminosity */ background-color: #f46060; - background-image: url(../../images/tango/32x32/status/dialog-error.png); } div.messagebox#information { /* "Chameleon 1" + 30 luminosity */ background-color: #a9ec68; - background-image: url(../../images/tango/32x32/status/dialog-information.png); } div.messagebox#warning { /* "Orange 1" */ background-color: #fcaf3e; - background-image: url(../../images/tango/32x32/status/dialog-warning.png); } div.page-number diff --git a/trunk/style/decoration/bridget.css b/trunk/style/decoration/bridget.css index 54ac605..4c7cf1e 100644 --- a/trunk/style/decoration/bridget.css +++ b/trunk/style/decoration/bridget.css @@ -122,12 +122,7 @@ div font-weight: bold; line-height: 1.5em; margin-bottom: 1em; - /* correct spacing to avoid overlapping with background icon */ - margin-left: 33%; margin-top: 1em; - /* the width of the icon */ - padding-left: 32px; - text-align: justify; } div.metadata diff --git a/trunk/xsl/xhtml/messagebox.xsl b/trunk/xsl/xhtml/messagebox.xsl index 0a7804b..83a1621 100644 --- a/trunk/xsl/xhtml/messagebox.xsl +++ b/trunk/xsl/xhtml/messagebox.xsl @@ -21,7 +21,13 @@ - + + + + + + +