Added some CSS rules for the ajax notifications. The color and

positioning can be improved.
This commit is contained in:
ninadsp
2010-06-28 21:20:30 +05:30
parent 9a4b524db7
commit 7da7d49625

View File

@@ -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;
}