theme updates
This commit is contained in:
parent
f4fb82c543
commit
6a244e6ef8
|
@ -912,7 +912,9 @@ div.headlines_cdm {
|
|||
/* preferences layout */
|
||||
|
||||
#prefHeader {
|
||||
position : static;
|
||||
color : gray;
|
||||
margin : 10px;
|
||||
}
|
||||
|
||||
div.return a {
|
||||
|
|
|
@ -339,6 +339,7 @@ div.headlines_cdm {
|
|||
|
||||
div.firstTab {
|
||||
width : 20px;
|
||||
float : left;
|
||||
}
|
||||
|
||||
div.prefsTab {
|
||||
|
|
12
tt-rss.css
12
tt-rss.css
|
@ -480,13 +480,13 @@ input.extSearch {
|
|||
width : 100%;
|
||||
}
|
||||
|
||||
div.prefsTab:hover {
|
||||
cursor : pointer;
|
||||
div.firstTab {
|
||||
width : 10px;
|
||||
float : left;
|
||||
}
|
||||
|
||||
div.firstTab {
|
||||
float : left;
|
||||
width : 10px;
|
||||
div.prefsTab:hover {
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
div.prefsTab {
|
||||
|
@ -1213,9 +1213,9 @@ div.headlines_cdm {
|
|||
/* preferences layout */
|
||||
|
||||
#prefHeader {
|
||||
margin : 10px;
|
||||
color : #4684ff;
|
||||
font-size : small;
|
||||
margin : 10px;
|
||||
}
|
||||
|
||||
div.return {
|
||||
|
|
Loading…
Reference in New Issue