summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index c92b388ff..f8f155b73 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -287,6 +287,10 @@ a:hover {
background-color : #f0fff0;
}
+textarea.iedit {
+ width : 100%;
+}
+
input.iedit {
width : 100%;
padding-left : 2px;
@@ -956,6 +960,16 @@ ul.userFeedList {
-moz-border-radius : 5px;
} */
+ul.labelTestResults {
+ height : 100px;
+ overflow : auto;
+ list-style-type : none;
+ margin : 0px 0px 5px 0px;
+ padding : 0px;
+ border : 1px solid #88b0f0;
+ background-color : white;
+}
+
ul.filterTestResults {
height : 300px;
overflow : auto;