default theme updates
This commit is contained in:
parent
23c2a4e7ae
commit
f4fb82c543
|
@ -883,6 +883,10 @@ div.headlines_cdm {
|
||||||
right : 0px;
|
right : 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#prefFooter {
|
||||||
|
display : none;
|
||||||
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
bottom : 0px;
|
bottom : 0px;
|
||||||
|
@ -920,6 +924,7 @@ div.return a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
#prefContent {
|
#prefContent {
|
||||||
|
position : static;
|
||||||
background-image : url("images/vgrad_light_rev.png");
|
background-image : url("images/vgrad_light_rev.png");
|
||||||
background-position : top left;
|
background-position : top left;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
|
|
21
tt-rss.css
21
tt-rss.css
|
@ -498,7 +498,6 @@ div.prefsTab {
|
||||||
padding : 3px 5px 3px 5px;
|
padding : 3px 5px 3px 5px;
|
||||||
font-size : small;
|
font-size : small;
|
||||||
position : relative;
|
position : relative;
|
||||||
bottom : -1px;
|
|
||||||
border-collapse : collapse;
|
border-collapse : collapse;
|
||||||
-moz-border-radius : 3px;
|
-moz-border-radius : 3px;
|
||||||
min-width : 100px;
|
min-width : 100px;
|
||||||
|
@ -515,7 +514,6 @@ div.prefsTabSelected {
|
||||||
background-color : #ecf4ff;
|
background-color : #ecf4ff;
|
||||||
font-size : small;
|
font-size : small;
|
||||||
position : relative;
|
position : relative;
|
||||||
bottom : -1px;
|
|
||||||
border-collapse : collapse;
|
border-collapse : collapse;
|
||||||
-moz-border-radius : 3px;
|
-moz-border-radius : 3px;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
|
@ -1164,11 +1162,7 @@ div.headlines_cdm {
|
||||||
height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px');
|
height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px');
|
||||||
}
|
}
|
||||||
|
|
||||||
#prefFooter {
|
#footer, #prefFooter {
|
||||||
display : none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#footer {
|
|
||||||
position : absolute;
|
position : absolute;
|
||||||
bottom : 0px;
|
bottom : 0px;
|
||||||
height : 20px;
|
height : 20px;
|
||||||
|
@ -1190,10 +1184,14 @@ div.headlines_cdm {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer a {
|
#footer a, #prefFooter a {
|
||||||
color : gray;
|
color : gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer a:hover, #prefFooter a:hover {
|
||||||
|
color : black;
|
||||||
|
}
|
||||||
|
|
||||||
#headlinesContainer {
|
#headlinesContainer {
|
||||||
margin-left : 1px;
|
margin-left : 1px;
|
||||||
background-color : white;
|
background-color : white;
|
||||||
|
@ -1236,8 +1234,13 @@ div.return a:hover {
|
||||||
|
|
||||||
#prefContent {
|
#prefContent {
|
||||||
clear : left;
|
clear : left;
|
||||||
bottom : 20px;
|
position : absolute;
|
||||||
|
bottom : 40px;
|
||||||
|
top : 75px;
|
||||||
|
left : 0px;
|
||||||
|
right : 0px;
|
||||||
padding : 1em;
|
padding : 1em;
|
||||||
|
overflow : auto;
|
||||||
min-height : 300px;
|
min-height : 300px;
|
||||||
background-image : url("images/prefs-content.png");
|
background-image : url("images/prefs-content.png");
|
||||||
background-position : top left;
|
background-position : top left;
|
||||||
|
|
Loading…
Reference in New Issue