comparison rhodecode/public/css/style.css @ 3271:62d56ee0eafb beta

css: set min-height on form fields Necessary when pull request summary has no description and nothing expands the div.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 30 Jan 2013 02:08:55 +0100
parents 5a7bc5c3029e
children c2dc089f4c3d
comparison
equal deleted inserted replaced
3270:81397bd3e77f 3271:62d56ee0eafb
1347 color: #4e6100; 1347 color: #4e6100;
1348 } 1348 }
1349 1349
1350 #content div.box div.form div.fields div.field { 1350 #content div.box div.form div.fields div.field {
1351 height: 1%; 1351 height: 1%;
1352 min-height: 12px;
1352 border-bottom: 1px solid #DDD; 1353 border-bottom: 1px solid #DDD;
1353 clear: both; 1354 clear: both;
1354 margin: 0; 1355 margin: 0;
1355 padding: 10px 0; 1356 padding: 10px 0;
1356 } 1357 }