summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-16 08:28:10 +0100
committerAndrew Dolgov <[email protected]>2006-08-16 08:28:10 +0100
commita4dbc5247a35661f746f0f012c08a13db65713ee (patch)
treebda44b8ed6ad8820a2b2a5a51d9edc6320270c07 /tt-rss.css
parent68c1b64ff1950963db69780dc15b33015cdece6f (diff)
rework label editor from inline to infobox
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;