Browse Source

Increase App Settings checkbox and select sizes

tags/v0.12.0
Matt Baer 4 years ago
parent
commit
37ccf69d81
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      templates/user/admin/app-settings.tmpl

+ 7
- 0
templates/user/admin/app-settings.tmpl View File

@@ -15,6 +15,13 @@ form dt {
p.docs {
font-size: 0.86em;
}
input[type=checkbox] {
height: 1em;
width: 1em;
}
select {
font-size: 1em;
}
</style>

<div class="content-container snug">


Loading…
Cancel
Save