diff options
| author | 2013-11-24 19:35:33 -0500 | |
|---|---|---|
| committer | 2013-11-24 19:35:33 -0500 | |
| commit | faf5225d4c6bfd537bab3ffe579a87655b7b4ada (patch) | |
| tree | ffb752ce3918fae22fbe6c710eaba9f9a4dd8e58 /public/themes/default | |
| parent | 9fee917c6102df9371580d0796431e99143907db (diff) | |
| parent | ab26cb6ed8904bb873e0ae4b874aed3f3a0fdb48 (diff) | |
Merge remote-tracking branch 'upstream/dev' into issue283
Diffstat (limited to 'public/themes/default')
| -rw-r--r-- | public/themes/default/freshrss.css | 2 | ||||
| -rw-r--r-- | public/themes/default/global.css | 83 |
2 files changed, 1 insertions, 84 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index c0581bae5..8f2d6a06d 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -18,6 +18,7 @@ } .logo { display: inline-block; + font-size: 48px; height: 32px; width: 32px; padding: 10px; @@ -253,7 +254,6 @@ .item.manage { width: 40px; white-space: nowrap; - font-size: 0px; text-align: center; } .flux_header .item.website { diff --git a/public/themes/default/global.css b/public/themes/default/global.css index b5cae66db..2004a1936 100644 --- a/public/themes/default/global.css +++ b/public/themes/default/global.css @@ -480,92 +480,9 @@ input, select, textarea { /* ICÔNES */ .icon { - font-size: 0; display: inline-block; width: 16px; height: 16px; vertical-align: middle; line-height: 16px; - background: center center no-repeat; } - .i_refresh { - background-image: url("../icons/refresh.svg"); - } - .i_bookmark { - background-image: url("../icons/starred.svg"); - } - .i_not_bookmark { - background-image: url("../icons/unstarred.svg"); - } - .i_read { - background-image: url("../icons/read.svg"); - } - .i_unread { - background-image: url("../icons/unread.svg"); - } - .i_all { - background-image: url("../icons/all.svg"); - } - .i_close { - background-image: url("../icons/close.svg"); - } - .i_search { - background-image: url("../icons/search.svg"); - } - .i_configure { - background-image: url("../icons/configure.svg"); - } - .i_login { - background-image: url("../icons/login.svg"); - } - .i_logout { - background-image: url("../icons/logout.svg"); - } - .i_add { - background-image: url("../icons/add.svg"); - } - .i_link { - background-image: url("../icons/link.svg"); - } - .i_down { - background-image: url("../icons/down.svg"); - } - .i_up { - background-image: url("../icons/up.svg"); - } - .i_next { - background-image: url("../icons/next.svg"); - } - .i_prev { - background-image: url("../icons/prev.svg"); - } - .i_help { - background-image: url("../icons/help.svg"); - } - .i_note { - background-image: url("../icons/note.svg"); - } - .i_note_empty { - background-image: url("../icons/note_empty.svg"); - } - .i_category { - background-image: url("../icons/category.svg"); - } - .i_category-white { - background-image: url("../icons/category-white.svg"); - } - .i_rss { - background-image: url("../icons/rss.svg"); - } - .i_share { - background-image: url("../icons/share.svg"); - } - .i_starred { - background-image: url("../icons/starred.svg"); - } - .i_non-starred { - background-image: url("../icons/non-starred.svg"); - } - .i_tag { - background-image: url("../icons/tag.svg"); - } |
