Merge pull request #1118 from matclab/readonly-label

Add readonly class to labels of readonly fields and set padding to 0
This commit is contained in:
mdipierro
2015-12-04 10:43:17 -06:00
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;
}