diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-11 21:42:43 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-11 21:42:43 +0100 |
commit | b5adf6b74b1bb1f642f06c52b1931391157c0e48 (patch) | |
tree | bbac6e3be06afe26fbd10b49ca96f3c45926b573 /module/web/templates | |
parent | renamed files to enable markdown rendering (diff) | |
download | pyload-b5adf6b74b1bb1f642f06c52b1931391157c0e48.tar.xz |
restored old width
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/dashboard.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html index 00e3a5b17..d02d299e4 100644 --- a/module/web/templates/default/dashboard.html +++ b/module/web/templates/default/dashboard.html @@ -73,7 +73,7 @@ {% endblock %}
{% block actionbar %}
- <ul class="actionbar nav nav-pills span8 offset1">
+ <ul class="actionbar nav nav-pills span9">
<li>
<ul class="breadcrumb">
<li><a href="#">{{ _("Home") }}</a> <span class="divider">/</span></li>
@@ -130,7 +130,7 @@ {% block content %}
- <div class="span4">
+ <div class="span3">
<div class="sidebar-header">
<i class="iconf-hdd"></i> Local
<div class="pull-right" style="font-size: medium; line-height: normal">
@@ -224,7 +224,7 @@ <li>other pyloads</li>
</ul>
</div>
- <div class="span8">
+ <div class="span9">
<div id="dashboard">
{# Build up by js #}
</div>
|