summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-16 17:34:16 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-16 17:34:16 +0200
commitd3b917afdaf985bed7d4cf6fa2681e4e755622f2 (patch)
treeec7d2ae29dbb399ae72b538dc70f281de2e6b3ae /css
parenta00b581e264275a2db01674d2238eedebc307d37 (diff)
improved firt run page
Diffstat (limited to 'css')
-rw-r--r--css/news.css25
1 files changed, 16 insertions, 9 deletions
diff --git a/css/news.css b/css/news.css
index 47ecfdd81..4e64ca3d4 100644
--- a/css/news.css
+++ b/css/news.css
@@ -28,16 +28,19 @@ div.add_parentfolder {
* when there are no feeds in the db
*/
#firstrun {
- width: 100%;
- position: absolute;
- top: 3em;
- left: 0;
+ position: relative;
+ top: 50%;
+ left: 50%;
+ margin-left: -25em;
+ margin-top: -10em;
+ width: 50em;
+ height: 20em;
text-align: center;
font-weight:bold;
font-size:1.5em;
color:#777;
}
- #firstrun small { display: block; font-weight: normal; font-size: 0.8em; margin-bottom: 1em; }
+ #firstrun small { display: block; font-weight: normal; font-size: 0.8em; margin: .5em 0 1em 0; }
#firstrun .button { font-size: 0.7em; }
#firstrun #selections {
@@ -480,13 +483,17 @@ div.feed_controls {
#addfeedbtn {
- background: url('%appswebroot%/news/img/rss.svg') no-repeat left;
- padding-left: 20px;
+ background-image: url('%appswebroot%/news/img/rss.svg');
+ background-position: .5em center;
+ background-repeat: no-repeat;
+ padding-left: 1.8em;
}
#importopmlbtn {
- background: url('%appswebroot%/news/img/opml-icon.svg') no-repeat left center;
- padding-left: 20px;
+ background-image: url('%appswebroot%/news/img/opml-icon.svg');
+ background-position: .5em center;
+ background-repeat: no-repeat;
+ padding-left: 1.8em;
}