From b1ce61ecebc8b20d0cf4a71efb3392680faede53 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 19 Apr 2009 01:43:30 +0000 Subject: Various localization fixes. --- Cydia.app/manage.html | 48 ++++++++++++++++-------------------------------- 1 file changed, 16 insertions(+), 32 deletions(-) (limited to 'Cydia.app/manage.html') diff --git a/Cydia.app/manage.html b/Cydia.app/manage.html index 5b69279..e1de252 100644 --- a/Cydia.app/manage.html +++ b/Cydia.app/manage.html @@ -28,52 +28,42 @@ } a.giant-button { + background-color: rgba(0, 0, 0, .15); + -webkit-border-radius: 10px; color: #193250; display: block; margin: 10px; text-decoration: none; } - a.giant-button > div.contents { - position: absolute; - text-align: left; - width: 300px; - -webkit-background-size: 75px auto; - z-index: 2; - } - - a.giant-button > div.contents > img { + a.giant-button > img { + display: inline-block; float: left; height: 80px; - margin: 10px; + margin: 10px -10px 0 10px; width: 80px; vertical-align: middle; } + a.giant-button > div.contents { + display: inline-block; + width: 190px; + margin: 5px 10px 17px 10px; + } + a.giant-button > div.contents > label { display: block; - float: left; - font-size: 30px; - margin: 10px 0 4px 4px; + font-size: 28px; + margin: 8px 0 8px 0; text-align: center; text-shadow: rgba(200, 200, 200, 0.75) 1px 1px 0; - width: 180px; } a.giant-button > div.contents > div { display: block; - float: left; font-size: 14px; margin-left: 4px; text-align: center; - width: 180px; - } - - a.giant-button > div.background { - background-color: #000000; - height: 98px; - opacity: 0.15; - -webkit-border-radius: 10px; }
@@ -81,33 +71,27 @@ -- cgit v1.2.3