You are here

mcd.css in Maintenance Countdown 7

Same filename and directory in other branches
  1. 6 mcd.css
@CHARSET "UTF-8";

.mcd {
	clear: both;
	display: inline-block;
	float: none;
}
.mcd .form-item,
#edit-mcd-page-themes-wrapper label	 {
	float:left;
	margin-right:1em;
}
.mcd #edit-seconds-wrapper {margin-right:0}

File

mcd.css
View source
  1. @CHARSET "UTF-8";
  2. .mcd {
  3. clear: both;
  4. display: inline-block;
  5. float: none;
  6. }
  7. .mcd .form-item,
  8. #edit-mcd-page-themes-wrapper label {
  9. float:left;
  10. margin-right:1em;
  11. }
  12. .mcd #edit-seconds-wrapper {margin-right:0}