From 6b9cf8d2d546174cd212d9c9947d4eb253ff7384 Mon Sep 17 00:00:00 2001 From: Dawid Opis Date: Thu, 11 Aug 2011 16:38:54 +0200 Subject: [PATCH] fixed mysql/sqlite selection labels in installation screen --- core/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index 1ccdc0b398..39e7bd2a5b 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -77,7 +77,7 @@ legend { padding:.2em; font-size:1.2em; } #login form p { clear:both; } #login form p label { float:left; position:static; margin:0; padding:0.1em;} -#login form p input { float:left; } +#login form p input { float:left; width: auto;} /* NAVIGATION ------------------------------------------------------------- */ #navigation { position:fixed; top:3.5em; float:left; width:12.5em; padding:0; z-index:75; height:100%; background:#eee; border-right: 1px #ccc solid; -moz-box-shadow: -3px 0 7px #000; -webkit-box-shadow: -3px 0 7px #000; box-shadow: -3px 0 7px #000; }