diff options
Diffstat (limited to 'module/web/templates/default')
-rw-r--r-- | module/web/templates/default/settings.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index f507c6359..0bc3b2284 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -63,12 +63,12 @@ <div class="well setting-box" style="margin-top: 10px ">
<form class="form-horizontal">
<legend>
- <div class="page-header">
- <h1>Example Settings
- <small>Subtext for header</small>
- <a id="info" class="btn btn-small pull-right" href="#"><i class="icon-question-sign"></i></a>
- </h1>
-
+ <div class="page-header">
+ <h1>Example Settings
+ <small>Subtext for header</small>
+ <a class="btn btn-warning btn-small pull-right" href="#"><i
+ class="icon-question-sign"></i></a>
+ </h1>
</div>
</legend>
<div class="control-group">
|