mobile.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. /* Mobile Styles - You can edit the media query from the theme settings page. */
  2. #branding {
  3. padding: 0;
  4. }
  5. #branding.has-primary-tabs {
  6. border-bottom: 5px solid #0074BD;
  7. }
  8. #branding .breadcrumb {
  9. padding: 10px 10px 0px 10px;
  10. }
  11. #branding h1.page-title {
  12. padding: 0 0 15px 10px;
  13. }
  14. #branding .add-or-remove-shortcuts {
  15. display: none;
  16. }
  17. #page {
  18. margin-left: 10px;
  19. margin-right: 10px;
  20. padding: 10px 0;
  21. position: relative;
  22. }
  23. ul.primary {
  24. float: none;
  25. clear: both;
  26. display: block;
  27. padding: 0 10px 0 10px;
  28. background: #333;
  29. width: 100%;
  30. border-bottom: 5px solid #0074BD;
  31. box-sizing: border-box;
  32. }
  33. ul.primary li {
  34. clear: both;
  35. display: table;
  36. float: none;
  37. margin: 0;
  38. width: 100%;
  39. }
  40. body.adminimal-theme ul.primary li a:active, body.adminimal-theme ul.primary li a:link, body.adminimal-theme ul.primary li a:visited {
  41. border: 0 none;
  42. display: block;
  43. font-size: 20px;
  44. font-weight: normal;
  45. line-height: 1.2em;
  46. width: 100%;
  47. background: #444;
  48. color: #fff;
  49. margin-top: 5px;
  50. }
  51. body.adminimal-theme ul.primary li a.active, body.adminimal-theme ul.primary li a.active:link, body.adminimal-theme ul.primary li a.active:visited, body.adminimal-theme ul.primary li a:hover {
  52. margin-top: 5px;
  53. border: 0 none;
  54. background-color: #0074BD;
  55. }
  56. ul.secondary li {
  57. float: left;
  58. margin: 5px;
  59. }
  60. body.adminimal-theme ul.secondary li a, body.adminimal-theme ul.secondary li a:hover, body.adminimal-theme ul.secondary li.active a, body.adminimal-theme ul.secondary li.active a.active {
  61. padding: 5px 10px;
  62. }
  63. body.adminimal-theme div.admin .right, body.adminimal-theme div.admin .left {
  64. margin: 0;
  65. width: 100%;
  66. }
  67. .help-items {
  68. width: 100%;
  69. }
  70. .form-item label, .exposed-filters .form-item label {
  71. margin: 0 0.5em 0.25em 0;
  72. }
  73. .container-inline div, .container-inline label {
  74. display: block;
  75. }
  76. .exposed-filters .form-item {
  77. width: 100%;
  78. }
  79. .exposed-filters .form-select {
  80. clear: both;
  81. margin-bottom: 10px;
  82. width: 100%;
  83. }
  84. .views-exposed-form label {
  85. margin: 0;
  86. padding: 0 0 0.5em;
  87. }
  88. .overflow-fix {
  89. overflow: auto;
  90. }
  91. input, textarea, img {
  92. max-width: 99%;
  93. }
  94. input[size] {
  95. width: 99%;
  96. }
  97. .system-themes-list-enabled .theme-default .theme-info h3 {
  98. clear: both;
  99. padding-top: 10px;
  100. }
  101. table.sticky-header {
  102. display: none;
  103. }
  104. .system-themes-list-enabled .theme-info {
  105. clear: both;
  106. float: left;
  107. margin-top: 1em;
  108. }
  109. ul.action-links li {
  110. clear: both;
  111. float: left;
  112. margin: 0 1em 0 0;
  113. padding-bottom: 1em;
  114. }
  115. ul.action-links li:last-child {
  116. padding-bottom: 0;
  117. }
  118. .ctools-dropbutton-processed {
  119. position: relative;
  120. }
  121. .views-display-top .ctools-button-processed, .views-ui-display-tab-bucket .ctools-button-processed {
  122. font-size: 13px;
  123. left: 5px;
  124. margin-bottom: 10px;
  125. position: relative;
  126. top: 5px;
  127. }
  128. .views-display-columns > * {
  129. width: 100%;
  130. margin-left: 0;
  131. padding-left: 0;
  132. }
  133. div.vertical-tabs {
  134. background: #fff;
  135. border: none;
  136. }
  137. div.vertical-tabs .vertical-tabs-list {
  138. margin: 0;
  139. width: 100%;
  140. padding-bottom: 20px;
  141. width: 100%;
  142. border: none;
  143. }
  144. div.vertical-tabs .vertical-tabs-panes {
  145. margin: 0;
  146. padding: 0;
  147. width: 100%;
  148. clear: both;
  149. }
  150. div.vertical-tabs ul li.vertical-tab-button a {
  151. background: none repeat scroll 0 0 #eee;
  152. border: none;
  153. }
  154. div.vertical-tabs ul li.vertical-tab-button a {
  155. background: #eee;
  156. border: none;
  157. }
  158. div.vertical-tabs ul li.vertical-tab-button a:hover, div.vertical-tabs ul li.selected a:hover, div.vertical-tabs ul li.selected a, div.vertical-tabs ul li.selected a:focus, div.vertical-tabs ul li.selected a:active {
  159. background: #ddd;
  160. border: none;
  161. }
  162. html.js .adminimal-theme #module-filter-modules {
  163. margin-left: 0;
  164. margin-bottom: 55px;
  165. width: 100%;
  166. }
  167. html.js .adminimal-theme #module-filter-tabs>ul {
  168. display: none;
  169. }
  170. html.js .adminimal-theme #module-filter-submit {
  171. bottom: 0;
  172. margin-left: -10px;
  173. position: fixed;
  174. width: 100%;
  175. z-index: 999;
  176. border: none;
  177. border-top: 3px solid #0074BD;
  178. background: #fff;
  179. }
  180. table.module-filter-tabs-processed td.description, table.module-filter-tabs-processed > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(4) {
  181. display: none;
  182. }
  183. html.js .adminimal-theme #module-filter-show-wrapper .form-item-module-filter-show-required {
  184. clear: both;
  185. display: block;
  186. }
  187. html.js .adminimal-theme #module-filter-show-wrapper .form-item {
  188. display: inline-block;
  189. margin: 0;
  190. padding: 0;
  191. width: 45%;
  192. }
  193. /* Sidebars */
  194. #content-wrapper {
  195. display: block;
  196. }
  197. #main-content {
  198. width: 100%;
  199. clear: both;
  200. display: block;
  201. }
  202. #sidebar-left .region-sidebar-left, #sidebar-right .region-sidebar-right {
  203. display: block;
  204. width: 100%;
  205. padding: 0px;
  206. margin: 0px;
  207. }
  208. #sidebar-left .region-sidebar-left {
  209. padding-right: 0px;
  210. }
  211. #sidebar-right .region-sidebar-right {
  212. padding-left: 0px;
  213. }
  214. .adminimal-theme #module-filter-tabs.top-fixed{
  215. position: relative;
  216. }