mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
issue #987 refresh header message (for example, used to notify about upgrade_feed)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user