refresh button
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
}
|
||||
|
||||
.menu {
|
||||
// float: right;
|
||||
margin-left: 15px;
|
||||
padding-top: 5px;
|
||||
margin-top: 0px;
|
||||
@@ -39,6 +38,15 @@
|
||||
margin-bottom: 0px;
|
||||
font-size: 11px;
|
||||
|
||||
&.left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
&.right {
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.login-panel .login-input {
|
||||
border-radius: 0px;
|
||||
}
|
||||
@@ -96,6 +104,11 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
.item.last-refreshed {
|
||||
font-weight: normal !important;
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
.item.account {
|
||||
|
||||
.email {
|
||||
|
||||
Reference in New Issue
Block a user