Browse Source

fix h3 style, move out from settings to apps CSS

tags/v7.0.0alpha2
Jan-Christoph Borchardt 10 years ago
parent
commit
5301056ab1
2 changed files with 3 additions and 2 deletions
  1. 3
    1
      core/css/apps.css
  2. 0
    1
      settings/css/settings.css

+ 3
- 1
core/css/apps.css View File

@@ -253,9 +253,11 @@ button.loading {
}
.section h2 {
font-size: 20px;
font-weight: normal;
margin-bottom: 7px;
}
.section h3 {
font-size: 16px;
}
/* slight position correction of checkboxes and radio buttons */
.section input[type="checkbox"],
.section input[type="radio"] {

+ 0
- 1
settings/css/settings.css View File

@@ -94,7 +94,6 @@ select.quota.active { background: #fff; }

/* APPS */
.appinfo { margin: 1em 40px; }
h3 { font-size: 1.4em; font-weight: bold; }
#app-navigation {
padding-bottom: 0px;
}

Loading…
Cancel
Save