boxout.css in Boxout 8
Same filename in this branch
/* CSS for admin interface and front-end */
.boxout.default {
float: right;
width: 45%;
margin: .4em 0 .4em 1em;
background: #e6ecef;
padding: 0.5em;
border-top: 6px solid #f2b250;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
line-height: 1.4;
}
.boxout.default p {
line-height: 1.4;
}
.boxout.default p:last-child {
margin-bottom: 0;
}
.boxout.plain {
float: none;
margin: .4em 0 .4em 0;
background: #efefef;
padding: 0.4em;
border: 1px solid #ccc;
width: 100%;
}
File
css/boxout.cssView source
- /* CSS for admin interface and front-end */
- .boxout.default {
- float: right;
- width: 45%;
- margin: .4em 0 .4em 1em;
- background: #e6ecef;
- padding: 0.5em;
- border-top: 6px solid #f2b250;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- line-height: 1.4;
- }
- .boxout.default p {
- line-height: 1.4;
- }
- .boxout.default p:last-child {
- margin-bottom: 0;
- }
- .boxout.plain {
- float: none;
- margin: .4em 0 .4em 0;
- background: #efefef;
- padding: 0.4em;
- border: 1px solid #ccc;
- width: 100%;
- }