diff options
Diffstat (limited to 'design')
-rw-r--r-- | design/templates/admin/buttons.html | 13 | ||||
-rw-r--r-- | design/templates/admin/index.html | 2 |
2 files changed, 8 insertions, 7 deletions
diff --git a/design/templates/admin/buttons.html b/design/templates/admin/buttons.html index a4a2080..677fa08 100644 --- a/design/templates/admin/buttons.html +++ b/design/templates/admin/buttons.html @@ -12,21 +12,20 @@ overflow: visible !important; } .item a { - min-width: 150px; - font-size: 110%; + text-transform: uppercase; + min-width: 180px; + font-size: 90%; position: relative; display: inline-block; margin: 0px; - padding: 5px; - height: 28px; - font-weight: bold; + padding: 7px 5px; + height: 32px; -moz-box-sizing: border-box; cursor: pointer; overflow: hidden; vertical-align: top; color: rgb(255, 255, 255); - border: 2px solid rgb(91, 128, 178); - background: url("../img/default-bg.gif") repeat-x scroll center bottom rgb(124, 160, 199); + background: #79aec8; } </style> diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html index 19a5d1b..f8d201f 100644 --- a/design/templates/admin/index.html +++ b/design/templates/admin/index.html @@ -12,7 +12,9 @@ {% block content %} <div id="content-main"> +{% load admin_reorder %} {% if app_list %} + {% app_order %} {% for app in app_list %} <div class="module"> <table> |