You are here

borealis-ri_admin.css in Borealis 7

Same filename and directory in other branches
  1. 7.2 borealis_ri/css/borealis-ri_admin.css
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.form-wrapper {
  width: 50%;
  float: left;
}
@media screen and (max-width: 73.8em) {
  .form-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 36.9em) {
  .form-wrapper {
    margin: 0;
    margin-top: 1.845em;
    left: 0;
  }
  .form-wrapper .original-image,
  .form-wrapper .preview-title {
    display: none;
  }
  .form-wrapper .preview-image {
    right: -0.375em;
  }
}

.inner-left {
  width: 25%;
  float: left;
}
@media screen and (max-width: 36.9em) {
  .inner-left {
    width: 50%;
  }
}

.half-float {
  width: 50%;
}

.inner-right {
  width: 75%;
  float: left;
}
@media screen and (max-width: 36.9em) {
  .inner-right {
    width: 50%;
  }
}

File

borealis_ri/css/borealis-ri_admin.css
View source
  1. * {
  2. -moz-box-sizing: border-box;
  3. -webkit-box-sizing: border-box;
  4. -ms-box-sizing: border-box;
  5. box-sizing: border-box;
  6. }
  7. .form-wrapper {
  8. width: 50%;
  9. float: left;
  10. }
  11. @media screen and (max-width: 73.8em) {
  12. .form-wrapper {
  13. width: 100%;
  14. }
  15. }
  16. @media screen and (max-width: 36.9em) {
  17. .form-wrapper {
  18. margin: 0;
  19. margin-top: 1.845em;
  20. left: 0;
  21. }
  22. .form-wrapper .original-image,
  23. .form-wrapper .preview-title {
  24. display: none;
  25. }
  26. .form-wrapper .preview-image {
  27. right: -0.375em;
  28. }
  29. }
  30. .inner-left {
  31. width: 25%;
  32. float: left;
  33. }
  34. @media screen and (max-width: 36.9em) {
  35. .inner-left {
  36. width: 50%;
  37. }
  38. }
  39. .half-float {
  40. width: 50%;
  41. }
  42. .inner-right {
  43. width: 75%;
  44. float: left;
  45. }
  46. @media screen and (max-width: 36.9em) {
  47. .inner-right {
  48. width: 50%;
  49. }
  50. }