From ec86196bd167d0e1e7112a15cd92e8b84be64f0f Mon Sep 17 00:00:00 2001 From: Mzhelskiy Maxim Date: Sat, 2 May 2009 07:06:41 +0000 Subject: [PATCH] =?UTF-8?q?fix=20=D1=81=D1=82=D0=B8=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/skin/new/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/skin/new/css/style.css b/templates/skin/new/css/style.css index 0c60bd06..7f52fa07 100644 --- a/templates/skin/new/css/style.css +++ b/templates/skin/new/css/style.css @@ -703,7 +703,7 @@ select { width: 99%; } .lite-header a:hover { color: #333; } .lite-header a:hover span { color: #777; } -.lite-center { position: absolute; top: 200px; left: 50%; width: 400px; margin-left: -200px; color: #888; } +.lite-center { margin: 0 auto 20px; top: 200px; width: 400px; color: #888; } .lite-center h3, .login-popup h3 { color: #bec0bf; margin-bottom: 20px; } .lite-center button, .login-popup button { float: right; } .lite-center .input-text, .login-popup .input-text { width: 400px; font-size: 18px; padding: 4px 0; border: 1px solid #d7d7d7; color: #555; }