Move refresh interval setting back to the settings page

This commit is contained in:
JonnyWong16
2018-04-02 14:13:52 -07:00
parent 818e7723ff
commit 1032fdfe7a
4 changed files with 24 additions and 47 deletions

View File

@@ -294,6 +294,10 @@ object {
font-weight: bold;
text-transform: uppercase;
}
.padded-header h3 small {
font-size: 13px;
text-transform: none;
}
.btn {
outline:0px !important;
}
@@ -2373,18 +2377,6 @@ a .library-user-instance-box:hover {
margin-top: 9px;
width: 175px;
}
.home-padded-header .info-bar {
float: left;
margin-left: 15px;
line-height: 35px;
}
.home-padded-header .info-bar small {
font-size: 13px;
font-weight: normal;
text-transform: none;
line-height: 1;
color: #777;
}
.home-padded-header .button-bar {
float: left;
}