/*** Custom Dashboard ***/ /* BASE CSS - BEGINS HERE */ /* DIMENSIONS */ @siteWidth : 960px; @mobile-max : 639px; @tablet-min : @mobile-max + 1px; @tablet-max : 959px; @desktop-min : @tablet-max + 1px; @mobile-min : 320px; /* COLORS */ @orange-red : #e04421; /* Titles, Links, Lines and Decorations */ @dark-orange-red : #c83615; /* Lines and Decorations */ @dark-grey : #b3b3b3; /* Join Today - Table Lines */ @white : #ffffff; /* Lines and Decorations */ @black : #000000; /* Lines and Decorations */ /* FONTS */ @font-copy : helvetica, arial, sans-serif; @font-primary : "proxima-nova", sans-serif; @font-secondary : "museo-slab", sans-serif; /* BASE CSS - ENDS HERE */ /* CSS CODE - BEGINS HERE */ .section-label-generator { fieldset { border: none; padding: 10px; margin-bottom: 0px; } fieldset.collapsible { padding-bottom: 24px; position: relative; width: auto; } .fieldset-wrapper { width: auto; padding: 0px 0px 0px 10px; } fieldset legend { padding: 0px; font-size: 18px; background: none; color: @orange-red; font-family: @font-secondary; } .intro { padding: 0px 10px; } .url-result { padding: 0px 10px; p { margin: 0px 0px 10px 0px; } } #edit-contact { .form-item { margin: 0px 0px 5px 0px; padding: 0px; } label, input { display: inline-block; } label { width: 145px; } .description { margin-left: 150px; } .form-type-radios .form-item { display: inline-block; } #edit-label-size { display: inline-block; } } #page-content input.form-submit { margin: 0px auto; } } /* CSS CODE - ENDS HERE */ /*** Tablet - Styles ***/ @media only screen and (min-width: @tablet-min) and (max-width: @tablet-max) { /* CSS CODE - BEGINS HERE */ /* CSS CODE - ENDS HERE */ } /*** Mobile - Styles ***/ @media only screen and (max-width: @mobile-max) { /* CSS CODE - BEGINS HERE */ /* CSS CODE - ENDS HERE */ }