diff options
author | Alessandro Cosentino <cosenal@gmail.com> | 2012-08-12 14:52:00 -0400 |
---|---|---|
committer | Alessandro Cosentino <cosenal@gmail.com> | 2012-08-12 14:52:00 -0400 |
commit | 8bf1873f43b67f4bc6d227639161b4fd001fcd54 (patch) | |
tree | 98b2298624cb9f655f10fc4e6f1602f75eaab28b /css/news.css | |
parent | 1029b44255c02c9a03ad2ed3812dff3da47103e0 (diff) |
opml icon in opening page: you know, Sunday jobs :P
Diffstat (limited to 'css/news.css')
-rw-r--r-- | css/news.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/news.css b/css/news.css index 1b2c0fbe3..953a729a1 100644 --- a/css/news.css +++ b/css/news.css @@ -37,6 +37,8 @@ div.collapsable:hover { background-color: rgb(221, 221, 221); } /* when there are no feeds in the db */ #firstrun { width: 100%; position: absolute; top: 5em; left: 0; text-align: center; font-weight:bold; font-size:1.5em; color:#777; } #firstrun #selections { font-size:0.8em; margin: 2em auto auto auto; clear: both; } +#addfeedbtn { background: url('%appswebroot%/news/img/rss.svg') no-repeat left; padding-left: 20px; } +#importopmlbtn { background: url('%appswebroot%/news/img/opml-icon.svg') no-repeat left center; padding-left: 20px; } /* feed controls */ #addfolder { background: url('%webroot%/core/img/places/folder.svg') no-repeat left center; padding-left: 20px !important; } |