You are here

cck_time.css in CCK Time 7

Same filename and directory in other branches
  1. 5 cck_time.css
  2. 6 cck_time.css
fieldset.cck-time {
	border: 0;
}

fieldset.cck-time legend {
	font-weight: bold;
	color: #336699;
}

.cck-time-element .form-item {
	padding:0;
	margin:0;
	float:left;
	margin-right:.5em;
	}

File

cck_time.css
View source
  1. fieldset.cck-time {
  2. border: 0;
  3. }
  4. fieldset.cck-time legend {
  5. font-weight: bold;
  6. color: #336699;
  7. }
  8. .cck-time-element .form-item {
  9. padding:0;
  10. margin:0;
  11. float:left;
  12. margin-right:.5em;
  13. }