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