summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-09-07 13:15:14 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-09-07 13:15:39 -0400
commit591b159997ada41dd203d32d87d6f6681dabebac (patch)
tree09f2aebb63649ec8cb5bdc454428d04a252dd797 /css
parenta59854cc809828501371dc934362c81a82e83cee (diff)
makes sentences more suitable for translation
Diffstat (limited to 'css')
-rw-r--r--css/news.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/css/news.css b/css/news.css
index 538f7e3fe..02484b237 100644
--- a/css/news.css
+++ b/css/news.css
@@ -50,6 +50,8 @@ div.add_parentfolder {
clear: both;
}
+ #firstrun #feed_add_url { width:20em; }
+
#firstrun #selections #addfeed_dialog_firstrun, #firstrun #selections #importopml_dialog_firstrun {
width:40em;
border:1px solid;
@@ -57,7 +59,15 @@ div.add_parentfolder {
border-radius:10px;
-moz-border-radius:10px; /* Firefox 3.6 and earlier */
}
-
+
+ #firstrun #selections #addfeed_dialog_firstrun {
+ height:5em;
+ }
+
+ #firstrun #selections #importopml_dialog_firstrun {
+ height:4em;
+ }
+
/* feed/folder list */
#leftcontent_news {
width: 20em;