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

17 lines
353 B
CSS
Raw Normal View History

#g-content fieldset {
display: block;
}
#g-content fieldset.g-tag-cloud-html5-admin-form-top {
width: 80%;
clear: both;
}
#g-content fieldset.g-tag-cloud-html5-admin-form-left {
width: 45%;
float: left;
clear: left;
margin-right: 2%
}
#g-content fieldset.g-tag-cloud-html5-admin-form-right {
width: 45%;
clear: right;
}