File diff 5dfd74c36023 → c18fd7e378ab
symposion_project/static/symposion/less/symposion-components.less
Show inline comments
 
// General
 
body {
 
    padding-top: 24px;
 
}
 
label:not(.checkbox):not(.radio) {
 
    font-weight: bold;
 
}
 

	
 
// Header
 
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;
 
    }
 
}
 

	
 
// Boxes
 
.content-box.editable {
 
    border: 1px dashed #bbb;
 
    padding: 5px;
 
    border: 1px dashed #ccc;
 
    padding: 1px;
 
    min-height: 30px;
 
}
 
.edit-toggle {
 
    position: relative;
 
    float: left;
 
    left: -20px;
 
    float: right;
 
}
 

	
 
// 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;
 
}
 

	
 
// Dashboard panels
 
.dashboard-panel {
 
    position: relative;
 
    clear: both;
 
    width: auto;
 
    margin-bottom: 2em;
 
    overflow: hidden;
 
    
 
    .dashboard-panel-header {
 
        position: relative;
 
        height: 40px;
 
        line-height: 40px;
 
        #gradient > .vertical(@navbarBackgroundHighlight, @navbarBackground);
 
        border: 1px solid #D5D5D5;
 
        .border-radius(4px 4px 0 0);
 
        -webkit-background-clip: padding-box;
 
        
 
        .header-actions {
 
            padding-right: 10px;
 
        }
 
        
 
        h3 {
 
            position: relative;
 
            top: 2px;
 
            left: 10px;
 
            display: inline-block;
 
            margin-right: 3em;