css improvements
This commit is contained in:
@@ -94,7 +94,6 @@
|
|||||||
width: auto;
|
width: auto;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 0;
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
> li > a,
|
> li > a,
|
||||||
.dropdown-header {
|
.dropdown-header {
|
||||||
|
|||||||
@@ -153,6 +153,25 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> li.menu-container {
|
||||||
|
float: right;
|
||||||
|
|
||||||
|
> a {
|
||||||
|
float: right;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
content: " ";
|
||||||
|
clear: both;
|
||||||
|
display: table;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
> ul {
|
||||||
|
border-bottom-left-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.notifications-badge-container > .notifications-button > .number-badge {
|
.notifications-badge-container > .notifications-button > .number-badge {
|
||||||
|
|||||||
Reference in New Issue
Block a user