diff --git a/symposion_project/static/symposion/less/custom.less b/symposion_project/static/symposion/less/custom.less index 6247a0023ec601efe09cacab327b09f0b7316f8d..de809330f75dd7059f1ea685e95beb5d75a4a4ad 100644 --- a/symposion_project/static/symposion/less/custom.less +++ b/symposion_project/static/symposion/less/custom.less @@ -30,3 +30,35 @@ header { 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; +}