settings: UI fixes in general settings.

This commit is contained in:
Akash Nimare
2018-09-28 21:03:49 +05:30
parent 19770f5fbf
commit b2b4fd1003
3 changed files with 6 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ td:nth-child(odd) {
}
.nav {
padding: 5px 0;
padding: 7px 0;
color: #999;
cursor: pointer;
}
@@ -340,12 +340,13 @@ img.server-info-icon {
display: inline-block;
border: none;
padding: 10px;
width: 110px;
width: 100px;
cursor: pointer;
font-size: 1rem;
font-weight: bold;
transition: background-color 0.2s ease;
text-decoration: none;
text-align: center;
}
.green:hover {
@@ -353,8 +354,8 @@ img.server-info-icon {
color: #fff;
}
.w-200 {
width: 200px;
.w-150 {
width: 150px;
}
.grey {

View File

@@ -123,7 +123,7 @@ class GeneralSection extends BaseSection {
<div class="setting-row" id="resetdata-option">
<div class="setting-description">This will delete all application data including all added accounts and preferences
</div>
<button class="reset-data-button green w-200">Reset App Data</button>
<button class="reset-data-button green w-150">Reset App Data</button>
</div>
</div>
</div>

View File

@@ -39,7 +39,6 @@ class NetworkSection extends BaseSection {
</div>
<div class="setting-row">
<div class="action green" id="proxy-save-action">
<i class="material-icons">check_box</i>
<span>Save</span>
</div>
</div>