diff options
Diffstat (limited to 'design/templates/admin/buttons.html')
-rw-r--r-- | design/templates/admin/buttons.html | 13 |
1 files changed, 6 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> |