moved everything into the header class

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

@ -1,4 +1,13 @@
#user_label { .header {
.dropdown-toggle {
i {
&.active {
color: #558;
}
}
}
#user_label {
img { img {
border: 1px solid #454; border: 1px solid #454;
margin: -2px 8px 0 0; margin: -2px 8px 0 0;
@ -11,9 +20,9 @@
font-weight: 400; font-weight: 400;
color: #ded; color: #ded;
} }
} }
.pagination-block { .pagination-block {
position: absolute; position: absolute;
background: rgb(34, 34, 34); background: rgb(34, 34, 34);
right: 0px; right: 0px;
@ -22,9 +31,9 @@
padding: 5px 10px 5px 10px; padding: 5px 10px 5px 10px;
font-size: 15px; font-size: 15px;
display: none; display: none;
} }
#notif-list { #notif-list {
li { li {
font-size: 12px; font-size: 12px;
width: 300px; width: 300px;
@ -38,20 +47,10 @@
background: #eceff5; background: #eceff5;
} }
} }
}
.header {
.dropdown-toggle {
i {
&.active {
color: #558;
}
}
} }
} }
.breadcrumb { .breadcrumb {
li { li {
max-width: 35%; max-width: 35%;

Loading…
Cancel
Save