summaryrefslogtreecommitdiffstats
path: root/module/web
diff options
context:
space:
mode:
authorGravatar Osile <mo@onlinestage4you.de> 2012-10-14 22:31:49 +0200
committerGravatar Osile <mo@onlinestage4you.de> 2012-10-14 22:31:49 +0200
commit4fd9148316226560e0f9151ba6cea366444d4c93 (patch)
tree5c65da921eba6892e50815026d32f2e82281d5b8 /module/web
parentcolor info button changed to yellow (diff)
downloadpyload-4fd9148316226560e0f9151ba6cea366444d4c93.tar.xz
deleted some div's
Diffstat (limited to 'module/web')
-rw-r--r--module/web/static/css/default/settings.less3
-rw-r--r--module/web/templates/default/settings.html17
2 files changed, 7 insertions, 13 deletions
diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less
index 0b80569fe..0ae329306 100644
--- a/module/web/static/css/default/settings.less
+++ b/module/web/static/css/default/settings.less
@@ -13,4 +13,5 @@
.page-header {
margin: 0;
}
-} \ No newline at end of file
+
+}
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">