1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 10:51:28 +00:00

move notify box, make it more visible

This commit is contained in:
Andrew Dolgov
2005-10-16 15:10:14 +01:00
parent 14ba5dccff
commit 828a8ecc9a
6 changed files with 41 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ body {
table.main td.header {
padding : 10px 10px 10px 50px;
height : 80px;
height : 70px;
font-size : 24pt;
font-weight : bold;
background-image : url("images/vgrad_light_rev2.png");
@@ -210,11 +210,15 @@ a:hover {
}
#notify {
font-weight : bold;
font-size : 10pt;
display : none;
width : 350px;
text-align : right;
color : gray;
border-style : solid;
border-width : 0px 0px 1px 1px;
border-color : #c0c0c0;
background-color : white;
padding : 3px;
width : 350px;
}
#dispSwitch {