From 7da7d49625aca60a8f2460ee1d26127ddbfcbfde Mon Sep 17 00:00:00 2001 From: ninadsp Date: Mon, 28 Jun 2010 21:20:30 +0530 Subject: [PATCH] Added some CSS rules for the ajax notifications. The color and positioning can be improved. --- themes/original/css/theme_right.css.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index b3c510154..65d5bc3f5 100755 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1228,3 +1228,18 @@ table#serverconnection_trg_local { */ .invalid_value {background:#F00;} + +/** + * Ajax notification styling + */ + .ajax_notification { + top: 0px; + left: 45%; + position: fixed; + margin: 0 auto; + padding: 3px 5px; + min-width: 70px; + background-color: #FFD700; + z-index: 1100; + text-align: center; + } \ No newline at end of file