1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:35:56 +00:00

subtoolbar is now sticky

This commit is contained in:
Andrew Dolgov
2006-09-29 05:15:28 +01:00
parent 9105d72816
commit 11befbb22f
4 changed files with 111 additions and 91 deletions

View File

@@ -1285,7 +1285,7 @@ div.headlines_normal {
height : 305px;
top : 85px;
right : 0px;
overflow : auto;
overflow : hidden;
font-size : small;
border-collapse : collapse;
}
@@ -1337,3 +1337,16 @@ div.headlines_cdm {
margin-left : 1px;
background-color : white;
}
#headlineActionsTop {
/* border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
background-color : #fafafa; */
font-size : x-small;
}
#headlinesInnerContainer {
height : 280px;
overflow : auto;
}