proper positioning of notification count display on IE (#285)

* proper positioning of notification count display on IE

* indentation
main
pichalite 9 years ago committed by Julian Lam
parent 7be7d322ce
commit 1c9325d6bc

@ -291,23 +291,29 @@
.unread-count:after { .unread-count:after {
content: attr(data-content); content: attr(data-content);
position: relative; position: absolute;
left: -6px; left: 23px;
top: -7px; top: 10px;
font-size: 10px; font-size: 10px;
text-align: center; text-align: center;
border: 1px solid #890405; border: 1px solid #890405;
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
min-width: 20px; min-width: 16px;
-webkit-border-radius: 4px; -webkit-border-radius: 3px;
-moz-border-radius: 4px; -moz-border-radius: 3px;
border-radius: 4px; border-radius: 3px;
background: #c91106; background: #c91106;
padding: 1px 2px; padding: 1px 2px;
font-family: @font-family-sans-serif; font-family: @font-family-sans-serif;
} }
#mobile-menu [component="notifications/icon"].unread-count:after {
position: relative;
left: -6px;
top: -7px;
}
#search-form { #search-form {
#search-button { #search-button {
float: right; float: right;

Loading…
Cancel
Save