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