streams/view/css/mod_thing.css

23 lines
381 B
CSS
Raw Normal View History

2013-07-05 03:35:42 +00:00
.thing-profile #contact-profile-selector {
margin-left: 0;
}
/* first-of-type needed to style switches */
.field label.mainlabel,
.thing-label, .field label:first-of-type, .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;
}