admin-responsive.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. /* === Mobile devices - Portrait (320px wide) === */
  2. @media only screen and (min-width: 20em) {
  3. #theme-options,
  4. #header-logo {
  5. display: none;
  6. }
  7. #page-sidebar {
  8. transform: translateX(0px);
  9. -ms-transform: translateX(0px);
  10. -o-transform: translateX(0px);
  11. -webkit-transform: translateX(0px);
  12. visibility: hidden;
  13. }
  14. #page-content {
  15. margin-left: 0;
  16. }
  17. }
  18. /* === Mobile devices - Landscape (480px wide) === */
  19. @media only screen and (min-width: 30em) {
  20. }
  21. /* === Tablet devices - Portrait (768px wide) === */
  22. @media only screen and (min-width: 48em) {
  23. }
  24. /* === Tablet devices - Landscape (900px wide) === */
  25. @media only screen and (min-width: 56.25em) {
  26. #theme-options,
  27. #header-logo {
  28. display: block;
  29. }
  30. #mobile-navigation {
  31. display: none;
  32. }
  33. #page-sidebar {
  34. transform: translateX(0px);
  35. -ms-transform: translateX(0px);
  36. -o-transform: translateX(0px);
  37. -webkit-transform: translateX(0px);
  38. visibility: visible;
  39. }
  40. #page-content {
  41. margin-left: 260px;
  42. }
  43. #page-sidebar.collapse {
  44. display: block;
  45. }
  46. }
  47. /* === Netbook devices (1100px wide) === */
  48. @media only screen and (min-width: 68.75em) {
  49. }
  50. /* === Desktop devices (1300px wide) === */
  51. @media only screen and (min-width: 81.25em) {
  52. }
  53. /* === Desktop devices (1600px wide) === */
  54. @media only screen and (min-width: 81.25em) {
  55. }
  56. /* Custom */
  57. @media only screen and (max-width: 760px) {
  58. #header-nav-right #fullscreen-btn,
  59. #cloud-btn {
  60. display: none;
  61. }
  62. }
  63. @media only screen and (max-width: 630px) {
  64. #page-header .user-account-btn > a.user-profile span {
  65. display: none;
  66. }
  67. #page-header .user-account-btn .dropdown-menu:after,
  68. #page-header .user-account-btn .dropdown-menu:before {
  69. left: 56px;
  70. }
  71. }
  72. @media only screen and (max-width: 545px) {
  73. #header-nav-right #chatbox-btn {
  74. display: none;
  75. }
  76. }
  77. @media only screen and (max-width: 520px) {
  78. #dashnav-btn,
  79. #page-header .user-account-btn > a.user-profile span {
  80. display: none;
  81. }
  82. .popover {
  83. width: 100%;
  84. border-radius: 0;
  85. }
  86. .box-md {
  87. width: auto;
  88. }
  89. }
  90. @media only screen and (max-width: 460px) {
  91. .box-sm {
  92. width: auto;
  93. }
  94. #page-content {
  95. padding: 10px;
  96. }
  97. #page-title {
  98. padding: 10px 0 15px;
  99. text-align: center;
  100. }
  101. .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  102. margin-bottom: 20px;
  103. }
  104. .content-box {
  105. margin-top: 0 !important;
  106. }
  107. .row.mrg20B {
  108. margin-bottom: 0 !important;
  109. }
  110. .timeline-box .popover {
  111. width: auto;
  112. }
  113. .header-buttons-separator,
  114. #progress-btn,
  115. #page-title p,
  116. .dashboard-box .list-grade,
  117. .tooltip .tooltip-arrow,
  118. .todo-box .btn,
  119. .todo-box .bs-label {
  120. display: none;
  121. }
  122. }
  123. @media only screen and (max-width: 410px) {
  124. #header-nav-right #logout-btn,
  125. #notifications-btn {
  126. display: none;
  127. }
  128. #header-nav-left {
  129. float: right;
  130. }
  131. #header-nav-right {
  132. margin-right: 0;
  133. margin-left: 15px;
  134. float: left;
  135. }
  136. .dropdown-menu {
  137. position: fixed;
  138. left: 0 !important;
  139. width: 100%;
  140. border-radius: 0;
  141. }
  142. #page-header .user-account-btn .dropdown-menu {
  143. top: 65px;
  144. }
  145. #page-header .user-account-btn .dropdown-menu:after,
  146. #page-header .user-account-btn .dropdown-menu:before {
  147. left: auto;
  148. right: 24px;
  149. }
  150. }