issue #987 refresh header message (for example, used to notify about upgrade_feed)

This commit is contained in:
plegall
2019-03-25 16:45:36 +01:00
parent b20d46e3f3
commit 6a336ed4ec
3 changed files with 16 additions and 17 deletions
-9
View File
@@ -132,15 +132,6 @@ A:hover, A:active {
.content .navigationBar {color:#999;}
ul.actions, .content form#waiting {text-align:center;}
.header_msgs {
border:0;
color:#ccc;
font-size:24px;
height:30px;
margin:0; padding:10px 0 0;
text-align:center; width:100%;
}
/* jQuery tooltips */
.ui-tooltip {
color: #000;
+16 -4
View File
@@ -1074,10 +1074,22 @@ INPUT[type="radio"], INPUT[type="checkbox"] {
.header_msgs {
text-align:center;
font-weight: bold;
color:#333;
background-color: transparent;
margin: 1px;
padding: 1px;
color:#ff5252;
background-color: #ffcfcf;
margin: 0;
padding: 0 0 0 205px;
border:0;
font-size: 24px;
line-height: 50px;
}
.header_msgs a {
background-color: #ff5252;
color: white;
padding: 8px 20px;
}
.header_msgs a:hover {
color: white;
text-decoration: underline;
}
/**
-4
View File
@@ -122,10 +122,6 @@ a:hover, a:active { color: #f70; cursor: pointer; }
.content .navigationBar {color:#666;}
ul.actions, .content form#waiting {text-align:center;}
.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
border:0; color:#333; font-size:24px; height:30px; margin:0; padding:10px 0 0;
text-align:center; width:100%; }
#adminHome A, #menubar li A, #menubar dt {
color: #8d8d8d;
}