1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

toolbar css fixes

This commit is contained in:
Andrew Dolgov
2014-01-28 23:51:59 +04:00
parent 5470cfab6d
commit ad926dfb3b

View File

@@ -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;