| 1 |
/*------------------------------------------------*/ |
| 2 |
/*---------------[RESPONSIVE LAYOUTS]-------------*/ |
| 3 |
/*------------------------------------------------*/ |
| 4 |
|
| 5 |
@media only screen and ( min-width: 769px ) and ( max-width: 1440px ) { |
| 6 |
|
| 7 |
#mainwp-main-menu { |
| 8 |
max-height: 75vh; |
| 9 |
overflow-y: scroll; |
| 10 |
} |
| 11 |
#mainwp-updates-overview-menu, |
| 12 |
#mainwp-updates-stats { |
| 13 |
width: 100% !important; |
| 14 |
} |
| 15 |
} |
| 16 |
|
| 17 |
@media screen and ( max-width: 768px ) { |
| 18 |
|
| 19 |
/*--- WO Overrides ---*/ |
| 20 |
|
| 21 |
.mainwp-ui #wpcontent, |
| 22 |
.mainwp-ui #wpbody { |
| 23 |
padding: 0 !important; |
| 24 |
} |
| 25 |
|
| 26 |
/*--- General ---*/ |
| 27 |
|
| 28 |
.mainwp-nav-wrap { |
| 29 |
width: 100%; |
| 30 |
position: relative; |
| 31 |
} |
| 32 |
|
| 33 |
.mainwp-nav-wrap .ui.vertical.menu { |
| 34 |
width: 100%; |
| 35 |
} |
| 36 |
|
| 37 |
.mainwp-content-wrap { |
| 38 |
width: 100%; |
| 39 |
margin: 0 !important; |
| 40 |
} |
| 41 |
|
| 42 |
.mainwp-main-content { |
| 43 |
width: 100%; |
| 44 |
} |
| 45 |
|
| 46 |
.mainwp-actions-bar .ui.grid > [class*="two column"].row > .column, |
| 47 |
.mainwp-actions-bar .ui.grid .column { |
| 48 |
width: 100% !important; |
| 49 |
} |
| 50 |
|
| 51 |
.mainwp-actions-bar .ui.buttons { |
| 52 |
width: 100% !important; |
| 53 |
margin-top: 1rem; |
| 54 |
} |
| 55 |
|
| 56 |
.mainwp-actions-bar .ui.buttons .button:not(.mini) { |
| 57 |
width: auto !important; |
| 58 |
} |
| 59 |
|
| 60 |
#mainwp-top-header #mainwp-sync-sites { |
| 61 |
display: block; |
| 62 |
width: 100%; |
| 63 |
margin-bottom: 20px; |
| 64 |
} |
| 65 |
|
| 66 |
.mainwp-side-content { |
| 67 |
width: 100%; |
| 68 |
border: none !important; |
| 69 |
margin-top: 1rem; |
| 70 |
} |
| 71 |
|
| 72 |
.mainwp-ui .ui.button:not(.mini) { |
| 73 |
width: auto; |
| 74 |
display: inline-block; |
| 75 |
margin-left: 0 !important; |
| 76 |
margin-right: 0 !important; |
| 77 |
margin-bottom: 10px !important; |
| 78 |
} |
| 79 |
|
| 80 |
.mainwp-ui .ui.grid.field .column { |
| 81 |
width: 100% !important; |
| 82 |
display: block !important; |
| 83 |
} |
| 84 |
|
| 85 |
.mainwp-ui .ui.table tr td { |
| 86 |
text-align: left !important; |
| 87 |
} |
| 88 |
|
| 89 |
/*--- Overview ---*/ |
| 90 |
|
| 91 |
.mainwp-ui .mainwp-grid-wrapper .grid-item.column { |
| 92 |
margin-top: 1rem !important; |
| 93 |
padding: 0 !important; |
| 94 |
} |
| 95 |
|
| 96 |
.mainwp-grid-wrapper .grid-item .ui.list .column, |
| 97 |
.mainwp-grid-wrapper .grid-item .column { |
| 98 |
text-align: left !important; |
| 99 |
width: 100% !important; |
| 100 |
display: block !important; |
| 101 |
} |
| 102 |
|
| 103 |
#widget-overview .ui.grid .two.column.row .column { |
| 104 |
width: 100% !important; |
| 105 |
text-align: center !important; |
| 106 |
} |
| 107 |
|
| 108 |
/*--- Sites ---*/ |
| 109 |
|
| 110 |
#mainwp-add-new-buttons { |
| 111 |
display: none; |
| 112 |
} |
| 113 |
|
| 114 |
/* --- Posts --- */ |
| 115 |
|
| 116 |
/* --- Pages --- */ |
| 117 |
|
| 118 |
/* --- Themes & Plugins--- */ |
| 119 |
|
| 120 |
#mainwp-install-plugins-container, |
| 121 |
#mainwp-install-themes-container { |
| 122 |
margin-top: 1rem; |
| 123 |
} |
| 124 |
/* --- Users --- */ |
| 125 |
|
| 126 |
/* - Manage - */ |
| 127 |
|
| 128 |
/* --- Extensions --- */ |
| 129 |
|
| 130 |
#mainwp-extensions-list { |
| 131 |
margin-top: 1rem; |
| 132 |
} |
| 133 |
|
| 134 |
/* --- Server Information --- */ |
| 135 |
|
| 136 |
/* --- Contribution by Joris Kramer --- */ |
| 137 |
|
| 138 |
.mainwp-ui #mainwp-top-header .ui.stackable.grid .left.floated.column { |
| 139 |
display:none !important; |
| 140 |
} |
| 141 |
|
| 142 |
.mainwp-ui #mainwp-top-header .ui.stackable.grid .right.floated.column.right.aligned { |
| 143 |
padding: 1rem 0 !important; |
| 144 |
} |
| 145 |
|
| 146 |
#mainwp-sync-sites.ui.button.green { |
| 147 |
padding-left: 15px !important; |
| 148 |
padding-right: 15px !important; |
| 149 |
} |
| 150 |
|
| 151 |
.mainwp-nav-wrap #mainwp-logo { |
| 152 |
height: auto; |
| 153 |
margin: 0; |
| 154 |
padding: 1rem 1rem 0.5rem; |
| 155 |
} |
| 156 |
|
| 157 |
.mainwp-ui .hamburger { |
| 158 |
top: 23px !important; |
| 159 |
} |
| 160 |
|
| 161 |
.mainwp-nav-wrap .ui.hidden.divider { |
| 162 |
display:none !important; |
| 163 |
} |
| 164 |
|
| 165 |
#mainwp-main-menu.ui.menu { |
| 166 |
min-height: 0; |
| 167 |
} |
| 168 |
|
| 169 |
.mainwp-ui .ui.grid>.row>.column { |
| 170 |
width:100% !important; |
| 171 |
} |
| 172 |
|
| 173 |
.mainwp-ui .ui.segment.mainwp-widget .ui.grid>[class*="two column"].row>.column { |
| 174 |
width: 100% !important; |
| 175 |
} |
| 176 |
|
| 177 |
.mainwp-ui .ui.grid>.row>[class*="right aligned"].column.column { |
| 178 |
text-align:left !important; |
| 179 |
margin-top: 1rem; |
| 180 |
} |
| 181 |
|
| 182 |
.mainwp-ui .ui.table:not(.unstackable) tr { |
| 183 |
display: inherit !important; |
| 184 |
} |
| 185 |
|
| 186 |
.mainwp-ui .ui.table:not(.unstackable) tr>td, |
| 187 |
.mainwp-ui .ui.table:not(.unstackable) tr>th { |
| 188 |
display: inline-block !important; |
| 189 |
padding: .25em !important; |
| 190 |
} |
| 191 |
|
| 192 |
.mainwp-ui .ui.table#mainwp-plugins-updates-sites-inner-table td:first-child, |
| 193 |
.mainwp-ui .ui.table#mainwp-themes-updates-sites-inner-table td:first-child { |
| 194 |
font-weight: 400; |
| 195 |
} |
| 196 |
|
| 197 |
.mainwp-ui .ui.table:not(.unstackable) tr>td.column-site-bulk { |
| 198 |
display:block !important; |
| 199 |
} |
| 200 |
|
| 201 |
#mainwp-http-response-issues-table thead th.sorting_asc:after, |
| 202 |
#mainwp-http-response-issues-table thead th.sorting:after { |
| 203 |
content: ""; |
| 204 |
} |
| 205 |
|
| 206 |
#mainwp-http-response-issues-table_wrapper .ui.stackable.grid>.row>.sixteen.wide.column { |
| 207 |
padding: 0.125rem 0 !important; |
| 208 |
} |
| 209 |
|
| 210 |
/* PLUGINS */ |
| 211 |
|
| 212 |
#mainwp-plugins-updates-table thead tr th:nth-child(4), |
| 213 |
#mainwp-plugins-updates-table tbody tr th:nth-child(4), |
| 214 |
#mainwp-plugins-updates-table tbody tr td:nth-child(4), |
| 215 |
#mainwp-plugins-updates-table tfoot tr th:nth-child(4) { |
| 216 |
display:none !important; |
| 217 |
} |
| 218 |
|
| 219 |
/* updates - update all*/ |
| 220 |
#mainwp-plugins-updates-table thead tr th:nth-child(5) a:nth-child(2) { |
| 221 |
display:none !important; |
| 222 |
} |
| 223 |
|
| 224 |
/* update all plugins */ |
| 225 |
tbody#plugins-updates-global tr.ui.title td a.ui.mini.button.green { |
| 226 |
background: #fff; |
| 227 |
color: #7fb100!important; |
| 228 |
border-radius: .28571429rem; |
| 229 |
-webkit-box-shadow: 0 0 0 1px #7fb100 inset!important; |
| 230 |
box-shadow: 0 0 0 1px #7fb100 inset!important; |
| 231 |
} |
| 232 |
|
| 233 |
/* updates - ignore */ |
| 234 |
#mainwp-plugins-updates-table tbody tr th:nth-child(5) a:nth-child(1), |
| 235 |
#mainwp-plugins-updates-table tbody tr td:nth-child(5) a:nth-child(1) { |
| 236 |
display:none !important; |
| 237 |
} |
| 238 |
|
| 239 |
#mainwp-plugins-updates-sites-inner-table { |
| 240 |
width: 100% !important; |
| 241 |
} |
| 242 |
|
| 243 |
#mainwp-plugins-updates-sites-inner-table thead { |
| 244 |
display:none; |
| 245 |
} |
| 246 |
|
| 247 |
/* THEMES */ |
| 248 |
#mainwp-themes-updates-table thead tr th:nth-child(5) a:nth-child(2) { |
| 249 |
display:none; |
| 250 |
} |
| 251 |
|
| 252 |
/* updates - trusted */ |
| 253 |
#mainwp-themes-updates-table thead tr th:nth-child(4), |
| 254 |
#mainwp-themes-updates-table tbody tr th:nth-child(4), |
| 255 |
#mainwp-themes-updates-table tfoot tr th:nth-child(4) { |
| 256 |
display:none !important; |
| 257 |
} |
| 258 |
|
| 259 |
tbody#themes-updates-global tr.ui.title td:nth-child(4), |
| 260 |
tbody#themes-updates-global tr.ui.title td:nth-child(5) a:nth-child(1) { |
| 261 |
display:none !important; |
| 262 |
} |
| 263 |
|
| 264 |
/* update all themes */ |
| 265 |
tbody#themes-updates-global tr.ui.title td a.ui.mini.button.green { |
| 266 |
background: #fff; |
| 267 |
color: #7fb100!important; |
| 268 |
border-radius: .28571429rem; |
| 269 |
-webkit-box-shadow: 0 0 0 1px #7fb100 inset!important; |
| 270 |
box-shadow: 0 0 0 1px #7fb100 inset!important; |
| 271 |
} |
| 272 |
|
| 273 |
/* updates - trusted */ |
| 274 |
#mainwp-themes-updates-sites-inner-table tbody tr td:nth-child(4) a:nth-child(1){ |
| 275 |
display:none; |
| 276 |
} |
| 277 |
|
| 278 |
#mainwp-themes-updates-sites-inner-table { |
| 279 |
width: 100% !important; |
| 280 |
} |
| 281 |
|
| 282 |
#mainwp-themes-updates-sites-inner-table thead { |
| 283 |
display:none; |
| 284 |
} |
| 285 |
|
| 286 |
/* TRANSLATIONS */ |
| 287 |
#mainwp-translations-sites-table_wrapper #mainwp-translations-sites-table thead, |
| 288 |
#mainwp-translations-sites-table_wrapper #mainwp-translations-sites-table tfoot { |
| 289 |
display:none; |
| 290 |
} |
| 291 |
|
| 292 |
#mainwp-manage-updates .ui.stackable.grid>.row>.column, |
| 293 |
#mainwp-manage-updates .ui.stackable.grid>.row>.wide.column { |
| 294 |
padding: 0.125rem 1rem !important; |
| 295 |
} |
| 296 |
|
| 297 |
#mainwp-manage-updates .ui.table:not(.unstackable) tr>td.ui.content .ui.stackable.grid>.row>.sixteen.wide.column{ |
| 298 |
padding: 0.25rem !important; |
| 299 |
} |
| 300 |
|
| 301 |
} |
| 302 |
|