refresh button

This commit is contained in:
Mo Bitar
2016-12-29 22:57:46 -06:00
parent 96006e3dca
commit 110dc4e758
9 changed files with 69 additions and 28 deletions

View File

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