Fix display of sync error icon (2x and spacing)

This commit is contained in:
Dan Stillman 2015-04-06 17:39:21 -04:00
parent af871a3fd5
commit bfbf3d871c
3 changed files with 7 additions and 3 deletions

View file

@ -108,9 +108,13 @@
}
@media (min-resolution: 1.5dppx) {
.zotero-tb-button > .toolbarbutton-icon {
#zotero-pane .toolbarbutton-icon {
max-width: 28px;
}
#zotero-tb-sync-error .toolbarbutton-icon {
width: 16px;
}
}
.zotero-tb-button, .zotero-tb-button:first-child, .zotero-tb-button:last-child {

View file

@ -93,7 +93,7 @@
/* End toolbar buttons */
@media (min-resolution: 1dppx) {
@media (min-resolution: 1.5dppx) {
#zotero-toolbar .toolbarbutton-icon {
width: 16px;
}

View file

@ -100,7 +100,7 @@
}
/* End toolbar buttons */
@media (min-resolution: 1dppx) {
@media (min-resolution: 1.5dppx) {
#zotero-toolbar .toolbarbutton-icon {
width: 16px;
}