customfields - et2_grid

empty custom fields won´t be displayed
This commit is contained in:
Stefan Reinhardt 2014-04-10 10:27:55 +00:00
parent 292ef93e75
commit 5ee59dfc3b

View File

@ -81,7 +81,7 @@ table.egwGridView_outer{
.gradient();
font-weight: normal;
padding: 0px;
padding: 3px 0 3px 4px;
border-color: @gray_30;
border-left: 0px solid transparent;
border-top: 0px solid transparent;
@ -241,16 +241,19 @@ table.egwGridView_grid{
border-bottom: 0px;
tr{
border-bottom: 0px;
background-size: 12px 12px;
/*background-size: 12px 12px;*/
td{
border-bottom: 0px;
border: 0px;
height: 12px;
padding: 0;
/*height: 12px;*/
span{}
// html field
.et2_textbox_ro{
white-space: inherit;
/*white-space: inherit;*/
}
}
}