Fix favicons height

This commit is contained in:
silvus 2015-01-11 01:48:25 +01:00
parent a45d69dee4
commit d3a275616e
4 changed files with 22 additions and 11378 deletions

File diff suppressed because one or more lines are too long

View File

@ -49,18 +49,18 @@ span {
&:before { &:before {
content: " @{icon-bracket-open}"; content: " @{icon-bracket-open}";
} }
&:after { &:after {
content: "@{icon-bracket-close}"; content: "@{icon-bracket-close}";
} }
} }
} }
&.items-count { &.items-count {
&:before { &:before {
content: "@{icon-bracket-open}"; content: "@{icon-bracket-open}";
} }
&:after { &:after {
content: "@{icon-bracket-close}"; content: "@{icon-bracket-close}";
} }
@ -69,7 +69,7 @@ span {
// Loading // Loading
.loading-icon:before { .loading-icon:before {
content: "@{icon-loading}"; content: "@{icon-loading}";
animation-name: blinker; animation-name: blinker;
-webkit-animation-name: blinker; /* Chrome, Safari, Opera */ -webkit-animation-name: blinker; /* Chrome, Safari, Opera */
animation-duration: 500ms; animation-duration: 500ms;
@ -212,13 +212,13 @@ article {
content: "@{icon-read}"; content: "@{icon-read}";
} }
} }
&[data-item-bookmark="1"] { &[data-item-bookmark="1"] {
.bookmark-icon:before { .bookmark-icon:before {
content: "@{icon-bookmarked}"; content: "@{icon-bookmarked}";
} }
} }
&[data-item-bookmark="0"] { &[data-item-bookmark="0"] {
.item-infos { .item-infos {
.bookmark-icon:before { .bookmark-icon:before {
@ -242,6 +242,10 @@ article.item,
&:extend(.panel all, .panel-default all); &:extend(.panel all, .panel-default all);
position: relative; position: relative;
padding: 10px; padding: 10px;
.favicon {
height: 16px;
}
} }
article.item h1, article.item h1,

File diff suppressed because one or more lines are too long

View File

@ -49,18 +49,18 @@ span {
&:before { &:before {
content: " @{icon-bracket-open}"; content: " @{icon-bracket-open}";
} }
&:after { &:after {
content: "@{icon-bracket-close}"; content: "@{icon-bracket-close}";
} }
} }
} }
&.items-count { &.items-count {
&:before { &:before {
content: "@{icon-bracket-open}"; content: "@{icon-bracket-open}";
} }
&:after { &:after {
content: "@{icon-bracket-close}"; content: "@{icon-bracket-close}";
} }
@ -69,7 +69,7 @@ span {
// Loading // Loading
.loading-icon:before { .loading-icon:before {
content: "@{icon-loading}"; content: "@{icon-loading}";
animation-name: blinker; animation-name: blinker;
-webkit-animation-name: blinker; /* Chrome, Safari, Opera */ -webkit-animation-name: blinker; /* Chrome, Safari, Opera */
animation-duration: 500ms; animation-duration: 500ms;
@ -212,13 +212,13 @@ article {
content: "@{icon-read}"; content: "@{icon-read}";
} }
} }
&[data-item-bookmark="1"] { &[data-item-bookmark="1"] {
.bookmark-icon:before { .bookmark-icon:before {
content: "@{icon-bookmarked}"; content: "@{icon-bookmarked}";
} }
} }
&[data-item-bookmark="0"] { &[data-item-bookmark="0"] {
.item-infos { .item-infos {
.bookmark-icon:before { .bookmark-icon:before {
@ -242,6 +242,10 @@ article.item,
&:extend(.panel all, .panel-default all); &:extend(.panel all, .panel-default all);
position: relative; position: relative;
padding: 10px; padding: 10px;
.favicon {
height: 16px;
}
} }
article.item h1, article.item h1,