/*** Custom Dashboard ***/ /* BASE CSS - BEGINS HERE */ /* DIMENSIONS */ @total-columns : 12; @column-width : 60px; @column-margin : 10px; @siteWidth : 960px; @mobile-max : 639px; @mobile-small : 504px; @tablet-min : @mobile-max + 1px; @tablet-max : 959px; @desktop-min : @tablet-max + 1px; @mobile-min : 320px; @basic-margin : 15px; /* COLORS */ //Code Here /* BASE CSS - ENDS HERE */ /* CSS CODE - BEGINS HERE */ .section-aa-send-resume { #edit-employer-information .fieldset-wrapper { padding: 0px 15px; } } /* CSS CODE - ENDS HERE */ /*** Mobile - Cellphone ***/ @media only screen and (max-width: @mobile-max) { /* CSS CODE - BEGINS HERE */ .section-resume-finder-confirm { .form-type-checkbox { input, label { display: inline-block !important; width: auto !important; margin: 0px !important; padding: 0px !important; } } #edit-submit-button { margin: 0px auto !important; margin-top: 15px !important; } #edit-step1 ul { padding: 0px 0px 0px 20px; } } .section-resume-finder #views-exposed-form-awesome-applicants-resume-finder-finder { label, select, input { float: none !important; width: auto !important; } #submit-awesome-applicants-resume, .form-submit { display: block; float: none !important; width: 100% !important; margin: 0px auto !important; margin-top: 15px !important; padding: 10px 0px !important; text-align: center; } } .section-resume-finder .rs-table { overflow: visible; #saved-resumes { display: block; float: none !important; width: 100% !important; margin: 0px auto !important; margin-top: 15px !important; padding: 10px 0px !important; text-align: center; } .imagehistory { width: 54px; margin-right: 9px; } .rs-table { overflow: auto; } } .section-aa-send-resume .send-resume-right-text { width: 100% !important; margin-top: 0px !important; float:none; } .section-aa-send-resume #edit-employer-information { width: 100% !important; input, label, textarea { display: block !important; float: none !important; width: 100% !important; margin: 0px !important; } } .page-aa-send-resume #resume-finder-form-send .backresume { width: 100% !important; a { width: 100%; display: block; padding: 5px 0px !important; text-align: center; } } /* CSS CODE - ENDS HERE */ } /*** Fix Fluid Styles for Big Mobile Screens ***/ @media only screen and (min-width: @mobile-min + 155px) and (max-width: @mobile-max) { /* CSS CODE - BEGINS HERE */ /* CSS CODE - ENDS HERE */ }