moved everything into the header class

v1.18.x
psychobunny 12 years ago
parent def871ac89
commit 2f4fd310bd

@ -1,57 +1,56 @@
#user_label {
img {
border: 1px solid #454;
margin: -2px 8px 0 0;
width: 24px;
height: 24px;
}
span {
font-size: 14px;
font-weight: 400;
color: #ded;
.header {
.dropdown-toggle {
i {
&.active {
color: #558;
}
}
}
}
.pagination-block {
position: absolute;
background: rgb(34, 34, 34);
right: 0px;
top: 50px;
color: white;
padding: 5px 10px 5px 10px;
font-size: 15px;
display: none;
}
#notif-list {
li {
font-size: 12px;
width: 300px;
text-align: left;
a {
white-space: normal;
#user_label {
img {
border: 1px solid #454;
margin: -2px 8px 0 0;
width: 24px;
height: 24px;
}
&.unread {
background: #eceff5;
span {
font-size: 14px;
font-weight: 400;
color: #ded;
}
}
}
.header {
.dropdown-toggle {
i {
&.active {
color: #558;
.pagination-block {
position: absolute;
background: rgb(34, 34, 34);
right: 0px;
top: 50px;
color: white;
padding: 5px 10px 5px 10px;
font-size: 15px;
display: none;
}
#notif-list {
li {
font-size: 12px;
width: 300px;
text-align: left;
a {
white-space: normal;
}
&.unread {
background: #eceff5;
}
}
}
}
.breadcrumb {
li {
max-width: 35%;

Loading…
Cancel
Save