// main: design-center.less @import url('../fonts/NanumBarunGothic/nanumbarungothic.css'); body { font-family: @font-family-sans-serif; } .col-md-h-nopadding { @media (max-width: @screen-md-min) { padding-left: 0; padding-right: 0; } } .form-group[class*="col-"] { @media (max-width: @screen-md-min) { padding-left: 0; padding-right: 0; } } input[numberOnly] { ime-mode: disabled; } .table { th { text-align: center; } th, td { vertical-align: middle; } } .preview-attach { display: table; margin-bottom: 20px; .thumbnail { display: table-cell; margin: 0; } .btn-groups { display: table-cell; vertical-align: bottom; padding-left: 15px; } } .nav-tab-content { padding: 15px; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; } .form-control.input-sm + .chosen-container, .form-control.input-sm + .chosen-container .chosen-choices { min-height: 30px; } .chosen-container-multi .chosen-choices { background-image: none; } .input-group-btn select { border-color: #ccc; margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; } .container { width: 100%; h4.form-title { font-weight: 700; } } .callout { border-radius: 0; h4 {margin-bottom: 10px;} margin-bottom: 40px; }