summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-30 07:13:27 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-30 07:13:27 -0400
commit7e2f2272794c58a5a944a2904e3980c056e4a38e (patch)
treeee8f5a111b7107ab7bb95e1623c2512bdf9fa710 /css
parentc1e949699ed371e7d1328885e9795c0b8736b3c0 (diff)
change look of firstrun page
Diffstat (limited to 'css')
-rw-r--r--css/news.css27
1 files changed, 8 insertions, 19 deletions
diff --git a/css/news.css b/css/news.css
index 3775c6599..595d13fdf 100644
--- a/css/news.css
+++ b/css/news.css
@@ -40,35 +40,24 @@ div.add_parentfolder {
font-size:1.5em;
color:#777;
}
-
- #firstrun table {
- margin: auto;
- }
#firstrun small { display: block; font-weight: normal; font-size: 0.8em; margin: .5em 0 1em 0; }
#firstrun .button { font-size: 0.7em; }
#firstrun #selections {
font-size:0.8em;
- margin: 2em auto 2em auto;
+ margin: 2em auto 2em 10em;
clear: both;
}
-
- #addfeedbtn {
- background-image: url('%appswebroot%/news/img/rss.svg');
- background-position: .5em center;
- background-repeat: no-repeat;
- padding-left: 1.8em;
- }
-
- #importopmlbtn {
- background-image: url('%appswebroot%/news/img/opml-icon.svg');
- background-position: .5em center;
- background-repeat: no-repeat;
- padding-left: 1.8em;
+
+ #firstrun #selections #addfeed_dialog_firstrun, #firstrun #selections #importopml_dialog_firstrun {
+ width:40em;
+ border:1px solid;
+ border-color: gray;
+ border-radius:10px;
+ -moz-border-radius:10px; /* Firefox 3.6 and earlier */
}
-
/* feed/folder list */
#leftcontent {
width: 20em;