diff options
| author | 2010-08-06 16:41:01 +0200 | |
|---|---|---|
| committer | 2010-08-06 16:41:01 +0200 | |
| commit | 626195f7fd65e51889371372ab9862ab5d20c83c (patch) | |
| tree | fcc6ff95880f38b5229a3b40a814d79fb30a66ec /module/web | |
| parent | Little bits to settings design (diff) | |
| download | pyload-626195f7fd65e51889371372ab9862ab5d20c83c.tar.xz | |
Align tabs to the left (settings page)
Diffstat (limited to 'module/web')
| -rw-r--r-- | module/web/media/default/css/default.css | 5 | ||||
| -rw-r--r-- | module/web/templates/default/settings.html | 2 | 
2 files changed, 2 insertions, 5 deletions
diff --git a/module/web/media/default/css/default.css b/module/web/media/default/css/default.css index 7ac088d39..7bd46d8cc 100644 --- a/module/web/media/default/css/default.css +++ b/module/web/media/default/css/default.css @@ -1563,10 +1563,7 @@ div.codearea pre span.Preprc {  {
      display: table-cell;
  }
 -#toptabs
 -{
 -    float:right;
 -}
 +
  #toptabs li a
  {
     padding: 5px 16px 4px 15px;
 diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index c863fd501..518bb3f9e 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -79,7 +79,7 @@          {% endif %}      {% endfor %}  </ul> -<div style="clear:both;"></div> +  <div id="tabsback">      <ul id="tabs" class="tabs">          {% for configname, config in conf.iteritems  %}  | 
