diff options
| author | 2012-08-12 13:38:38 +0200 | |
|---|---|---|
| committer | 2012-08-12 13:38:38 +0200 | |
| commit | 132a5ff97efcf7645d60900633e95b6ce9dde1c4 (patch) | |
| tree | 3272c5c1e7e5c75d127f4ba49e1954330e37c461 /module/web/templates/default | |
| parent | added little icons + backbone.js (diff) | |
| download | pyload-132a5ff97efcf7645d60900633e95b6ce9dde1c4.tar.xz | |
added center to header + various resizing
Diffstat (limited to 'module/web/templates/default')
| -rw-r--r-- | module/web/templates/default/base.html | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 97c878501..772d46a00 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -27,6 +27,11 @@              <img class="logo" alt="" src="static/img/default/logo.png" width="120px" height="120px">
              <span class="title">pyLoad</span>
 +            <div id="notification_div">
 +                <h1>Important Stuff will be here!</h1>
 +            </div>
 +
 +            <div id="speedgraph"></div>
              <div class="header_block">
                  <div class="icon_info">
                      <img src="static/img/default/icon_speed_small_white.png" height="20px"/><span>500 kb/s</span>
 @@ -35,7 +40,6 @@                      <img src="static/img/default/icon_clock_small_white.png" height="20px"/><span>5 / 125</span>
                  </div>
              </div>
 -            <div id="speedgraph"></div>
          </div>
      </header>
      <div id="push"></div>
 | 
