diff options
author | Osile <mo@onlinestage4you.de> | 2012-10-14 22:31:49 +0200 |
---|---|---|
committer | Osile <mo@onlinestage4you.de> | 2012-10-14 22:31:49 +0200 |
commit | 4fd9148316226560e0f9151ba6cea366444d4c93 (patch) | |
tree | 5c65da921eba6892e50815026d32f2e82281d5b8 /module/web/templates | |
parent | color info button changed to yellow (diff) | |
download | pyload-4fd9148316226560e0f9151ba6cea366444d4c93.tar.xz |
deleted some div's
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/settings.html | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index 8bc7f507a..f507c6359 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -64,18 +64,11 @@ <form class="form-horizontal">
<legend>
<div class="page-header">
- <div class="container-fluid">
- <div class="row-fluid">
- <div class="span11">
- <h1>Example Settings
- <small>Subtext for header</small>
- </h1>
- </div>
- <div class="span1">
- <a class="btn btn-warning btn-small" href="#"><i class="icon-question-sign"></i></a>
- </div>
- </div>
- </div>
+ <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>
</legend>
<div class="control-group">
|