streams/view/css/mod_thing.css

21 lines
298 B
CSS
Raw Normal View History

2013-07-05 03:35:42 +00:00
.thing-profile #contact-profile-selector {
margin-left: 0;
}
.thing-label, .field label, .thing-verb-label, .thing-profile-label{
2013-07-05 03:35:42 +00:00
float: left;
width: 350px;
2013-07-05 03:35:42 +00:00
}
.thing-input, .thing-verb, .thing-profile{
2013-07-05 03:35:42 +00:00
float: left;
margin-bottom: 15px;
width: 400px;
2013-07-05 03:35:42 +00:00
}
.thing-field-end {
clear: both;
}