Skip to content

Instantly share code, notes, and snippets.

@rudiedirkx
Created March 23, 2015 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rudiedirkx/407aa30e5755935eb512 to your computer and use it in GitHub Desktop.
Save rudiedirkx/407aa30e5755935eb512 to your computer and use it in GitHub Desktop.
.ezhealth-ckeditor-widget,
.ezhealth-ckeditor-widget * {
box-sizing: border-box;
}
.ezhealth-ckeditor-widget {
border: solid 1px #ddd;
}
.ezhealth-ckeditor-widget:after {
content: "";
display: block;
clear: both;
}
.ezhealth-ckeditor-widget > :hover {
background-color: #eee;
}
.ezhealth-ckeditor-widget h3 {
border-bottom: solid 1px #ddd;
margin: 0;
padding: 10px;
}
.ezhealth-ckeditor-widget .left,
.ezhealth-ckeditor-widget .right {
float: left;
width: 50%;
padding: 10px;
}
.ezhealth-ckeditor-widget .left {
border-right: solid 1px #ddd;
}
.ezhealth-ckeditor-widget.size-2575 .left,
.ezhealth-ckeditor-widget.size-7525 .right {
width: 25%;
}
.ezhealth-ckeditor-widget.size-7525 .left,
.ezhealth-ckeditor-widget.size-2575 .right {
width: 75%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment