From f761143b9538818f7edd2d59dd961403b25d000c Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Mon, 31 Oct 2005 14:59:55 +0000 Subject: [PATCH] - use right image path - fixed icon alignment for rtl languages --- ChangeLog | 5 +++++ .../darkblue_orange/css/theme_right.css.php | 20 ++++++++++++------- themes/original/css/theme_right.css.php | 13 ++++++++---- 3 files changed, 27 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f5c3c372..883e24f09 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-10-31 Sebastian Mendel + * themes/*/css/theme_right.css.php: + - use right image path + - fixed icon alignment for rtl languages + 2005-10-31 Marc Delisle * server_privileges.php: do not display No under the Password column if this is not a "real user" definition diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index f83786de6..ba38d2495 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -296,11 +296,17 @@ div.warning { margin: 0.5em 0 0.5em 0; border: 0.1em solid #CC0000; width: 90%; + - background-image: url(../themes/original/img/s_warn.png); + background-image: url(../themes/darkblue_orange/img/s_warn.png); background-repeat: no-repeat; - background-position: 10px; 50%; + + background-position: 10px 50%; padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + padding: 0.5em; @@ -323,14 +329,14 @@ div.error { border: 0.1em solid #ff0000; width: 90%; - background-image: url(../themes/original/img/s_error.png); + background-image: url(../themes/darkblue_orange/img/s_error.png); background-repeat: no-repeat; background-position: 10px 50%; padding: 10px 10px 10px 36px; - background-position: 100% 50%; - padding: 10px 36px 10px 10px; + background-position: 99% 50%; + padding: 10px 5% 10px 10px; padding: 0.5em; @@ -354,13 +360,13 @@ fieldset.confirmation legend { border-right: 0.1em solid #FF0000; font-weight: bold; - background-image: url(../themes/original/img/s_really.png); + background-image: url(../themes/darkblue_orange/img/s_really.png); background-repeat: no-repeat; background-position: 5px 50%; padding: 0.2em 0.2em 0.2em 25px; - background-position: 100% 50%; + background-position: 98% 50%; padding: 0.2em 25px 0.2em 0.2em; diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index ce909f6b9..9fda4f80f 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -215,8 +215,13 @@ div.warning { background-image: url(../themes/original/img/s_warn.png); background-repeat: no-repeat; - background-position: 10px; 50%; + + background-position: 10px 50%; padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + padding: 0.5em; @@ -243,8 +248,8 @@ div.error { background-position: 10px 50%; padding: 10px 10px 10px 36px; - background-position: 100% 50%; - padding: 10px 36px 10px 10px; + background-position: 99% 50%; + padding: 10px 5% 10px 10px; padding: 0.5em; @@ -275,7 +280,7 @@ fieldset.confirmation legend { background-position: 5px 50%; padding: 0.2em 0.2em 0.2em 25px; - background-position: 100% 50%; + background-position: 97% 50%; padding: 0.2em 25px 0.2em 0.2em;