diff options
Diffstat (limited to 'module/web')
| -rw-r--r-- | module/web/static/css/default/settings.less | 8 | ||||
| -rw-r--r-- | module/web/templates/default/settings.html | 4 | 
2 files changed, 10 insertions, 2 deletions
| diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index e4bf1529a..0a18f58e2 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -4,11 +4,13 @@  	Settings
  */
  .settings-menu {
 +background-color: #fef8d1;
  }
  .setting-box {
    border-color: @lighterblue;
 +  background-color: #fef8d1;
    .page-header {
      margin: 0;
 @@ -19,5 +21,11 @@      }
    }
 +	.form-actions_custom {
 +    border-top: 1px solid #E5E5E5;
 +    margin-bottom: 20px;
 +    margin-top: 20px;
 +    /*padding: 19px 20px 20px;*/
 +}
  }
 diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index 5e966a3be..c2b88d791 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -66,7 +66,7 @@                              <div class="page-header">
                                  <h1>Example Settings
                                      <small>Subtext for header</small>
 -                                    <a class="btn btn-warning btn-small " href="#"><i
 +                                    <a class="btn btn-small " href="#"><i
                                              class="icon-question-sign"></i></a>
                                  </h1>
                              </div>
 @@ -102,7 +102,7 @@                                  </div>
                              </div>
                          </div>
 -                        <div class="form-actions">
 +                        <div class="form-actions_custom">
                              <button type="submit" class="btn btn-primary">Änderungen Speichern</button>
                              <button type="button" class="btn">Abbrechen</button>
                          </div>
 | 
