From: Andrew Dolgov Date: Tue, 28 Jan 2014 19:51:59 +0000 (+0400) Subject: toolbar css fixes X-Git-Tag: 1.12~77 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ad926dfb3be9f4706889b21c916e32e124166272;p=tt-rss.git toolbar css fixes --- diff --git a/css/tt-rss.css b/css/tt-rss.css index 673c51b6..d791f163 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -329,11 +329,20 @@ div.prefHelp { white-space : nowrap; display : table-cell; color : #999; +} + +#main-toolbar > *, +#main-toolbar table * { text-rendering: optimizelegibility; font-family : "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size : 12px; + +} + +#main-toolbar .dijitDownArrowButton { + font-size : 11px; } #main-toolbar #headlines-toolbar { @@ -354,6 +363,11 @@ div.prefHelp { text-align : right; } +#main-toolbar #headlines-toolbar .main, +#main-toolbar #headlines-toolbar .r { + line-height : 24px; +} + #headlines-toolbar span.r img { margin-right : 4px; position : relative;