1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/modules/tag_cloud_html5/css/admin_tag_cloud_html5.css

30 lines
549 B
CSS

#g-content fieldset li {
display: block;
clear: both;
height: 24px;
}
#g-content fieldset input {
display: inline;
float: left;
height: 18px;
margin-right: 0.8em;
width: 250px;
}
#g-content fieldset select {
display: inline;
float: left;
height: 24px;
margin-right: 0.8em;
width: 256px;
}
#g-content fieldset label {
display: inline;
line-height: 24px;
}
#g-content fieldset label input.checkbox {
float: left;
height: 24px;
margin-right: 0.8em;
width: 20px;
margin-left: 236px;
}