From 497853022ab29be3f87a691e2bfd5ba3559709b0 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 12 Jun 2014 21:58:39 +0200 Subject: Fix some theme and UI problems - More stick buttons! - Fix line-height of titles + fix load more on mobile (Origine) - Fix content width and filter buttons (Dark and Flat) --- p/themes/Flat/freshrss.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'p/themes/Flat') diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css index 061bd4a84..503eec813 100644 --- a/p/themes/Flat/freshrss.css +++ b/p/themes/Flat/freshrss.css @@ -87,10 +87,6 @@ body { .nav_menu .search { display:none; } - .nav_menu .btn[aria-checked="true"]{ - background-color: #2980B9; - border-bottom-color: #3498DB; - } .favicon { height: 16px; @@ -383,12 +379,20 @@ body { .content { min-height: 150px; - max-width: 550px; margin: 0 auto; padding: 20px 10px; line-height: 170%; word-wrap: break-word; } + .content.large { + max-width: 1000px; + } + .content.medium { + max-width: 800px; + } + .content.thin { + max-width: 550px; + } .content h1, .content h2, .content h3 { margin: 20px 0 5px; } -- cgit v1.2.3