summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-20 13:51:39 +0100
committerAndrew Dolgov <[email protected]>2006-05-20 13:51:39 +0100
commit0666e120e8915920070dc18273cd67787484f103 (patch)
treec1b953e83d40525f55fbe662f1d78264e68481fa /tt-rss.css
parent8c2f0ed7a32974dce7df2b13b11073119379cc59 (diff)
feed cat editor uses prototype
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f9e109df6..a59779737 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -287,11 +287,15 @@ a:hover {
background-color : #f0fff0;
}
-.iedit {
+input.iedit {
width : 100%;
padding-left : 2px;
}
+select.iedit {
+ width : 100%;
+}
+
input.editbox {
width : 200px;
padding-left : 2px;