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:
12
tt-rss.css
12
tt-rss.css
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user