Add readonly class to labels of readonly fields and set padding to 0

This allow for readonly fields content to be vertical aligned with their label
This commit is contained in:
Mathieu Clabaut
2015-12-04 15:29:45 +01:00
parent db37cf6a58
commit 864dbe73f2
2 changed files with 21 additions and 8 deletions
@@ -320,3 +320,10 @@ li.w2p_grid_breadcrumb_elem {
.ie-lte8 div.flash{ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0 ); }
.ie-lte8 div.flash:hover {filter:alpha(opacity=25);}
.ie9 #w2p_query_panel {padding-bottom:2px}
.control-label.readonly{
padding-top:0px !important;
padding-right:0px !important;
}