// Entries bar - after dashboard table .entry-bar{ background-color: #949494; font-size: 11px; color: $white; font-style: italic; padding: 7px 10px; margin: 0 12px 0; .entry-left{ float: left; margin-right: 30px; .show{ float: left; margin: 3px 0 0 0; } .selection{ float: left; margin: 0 10px; position: relative !important; top: 0 !important; select{ height: 17px; font-size: 11px; color: $black; width: 50px; } } .entry-text{ float: left; margin: 3px 0 0 0; } } .current-period{ float: left; margin-right: 30px; input[type="checkbox"]{ margin: 3px 5px 0 0; float: left; } .period-text{ float: left; margin: 3px 0 0 0; @media only screen and (max-width:400px){ width:92%; } .info-show-update-status{ cursor: pointer; } } } }