##// END OF EJS Templates
ui: fix length of "large" input fields
marcink -
r3244:23ff6d1d default
parent child Browse files
Show More
@@ -125,7 +125,7 b''
125 @label-summary-minwidth: 80px;
125 @label-summary-minwidth: 80px;
126 @search-form-width: 400px;
126 @search-form-width: 400px;
127 @fields-input-m: 400px;
127 @fields-input-m: 400px;
128 @fields-input-l: 800px;
128 @fields-input-l: 750px;
129
129
130 // BUTTONS
130 // BUTTONS
131 @button-padding: .9em;
131 @button-padding: .9em;
General Comments 0
You need to be logged in to leave comments. Login now