From 03ad908c30e44c9b4776f8f9d8e83931e6f3fbd8 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 16 Apr 2014 17:44:38 +0200 Subject: [PATCH] fix overlapping infield labels --- 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 5efa7707836..af817ead034 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -464,7 +464,7 @@ p.infield { position:relative; } label.infield { cursor:text !important; top:1.05em; left:.85em; } #body-login form label.infield { /* labels are ellipsized when too long, keep them short */ position: absolute; - width: auto; + width: 82%; margin-left: 26px; font-size: 19px; color: #aaa; -- 2.39.5