You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2017/01/13 17:18:31 UTC

svn commit: r1778635 - /vcl/trunk/web/css/vcl.css

Author: jfthomps
Date: Fri Jan 13 17:18:31 2017
New Revision: 1778635

URL: http://svn.apache.org/viewvc?rev=1778635&view=rev
Log:
changed the width of newreslabelfields label and .labeledform to accommodate longer translated strings

Modified:
    vcl/trunk/web/css/vcl.css

Modified: vcl/trunk/web/css/vcl.css
URL: http://svn.apache.org/viewvc/vcl/trunk/web/css/vcl.css?rev=1778635&r1=1778634&r2=1778635&view=diff
==============================================================================
--- vcl/trunk/web/css/vcl.css (original)
+++ vcl/trunk/web/css/vcl.css Fri Jan 13 17:18:31 2017
@@ -560,7 +560,7 @@ body {
 }
 
 #newreslabelfields label {
-	width: 10em;
+	width: 15em;
 }
 
 #addeditdlgcontent .labeledform {
@@ -610,7 +610,7 @@ body {
 }
 
 #newreslabelfields .labeledform {
-	margin-left: 10.5em;
+	margin-left: 15.5em;
 }
 
 .logincol {