]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
infobox-based feed category editor
[tt-rss.git] / tt-rss.css
index b74aa487bbf25fb1bf3283113b13b650fc70f81f..a24a7968caaff2877417b8e976db5dc28b079f80 100644 (file)
@@ -412,6 +412,13 @@ table.prefFeedList td.feedSelect {
        text-align : center;
 }
 
+div.prefFeedCatHolder {
+       height : 250px;
+       overflow : auto;
+       border : 1px solid #88b0f0;
+       margin : 5px 0px 5px 0px;
+}
+
 a.helpLink {
        color : #808080;
 }
@@ -465,8 +472,9 @@ div.helpResponse {
 }
 
 div.infoBoxContents {
-       padding : 5px;
+       padding : 10px;
        margin-bottom : 5px;
+       font-size : small;
 }
 
 div.infoBoxContents td {