symposion_app/symposion_project/static/symposion/less/custom.less
2012-07-13 03:07:13 -04:00

64 lines
1,007 B
Text

body {
padding-top: 24px;
}
label:not(.checkbox):not(.radio) {
font-weight: bold;
}
header {
position: relative;
margin-bottom: 24px;
h1 {
margin-bottom: 9px;
font-size: 48px;
letter-spacing: -1px;
line-height: 1;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
p {
font-size: 30px;
line-height: 36px;
}
a, a:hover, a:visited {
color: @grayDark;
text-decoration: none;
}
}
// Markitup
div.box-content .markItUpEditor {
font-family: @monoFontFamily;
padding:5px;
width:600px;
height:320px;
clear:both; display:block;
overflow:auto;
}
// Markitup Modal
.modal div.markItUp {
width: 500px;
}
.modal textarea.markItUpEditor {
width: 500px;
height: 250px;
}
// Boxes
.content-box.editable {
border: 1px dashed #bbb;
padding: 5px;
min-height: 30px;
}
.edit-toggle {
position: relative;
float: left;
left: -20px;
}