put some margin between checkbox and its label

This commit is contained in:
Ralf Becker 2014-03-28 07:55:19 +00:00
parent ca3f43838c
commit d6747117ca

View File

@ -496,7 +496,7 @@ span.et2_file_span{
background-repeat: no-repeat;
background-size: 16px;
cursor: pointer;
height: 15px;
text-align: left;
text-indent: 20px;
@ -1367,6 +1367,9 @@ div.ui-toolbar-menulist{
.et2_toolbar_actionlist{
float:left;
}
.et2_label > input.et2_checkbox {
margin-right: 5px;
}
/**
* Do not wrap content of a single widget incl. a label or children of a hbox.