css tweaks
This commit is contained in:
parent
2baedabe50
commit
c6bcec2433
14
tt-rss.css
14
tt-rss.css
|
@ -1497,10 +1497,10 @@ div.whiteBox {
|
||||||
#header {
|
#header {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
top : 10px;
|
top : 5px;
|
||||||
left : 15px;
|
left : 15px;
|
||||||
right : 5px;
|
right : 5px;
|
||||||
height : 40px;
|
height : 35px;
|
||||||
color : #4684ff;
|
color : #4684ff;
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
}
|
}
|
||||||
|
@ -1509,7 +1509,7 @@ div.whiteBox {
|
||||||
border-width : 1px 1px 0px 0px;
|
border-width : 1px 1px 0px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #88b0f0;
|
border-color : #88b0f0;
|
||||||
top : 50px;
|
top : 40px;
|
||||||
left : 0px;
|
left : 0px;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
width : 260px;
|
width : 260px;
|
||||||
|
@ -1521,8 +1521,8 @@ div.whiteBox {
|
||||||
#toolbar {
|
#toolbar {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
left : 261px;
|
left : 261px;
|
||||||
padding : 5px 10px 5px 10px;
|
padding : 2px 0px 2px 10px;
|
||||||
top : 50px;
|
top : 40px;
|
||||||
right : 0px;
|
right : 0px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
height : 30px;
|
height : 30px;
|
||||||
|
@ -1539,7 +1539,7 @@ div.headlines_normal {
|
||||||
border-color : #88b0f0;
|
border-color : #88b0f0;
|
||||||
left : 261px;
|
left : 261px;
|
||||||
height : 305px;
|
height : 305px;
|
||||||
top : 85px;
|
top : 70px;
|
||||||
right : 0px;
|
right : 0px;
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
|
@ -1553,7 +1553,7 @@ div.headlines_cdm {
|
||||||
border-color : #88b0f0;
|
border-color : #88b0f0;
|
||||||
left : 261px;
|
left : 261px;
|
||||||
bottom : 40px;
|
bottom : 40px;
|
||||||
top : 85px;
|
top : 70px;
|
||||||
right : 0px;
|
right : 0px;
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
|
|
Loading…
Reference in New Issue