advanced.css 386 B

12345678910111213141516171819202122
  1. .bootstrap-select {
  2. width: 100% !important; }
  3. .datepair-wrap {
  4. position: relative;
  5. overflow: hidden; }
  6. .input-daterange-wrap {
  7. float: left; }
  8. .input-daterange-to {
  9. float: left;
  10. width: 40px;
  11. height: 40px;
  12. line-height: 40px;
  13. text-align: center; }
  14. @media (max-width: 1360px) {
  15. .input-daterange-wrap,
  16. .input-daterange-to {
  17. display: block;
  18. float: none; } }