diff options
Diffstat (limited to 'module')
| -rw-r--r-- | module/web/static/css/default/settings.less | 3 | ||||
| -rw-r--r-- | module/web/templates/default/settings.html | 12 | 
2 files changed, 8 insertions, 7 deletions
diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index 0ae329306..c9789cd51 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -12,6 +12,7 @@    .page-header {
      margin: 0;
 +
    }
 -  
 +
  }
 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">
  | 
