notify tweaks
This commit is contained in:
parent
a6a20d4f46
commit
106689b065
|
@ -137,6 +137,8 @@ function notify_real(msg, doc, no_hide, is_err) {
|
||||||
n.style.color = "black";
|
n.style.color = "black";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// msg = "<img src='images/live_com_loading.gif'> " + msg;
|
||||||
|
|
||||||
nb.innerHTML = msg;
|
nb.innerHTML = msg;
|
||||||
|
|
||||||
if (!no_hide) {
|
if (!no_hide) {
|
||||||
|
|
13
tt-rss.css
13
tt-rss.css
|
@ -314,8 +314,7 @@ td.notifyBox {
|
||||||
border : 1px solid #d7c47a;
|
border : 1px solid #d7c47a;
|
||||||
padding : 3px;
|
padding : 3px;
|
||||||
-moz-border-radius : 3px;
|
-moz-border-radius : 3px;
|
||||||
font-size : x-small;
|
font-size : small;
|
||||||
font-weight : bold;
|
|
||||||
text-align : left;
|
text-align : left;
|
||||||
padding : 3px 20px 3px 20px;
|
padding : 3px 20px 3px 20px;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
|
@ -330,19 +329,17 @@ td.notifyBox {
|
||||||
.notify {
|
.notify {
|
||||||
background : #fff7d5;
|
background : #fff7d5;
|
||||||
border : 1px solid #d7c47a;
|
border : 1px solid #d7c47a;
|
||||||
padding : 3px;
|
|
||||||
top : 10px;
|
top : 10px;
|
||||||
right : 35%;
|
right : 35%;
|
||||||
min-width : 30%;
|
min-width : 30%;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
font-size : x-small;
|
|
||||||
font-weight : bold;
|
|
||||||
text-align : center;
|
|
||||||
display : none;
|
display : none;
|
||||||
float : right;
|
float : right;
|
||||||
padding : 3px 20px 3px 20px;
|
font-size : small;
|
||||||
|
text-align : center;
|
||||||
z-index : 999;
|
z-index : 999;
|
||||||
-moz-border-radius : 3px;
|
-moz-border-radius : 2px;
|
||||||
|
padding : 5px 5px 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dispSwitch {
|
#dispSwitch {
|
||||||
|
|
Loading…
Reference in New Issue