diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-15 19:04:31 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-15 19:04:31 +0200 |
commit | e1eabedc757b5b33834b4eb3d03b76e9ab34d77c (patch) | |
tree | 5f5780c482afc89f393ba6b0bb61c5981cb36ce0 /module/web/templates/default/settings.html | |
parent | fancier shadows and gradients for settings page (diff) | |
download | pyload-e1eabedc757b5b33834b4eb3d03b76e9ab34d77c.tar.xz |
btn classes in pyload colors
Diffstat (limited to 'module/web/templates/default/settings.html')
-rw-r--r-- | module/web/templates/default/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index 47174416a..0011b0bb5 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -102,7 +102,7 @@ </div>
</div>
</div>
- <div class="form-actions_custom">
+ <div class="form-actions">
<button type="submit" class="btn btn-primary">Änderungen Speichern</button>
<button type="button" class="btn">Abbrechen</button>
</div>
|