| 1 |
/*------------------------------------------------*/ |
| 2 |
/*---------------[RESPONSIVE LAYOUTS]-------------*/ |
| 3 |
/*------------------------------------------------*/ |
| 4 |
|
| 5 |
#mainwp-top-header #mainwp-mobile-menu-trigger { |
| 6 |
display: none; |
| 7 |
} |
| 8 |
|
| 9 |
@media only screen and (max-height: 500px) { |
| 10 |
.mainwp-nav-menu .item-wp-admin { |
| 11 |
position: relative !important; |
| 12 |
} |
| 13 |
} |
| 14 |
|
| 15 |
@media only screen and (min-width: 769px) { |
| 16 |
|
| 17 |
.mainwp-768-show { |
| 18 |
display: none !important; |
| 19 |
} |
| 20 |
|
| 21 |
.mainwp-manage-updates-table { |
| 22 |
white-space: nowrap; |
| 23 |
} |
| 24 |
|
| 25 |
.mainwp-manage-updates-table thead tr th:last-child, |
| 26 |
.mainwp-manage-updates-table tbody tr td:last-child, |
| 27 |
.mainwp-manage-updates-table tfoot tr th:last-child { |
| 28 |
text-align: right !important; |
| 29 |
} |
| 30 |
|
| 31 |
.mainwp-manage-updates-table tbody tr td.dt-empty { |
| 32 |
text-align: center !important; |
| 33 |
} |
| 34 |
} |
| 35 |
|
| 36 |
@media only screen and (min-width: 992px) and (max-width: 1449px) { |
| 37 |
#mainwp-manage-updates { |
| 38 |
overflow-x: scroll !important; |
| 39 |
} |
| 40 |
} |
| 41 |
|
| 42 |
@media only screen and (min-width: 1360px) and (max-width: 1645px) { |
| 43 |
#mainwp-update-everything-button { |
| 44 |
font-size: 14px; |
| 45 |
} |
| 46 |
} |
| 47 |
|
| 48 |
@media only screen and (min-width: 768.5px) and (max-width: 1365px) { |
| 49 |
|
| 50 |
.item-wp-admin { |
| 51 |
z-index: 9999 !important; |
| 52 |
} |
| 53 |
|
| 54 |
#mainwp-updates-overview-menu, |
| 55 |
#mainwp-updates-stats { |
| 56 |
width: 100% !important; |
| 57 |
} |
| 58 |
|
| 59 |
} |
| 60 |
|
| 61 |
@media only screen and (min-width: 768.5px) and (max-width: 1080px) { |
| 62 |
|
| 63 |
.mainwp-ui .ui.two.column.grid .column, |
| 64 |
.mainwp-ui .ui.three.column.grid .column { |
| 65 |
width: 100% !important; |
| 66 |
padding: 1em !important; |
| 67 |
} |
| 68 |
|
| 69 |
#mainwp-top-header .ui.grid .left.floated.column { |
| 70 |
width: 15% !important; |
| 71 |
} |
| 72 |
|
| 73 |
#mainwp-top-header .ui.grid .right.floated.column { |
| 74 |
width: 85% !important; |
| 75 |
} |
| 76 |
|
| 77 |
} |
| 78 |
|
| 79 |
@media only screen and (min-width: 1140px) and (max-width: 1700px) { |
| 80 |
#mainwp-get-purchased-extensions-modal { |
| 81 |
margin-left: 220px; |
| 82 |
} |
| 83 |
} |
| 84 |
|
| 85 |
@media screen and (min-width: 1700px) { |
| 86 |
#mainwp-get-purchased-extensions-modal { |
| 87 |
width: 1150px; |
| 88 |
} |
| 89 |
} |
| 90 |
|
| 91 |
@media screen and (max-width: 1700px) { |
| 92 |
#mainwp-get-purchased-extensions-modal #mainwp-install-extensions-menu { |
| 93 |
overflow-x: auto; |
| 94 |
overflow-y: hidden; |
| 95 |
} |
| 96 |
} |
| 97 |
|
| 98 |
@media screen and (max-width: 1140px) { |
| 99 |
|
| 100 |
#mainwp-top-header .ui.button { |
| 101 |
width: auto !important; |
| 102 |
min-width: auto !important; |
| 103 |
} |
| 104 |
|
| 105 |
#mainwp-main-mobile-navigation-container .ui.button { |
| 106 |
width: 100% !important; |
| 107 |
} |
| 108 |
|
| 109 |
#mainwp-top-header #mainwp-mobile-menu-trigger { |
| 110 |
display: inline-block !important; |
| 111 |
} |
| 112 |
|
| 113 |
#mainwp-navigation-icon { |
| 114 |
margin: 0 !important; |
| 115 |
} |
| 116 |
|
| 117 |
.mainwp-content-wrap { |
| 118 |
width: 100%; |
| 119 |
margin-left: 0 !important; |
| 120 |
} |
| 121 |
|
| 122 |
/*--- Menu ---*/ |
| 123 |
|
| 124 |
#mainwp-main-navigation-container { |
| 125 |
display: none !important; |
| 126 |
} |
| 127 |
|
| 128 |
.mainwp-ui.toplevel_page_mainwp_tab.mainwp-ui-leftmenu .mainwp-content-wrap, |
| 129 |
.mainwp-ui.mainwp_page_Settings .mainwp-content-wrap, |
| 130 |
.mainwp-ui.mainwp_page_SettingsAdvanced .mainwp-content-wrap, |
| 131 |
.mainwp-ui.mainwp_page_MonitoringSettings .mainwp-content-wrap, |
| 132 |
.mainwp-ui.mainwp_page_SettingsEmail .mainwp-content-wrap, |
| 133 |
.mainwp-ui.mainwp_page_MainWPTools .mainwp-content-wrap, |
| 134 |
.mainwp-ui.mainwp_page_SettingsInsights .mainwp-content-wrap, |
| 135 |
.mainwp-ui.mainwp_page_SettingsApiBackups .mainwp-content-wrap, |
| 136 |
.mainwp-ui.mainwp_page_ServerInformation .mainwp-content-wrap, |
| 137 |
.mainwp-ui.mainwp_page_ServerInformationCron .mainwp-content-wrap, |
| 138 |
.mainwp-ui.mainwp_page_ErrorLog .mainwp-content-wrap, |
| 139 |
.mainwp-ui.mainwp_page_ActionLogs .mainwp-content-wrap, |
| 140 |
.mainwp-ui.mainwp_page_PluginPrivacy .mainwp-content-wrap, |
| 141 |
.mainwp-ui.mainwp-hidden-second-level-navigation.mainwp-ui-leftmenu .mainwp-content-wrap, |
| 142 |
.mainwp-ui.mainwp_page_CostTrackerSettings .mainwp-content-wrap { |
| 143 |
margin-left: 0 !important; |
| 144 |
} |
| 145 |
|
| 146 |
.mainwp-main-navigation-menu.ui.menu { |
| 147 |
min-height: 0; |
| 148 |
} |
| 149 |
|
| 150 |
.mainwp-ui .ui.page.dimmer { |
| 151 |
margin-left: 0 !important; |
| 152 |
} |
| 153 |
} |
| 154 |
|
| 155 |
@media screen and (max-width: 767.98px) { |
| 156 |
|
| 157 |
.mainwp-content-wrap { |
| 158 |
margin-top: 0; |
| 159 |
} |
| 160 |
|
| 161 |
.mainwp-ui.mainwp-custom-theme div.dt-container.dt-semanticUI div.dt-paging .ui.pagination.menu, |
| 162 |
.mainwp-ui.mainwp-custom-theme div.dt-container.dt-semanticUI div.dt-search span.input input, |
| 163 |
.mainwp-ui.mainwp-custom-theme div.dt-container.dt-semanticUI div.dt-length .ui.selection.dropdown { |
| 164 |
font-size: 1em !important; |
| 165 |
} |
| 166 |
|
| 167 |
|
| 168 |
#mainwp-page-navigation-wrapper, |
| 169 |
#mainwp-page-navigation-wrapper .mainwp-page-navigation { |
| 170 |
display: block !important; |
| 171 |
width: 100% !important; |
| 172 |
float: none !important; |
| 173 |
position: relative !important; |
| 174 |
top: auto !important; |
| 175 |
bottom: auto !important; |
| 176 |
} |
| 177 |
|
| 178 |
#mainwp-site-mode-wrap { |
| 179 |
display: block !important; |
| 180 |
width: 100% !important; |
| 181 |
float: none !important; |
| 182 |
} |
| 183 |
|
| 184 |
.mainwp-ui .ui.five.cards>.card { |
| 185 |
width: 100%; |
| 186 |
} |
| 187 |
|
| 188 |
.mainwp-ui .dt-paging { |
| 189 |
text-align: center !important; |
| 190 |
} |
| 191 |
|
| 192 |
.mainwp-ui .ui.stackable.pagination.menu { |
| 193 |
display: inline-flex !important; |
| 194 |
flex-direction: unset !important; |
| 195 |
max-width: 100%; |
| 196 |
margin-bottom: 2em; |
| 197 |
overflow: visible !important; |
| 198 |
} |
| 199 |
|
| 200 |
.mainwp-ui .ui.stackable.pagination.menu .item { |
| 201 |
width: auto !important; |
| 202 |
} |
| 203 |
|
| 204 |
.mainwp-ui .dt-info { |
| 205 |
display: none !important; |
| 206 |
} |
| 207 |
|
| 208 |
.mainwp-768-hide { |
| 209 |
display: none !important; |
| 210 |
} |
| 211 |
|
| 212 |
.mainwp-768-show { |
| 213 |
display: inline-block !important; |
| 214 |
} |
| 215 |
|
| 216 |
.mainwp-768-fluid { |
| 217 |
width: 100% !important; |
| 218 |
text-align: center !important; |
| 219 |
} |
| 220 |
|
| 221 |
.ui.table:not(.unstackable)>tbody>tr>td:not(.rowspanned).mainwp-768-half-width-cell { |
| 222 |
width: 50% !important; |
| 223 |
display: inline-table !important; |
| 224 |
} |
| 225 |
|
| 226 |
.mainwp-ui table .menu.transition.visible { |
| 227 |
top: 0 !important; |
| 228 |
left: 0 !important; |
| 229 |
position: relative !important; |
| 230 |
width: 100% !important; |
| 231 |
background: none !important; |
| 232 |
box-shadow: none !important; |
| 233 |
border: 0 solid #fff !important; |
| 234 |
} |
| 235 |
|
| 236 |
.mainwp-ui table .menu.transition.visible:after { |
| 237 |
display: none !important; |
| 238 |
} |
| 239 |
|
| 240 |
/*--- WP Overrides ---*/ |
| 241 |
|
| 242 |
.mainwp-ui #wpcontent, |
| 243 |
.mainwp-ui #wpbody { |
| 244 |
padding: 0 !important; |
| 245 |
} |
| 246 |
|
| 247 |
/*--- General ---*/ |
| 248 |
|
| 249 |
.mainwp-ui table.dataTable thead th .ui.checkbox { |
| 250 |
margin-left: 20px !important; |
| 251 |
} |
| 252 |
|
| 253 |
.mainwp-ui [data-tooltip]:before, |
| 254 |
.mainwp-ui [data-tooltip]:after { |
| 255 |
display: none !important; |
| 256 |
} |
| 257 |
.mainwp-ui .mainwp-actions-bar .ui.mini.form .ui.dropdown, |
| 258 |
.mainwp-ui .mainwp-actions-bar.ui.mini.form .ui.dropdown, |
| 259 |
.mainwp-ui .mainwp-sub-header .ui.mini.form .ui.dropdown, |
| 260 |
.mainwp-ui .mainwp-sub-header.ui.mini.form .ui.dropdown, |
| 261 |
.mainwp-ui .ui.dropdown { |
| 262 |
width: 100% !important; |
| 263 |
font-size: 1rem !important; |
| 264 |
} |
| 265 |
|
| 266 |
|
| 267 |
.mainwp-main-content { |
| 268 |
width: 100%; |
| 269 |
} |
| 270 |
|
| 271 |
.mainwp-actions-bar .ui.grid>[class*="two column"].row>.column, |
| 272 |
.mainwp-actions-bar .ui.grid .column { |
| 273 |
width: 100% !important; |
| 274 |
} |
| 275 |
|
| 276 |
.mainwp-actions-bar .ui.buttons { |
| 277 |
width: 100% !important; |
| 278 |
margin-bottom: 1rem !important; |
| 279 |
} |
| 280 |
|
| 281 |
.mainwp-actions-bar .ui.buttons .button:not(.mini), |
| 282 |
.mainwp-actions-bar .ui.buttons .button:not(.icon) { |
| 283 |
width: auto !important; |
| 284 |
} |
| 285 |
|
| 286 |
.mainwp-individual-site-view #mainwp-top-header .mainwp-page-title .sub.header { text-overflow: ellipsis !important; } |
| 287 |
|
| 288 |
.mainwp-individual-site-view #mainwp-top-header .mainwp-page-title i, |
| 289 |
.mainwp-individual-site-view #mainwp-top-header .mainwp-page-title .image { display: none !important; } |
| 290 |
|
| 291 |
#mainwp-top-header .ui.icon.button:not(#mainwp-mobile-menu-trigger):not(#mainwp-sync-sites) { |
| 292 |
display: none !important; |
| 293 |
} |
| 294 |
|
| 295 |
#mainwp-top-header .ui.icon.button#mainwp-sync-sites, |
| 296 |
#mainwp-top-header #mainwp-header-layout-actions .ui.button { |
| 297 |
display: inline-block !important; |
| 298 |
} |
| 299 |
|
| 300 |
#mainwp-top-header #mainwp-sync-sites, |
| 301 |
#mainwp-top-header #mainwp-header-layout-actions .ui.button { |
| 302 |
margin-bottom: 0 !important; |
| 303 |
} |
| 304 |
#mainwp-top-header #mainwp-sync-sites .icon, |
| 305 |
#mainwp-top-header #mainwp-header-layout-actions .ui.button .icon { |
| 306 |
margin-right: 0 !important; |
| 307 |
} |
| 308 |
|
| 309 |
#mainwp-top-header #mainwp-header-layout-actions { |
| 310 |
border: none !important; |
| 311 |
padding: 0 !important; |
| 312 |
margin: 0 !important; |
| 313 |
} |
| 314 |
|
| 315 |
#mainwp-top-header #mainwp-header-secondary-actions { |
| 316 |
display: none !important; |
| 317 |
} |
| 318 |
|
| 319 |
.mainwp-widget .ui.icon.button { |
| 320 |
width: auto !important; |
| 321 |
} |
| 322 |
|
| 323 |
.mainwp-side-content { |
| 324 |
width: 100%; |
| 325 |
border: none !important; |
| 326 |
margin-top: 1rem; |
| 327 |
} |
| 328 |
|
| 329 |
.mainwp-side-content.mainwp-no-padding { |
| 330 |
padding: 1em !important; |
| 331 |
} |
| 332 |
.mainwp-ui .ui.button:not(.icon), |
| 333 |
.mainwp-ui .ui.button:not(.mini), |
| 334 |
.mainwp-ui .ui.button:not(#mainwp-sync-sites), |
| 335 |
.mainwp-ui .ui.button:not(#mainwp-mobile-menu-trigger) { |
| 336 |
width: 100%; |
| 337 |
margin-left: 0 !important; |
| 338 |
margin-right: 0 !important; |
| 339 |
margin-bottom: 10px !important; |
| 340 |
} |
| 341 |
|
| 342 |
.mainwp-ui .ui.buttons .ui.button { |
| 343 |
width: auto !important; |
| 344 |
} |
| 345 |
|
| 346 |
.mainwp-ui .ui.grid.field .column { |
| 347 |
width: 100% !important; |
| 348 |
display: block !important; |
| 349 |
} |
| 350 |
|
| 351 |
.mainwp-ui .ui.labeled.icon.inverted.menu.mainwp-sub-submenu { |
| 352 |
-webkit-box-orient: vertical; |
| 353 |
-webkit-box-direction: normal; |
| 354 |
-ms-flex-direction: column; |
| 355 |
flex-direction: column; |
| 356 |
} |
| 357 |
|
| 358 |
/*--- Buttons ---*/ |
| 359 |
|
| 360 |
.mainwp-ui .ui.button { |
| 361 |
font-size: 1rem !important; |
| 362 |
min-width: 50% !important; |
| 363 |
} |
| 364 |
|
| 365 |
.mainwp-ui .ui.table .ui.button { |
| 366 |
font-size: 0.78571429rem !important; |
| 367 |
min-width: auto !important; |
| 368 |
} |
| 369 |
|
| 370 |
/*--- Inputs ---*/ |
| 371 |
|
| 372 |
.mainwp-ui .ui.icon.input { |
| 373 |
font-size: 1rem !important; |
| 374 |
width: 100% !important; |
| 375 |
} |
| 376 |
|
| 377 |
/*--- Tables ---*/ |
| 378 |
|
| 379 |
.ui.table:not(.unstackable)>thead.mainwp-768-hide { |
| 380 |
display: none !important; |
| 381 |
} |
| 382 |
|
| 383 |
.mainwp-ui .ui.table tr td .ui.mini.button { |
| 384 |
width: auto !important; |
| 385 |
float: none !important; |
| 386 |
padding: 15px !important; |
| 387 |
margin-top: 5px !important; |
| 388 |
} |
| 389 |
|
| 390 |
|
| 391 |
/*--- Overview ---*/ |
| 392 |
|
| 393 |
.mainwp-ui .mainwp-grid-wrapper .grid-item.column { |
| 394 |
margin-top: 1rem !important; |
| 395 |
padding: 0 !important; |
| 396 |
} |
| 397 |
|
| 398 |
.mainwp-grid-wrapper .grid-item .ui.list .column, |
| 399 |
.mainwp-grid-wrapper .grid-item .column { |
| 400 |
text-align: left !important; |
| 401 |
width: 100% !important; |
| 402 |
display: block !important; |
| 403 |
} |
| 404 |
|
| 405 |
#widget-overview .ui.grid .two.column.row .column { |
| 406 |
width: 100% !important; |
| 407 |
text-align: center !important; |
| 408 |
} |
| 409 |
|
| 410 |
/*--- Sites ---*/ |
| 411 |
|
| 412 |
#mainwp-add-new-buttons { |
| 413 |
display: none; |
| 414 |
} |
| 415 |
|
| 416 |
.mainwp-manage-wpsites-table { |
| 417 |
white-space: normal !important; |
| 418 |
} |
| 419 |
|
| 420 |
/*--- Groups ---*/ |
| 421 |
|
| 422 |
|
| 423 |
#mainwp-manage-groups-sites-table tfoot tr th { |
| 424 |
display: block !important; |
| 425 |
border-top: none !important; |
| 426 |
background: #fff !important; |
| 427 |
} |
| 428 |
|
| 429 |
/* --- Updates --- */ |
| 430 |
|
| 431 |
.ui[class*="tablet stackable"].table.mainwp-manage-updates-table>thead>tr>th:not(.rowspanned), |
| 432 |
.ui[class*="tablet stackable"].table.mainwp-manage-updates-table>tbody>tr>td:not(.rowspanned) { |
| 433 |
width: auto !important; |
| 434 |
} |
| 435 |
|
| 436 |
.mainwp-manage-updates-table tr, |
| 437 |
.mainwp-manage-updates-item-table tr { |
| 438 |
padding: 1rem 0.5rem 0.5rem !important; |
| 439 |
} |
| 440 |
|
| 441 |
.mainwp-manage-updates-table table thead tr, |
| 442 |
.mainwp-manage-updates-table table tfoot tr { |
| 443 |
background: #eee !important; |
| 444 |
} |
| 445 |
|
| 446 |
.mainwp-manage-updates-table table table thead tr, |
| 447 |
.mainwp-manage-updates-table table table tfoot tr { |
| 448 |
background: #eee !important; |
| 449 |
} |
| 450 |
|
| 451 |
.mainwp-manage-updates-table table tbody tr { |
| 452 |
background: #f9ffea !important; |
| 453 |
} |
| 454 |
|
| 455 |
.mainwp-manage-updates-table table table tbody tr { |
| 456 |
background: #f9ffea !important; |
| 457 |
} |
| 458 |
|
| 459 |
.mainwp-manage-updates-table td, |
| 460 |
.mainwp-manage-updates-item-table td { |
| 461 |
font-weight: normal !important; |
| 462 |
} |
| 463 |
|
| 464 |
.mainwp-manage-updates-table strong.mainwp-768-show { |
| 465 |
width: 70px; |
| 466 |
} |
| 467 |
|
| 468 |
.mainwp-manage-updates-table .ui.button { |
| 469 |
display: block; |
| 470 |
width: 100%; |
| 471 |
} |
| 472 |
|
| 473 |
.mainwp-page-navigation.ui.secondary.green.pointing.menu .item { |
| 474 |
display: block; |
| 475 |
} |
| 476 |
|
| 477 |
.mainwp-page-navigation.ui.secondary.green.pointing.menu .item .label { |
| 478 |
float: right; |
| 479 |
} |
| 480 |
|
| 481 |
/* --- Posts --- */ |
| 482 |
|
| 483 |
#mainwp-posts-table { |
| 484 |
white-space: normal !important; |
| 485 |
} |
| 486 |
|
| 487 |
/* --- Pages --- */ |
| 488 |
|
| 489 |
#mainwp-pages-table { |
| 490 |
white-space: normal !important; |
| 491 |
} |
| 492 |
|
| 493 |
/* --- Themes & Plugins--- */ |
| 494 |
|
| 495 |
#mainwp-install-plugins-container, |
| 496 |
#mainwp-install-themes-container { |
| 497 |
margin-top: 1rem; |
| 498 |
} |
| 499 |
|
| 500 |
.mainwp-ui .theme.card { |
| 501 |
width: 100% !important; |
| 502 |
} |
| 503 |
|
| 504 |
#mainwp-manage-plugins-table, |
| 505 |
#mainwp-manage-themes-table { |
| 506 |
width: 100% !important; |
| 507 |
height: auto !important |
| 508 |
} |
| 509 |
|
| 510 |
#mainwp-manage-plugins-table .dtr-data, |
| 511 |
#mainwp-manage-themes-table .dtr-data { |
| 512 |
float: left; |
| 513 |
} |
| 514 |
|
| 515 |
#mainwp-manage-themes-table thead th.mainwp-first-th, |
| 516 |
#mainwp-manage-plugins-table thead th.mainwp-first-th { |
| 517 |
position: relative !important; |
| 518 |
left: 0 !important; |
| 519 |
top: 0 !important; |
| 520 |
z-index: 0 !important; |
| 521 |
} |
| 522 |
|
| 523 |
#mainwp-manage-themes-table tbody tr, |
| 524 |
#mainwp-manage-plugins-table tbody tr { |
| 525 |
padding: 0 !important; |
| 526 |
} |
| 527 |
|
| 528 |
#mainwp-manage-themes-table tbody tr:hover, |
| 529 |
#mainwp-manage-plugins-table tbody tr:hover { |
| 530 |
background: #fff !important; |
| 531 |
} |
| 532 |
|
| 533 |
#mainwp-manage-themes-table tbody tr td:first-child, |
| 534 |
#mainwp-manage-plugins-table tbody tr td:first-child { |
| 535 |
background: #fff !important; |
| 536 |
position: relative !important; |
| 537 |
left: 0 !important; |
| 538 |
top: 0 !important; |
| 539 |
z-index: 0 !important; |
| 540 |
} |
| 541 |
|
| 542 |
#mainwp-manage-themes .DTFC_LeftWrapper, |
| 543 |
#mainwp-manage-themes .DTFC_RightWrapper { |
| 544 |
display: none; |
| 545 |
} |
| 546 |
|
| 547 |
#mainwp-manage-plugins-table-legend .item, |
| 548 |
#mainwp-manage-themes-table-legend .item { |
| 549 |
display: block !important; |
| 550 |
margin-left: 1em !important; |
| 551 |
} |
| 552 |
|
| 553 |
/* --- Users --- */ |
| 554 |
|
| 555 |
.mainwp-ui .ui.button.wp-generate-pw { |
| 556 |
margin-bottom: 0 !important; |
| 557 |
display: block !important; |
| 558 |
} |
| 559 |
|
| 560 |
.mainwp-ui #mainwp-add-new-user-form input#password { |
| 561 |
display: block !important; |
| 562 |
width: 100% !important; |
| 563 |
border-right: 1px solid #eee !important; |
| 564 |
} |
| 565 |
|
| 566 |
.mainwp-ui #mainwp-add-new-user-form .ui.left.labeled.action.input { |
| 567 |
display: block !important; |
| 568 |
} |
| 569 |
|
| 570 |
#mainwp-users-table, |
| 571 |
#mainwp-admin-users-table { |
| 572 |
white-space: normal !important; |
| 573 |
} |
| 574 |
|
| 575 |
|
| 576 |
|
| 577 |
/* --- Extensions --- */ |
| 578 |
|
| 579 |
#mainwp-extensions-list { |
| 580 |
margin-top: 1rem; |
| 581 |
} |
| 582 |
|
| 583 |
/* --- Server Information --- */ |
| 584 |
|
| 585 |
/* --- Contribution by Joris Kramer --- */ |
| 586 |
|
| 587 |
.mainwp-ui #mainwp-top-header .ui.stackable.grid .left.floated.column { |
| 588 |
display: block !important; |
| 589 |
} |
| 590 |
|
| 591 |
.mainwp-ui #mainwp-top-header .ui.stackable.grid .right.floated.column.right.aligned { |
| 592 |
padding: 1rem 0 !important; |
| 593 |
} |
| 594 |
|
| 595 |
.mainwp-main-navigation-menu.ui.menu { |
| 596 |
min-height: 0; |
| 597 |
} |
| 598 |
|
| 599 |
.mainwp-ui .ui.grid>.row>.column { |
| 600 |
width: 100% !important; |
| 601 |
} |
| 602 |
|
| 603 |
.mainwp-ui .ui.segment.mainwp-widget .ui.grid>[class*="two column"].row>.column { |
| 604 |
width: 100% !important; |
| 605 |
} |
| 606 |
|
| 607 |
.mainwp-ui .ui.grid>.row>[class*="right aligned"].column.column { |
| 608 |
text-align: left !important; |
| 609 |
margin-top: 1rem; |
| 610 |
} |
| 611 |
|
| 612 |
.mainwp-ui .ui.table:not(.unstackable) tr { |
| 613 |
display: inherit !important; |
| 614 |
} |
| 615 |
|
| 616 |
.mainwp-ui .ui.table#mainwp-plugins-updates-sites-inner-table td:first-child, |
| 617 |
.mainwp-ui .ui.table#mainwp-themes-updates-sites-inner-table td:first-child { |
| 618 |
font-weight: 400; |
| 619 |
} |
| 620 |
|
| 621 |
.mainwp-ui .ui.table:not(.unstackable) tr>td.column-site-bulk { |
| 622 |
display: block !important; |
| 623 |
} |
| 624 |
|
| 625 |
#mainwp-wordpress-updates-groups-table th, |
| 626 |
#mainwp-plugins-updates-groups-table th, |
| 627 |
#mainwp-themes-updates-groups-table th, |
| 628 |
#mainwp-manage-themes-table th, |
| 629 |
#mainwp-manage-plugins-table th, |
| 630 |
#mainwp-translations-groups-table th, |
| 631 |
#mainwp-abandoned-plugins-groups-table th, |
| 632 |
#mainwp-abandoned-themes-groups-table th, |
| 633 |
#mainwp-plugins-updates-sites-table th, |
| 634 |
#mainwp-themes-updates-sites-table th, |
| 635 |
#mainwp-abandoned-plugins-sites-table th, |
| 636 |
#mainwp-abandoned-themes-sites-table th, |
| 637 |
#mainwp-wordpress-updates-table th, |
| 638 |
#mainwp-plugins-updates-table th, |
| 639 |
.mainwp-themes-updates-items-table th, |
| 640 |
#mainwp-abandoned-plugins-table th, |
| 641 |
#mainwp-abandoned-themes-table th, |
| 642 |
#mainwp-translations-sites-table th, |
| 643 |
#mainwp-abandoned-plugins-items-table th, |
| 644 |
#mainwp-abandoned-themes-items-table th { |
| 645 |
display: block !important; |
| 646 |
} |
| 647 |
|
| 648 |
|
| 649 |
.mainwp-manage-updates-table:not(.unstackable) tr.content:not(.active) { |
| 650 |
display: none !important; |
| 651 |
} |
| 652 |
|
| 653 |
#mainwp-wordpress-updates-groups-table .caret.right.icon, |
| 654 |
#mainwp-plugins-updates-groups-table .caret.right.icon, |
| 655 |
#mainwp-themes-updates-groups-table .caret.right.icon, |
| 656 |
#mainwp-manage-themes-table .caret.right.icon, |
| 657 |
#mainwp-manage-plugins-table .caret.right.icon, |
| 658 |
#mainwp-translations-groups-table .caret.right.icon, |
| 659 |
#mainwp-abandoned-plugins-groups-table .caret.right.icon, |
| 660 |
#mainwp-abandoned-themes-groups-table .caret.right.icon, |
| 661 |
#mainwp-plugins-updates-sites-table .caret.right.icon, |
| 662 |
#mainwp-themes-updates-sites-table .caret.right.icon, |
| 663 |
#mainwp-abandoned-plugins-sites-table .caret.right.icon, |
| 664 |
#mainwp-abandoned-themes-sites-table .caret.right.icon, |
| 665 |
#mainwp-wordpress-updates-table .caret.right.icon, |
| 666 |
#mainwp-plugins-updates-table .caret.right.icon, |
| 667 |
.mainwp-themes-updates-items-table .caret.right.icon, |
| 668 |
#mainwp-abandoned-plugins-table .caret.right.icon, |
| 669 |
#mainwp-abandoned-themes-table .caret.right.icon, |
| 670 |
#mainwp-translations-sites-table .caret.right.icon, |
| 671 |
#mainwp-abandoned-plugins-items-table .caret.right.icon, |
| 672 |
#mainwp-abandoned-themes-items-table { |
| 673 |
display: none !important; |
| 674 |
} |
| 675 |
|
| 676 |
|
| 677 |
#mainwp-wordpress-updates-groups-table .accordion-trigger, |
| 678 |
#mainwp-plugins-updates-groups-table .accordion-trigger, |
| 679 |
#mainwp-themes-updates-groups-table .accordion-trigger, |
| 680 |
#mainwp-manage-themes-table .accordion-trigger, |
| 681 |
#mainwp-manage-plugins-table .accordion-trigger, |
| 682 |
#mainwp-translations-groups-table .accordion-trigger, |
| 683 |
#mainwp-abandoned-plugins-groups-table .accordion-trigger, |
| 684 |
#mainwp-abandoned-themes-groups-table .accordion-trigger, |
| 685 |
#mainwp-plugins-updates-sites-table .accordion-trigger, |
| 686 |
#mainwp-themes-updates-sites-table .accordion-trigger, |
| 687 |
#mainwp-abandoned-plugins-sites-table .accordion-trigger, |
| 688 |
#mainwp-abandoned-themes-sites-table .accordion-trigger, |
| 689 |
#mainwp-wordpress-updates-table .accordion-trigger, |
| 690 |
#mainwp-plugins-updates-table .accordion-trigger, |
| 691 |
.mainwp-themes-updates-items-table .accordion-trigger, |
| 692 |
#mainwp-abandoned-plugins-table .accordion-trigger, |
| 693 |
#mainwp-abandoned-themes-table .accordion-trigger, |
| 694 |
#mainwp-translations-sites-table .accordion-trigger, |
| 695 |
#mainwp-abandoned-plugins-items-table .accordion-trigger, |
| 696 |
#mainwp-abandoned-themes-items-table .accordion-trigger { |
| 697 |
display: none !important; |
| 698 |
} |
| 699 |
|
| 700 |
|
| 701 |
#mainwp-wordpress-updates-groups-table tr td .ui.button, |
| 702 |
#mainwp-plugins-updates-groups-table tr td .ui.button, |
| 703 |
#mainwp-themes-updates-groups-table tr td .ui.button, |
| 704 |
#mainwp-manage-themes-table tr td .ui.button, |
| 705 |
#mainwp-manage-plugins-table tr td .ui.button, |
| 706 |
#mainwp-translations-groups-table tr td .ui.button, |
| 707 |
#mainwp-abandoned-plugins-groups-table tr td .ui.button, |
| 708 |
#mainwp-abandoned-themes-groups-table tr td .ui.button, |
| 709 |
#mainwp-plugins-updates-sites-table tr td .ui.button, |
| 710 |
#mainwp-themes-updates-sites-table tr td .ui.button, |
| 711 |
#mainwp-abandoned-plugins-sites-table tr td .ui.button, |
| 712 |
#mainwp-abandoned-themes-sites-table tr td .ui.button, |
| 713 |
#mainwp-wordpress-updates-table tr td .ui.button, |
| 714 |
#mainwp-plugins-updates-table tr td .ui.button, |
| 715 |
.mainwp-themes-updates-items-table tr td .ui.button, |
| 716 |
#mainwp-abandoned-plugins-table tr td .ui.button, |
| 717 |
#mainwp-abandoned-themes-table tr td .ui.button, |
| 718 |
#mainwp-translations-sites-table tr td .ui.button, |
| 719 |
#mainwp-abandoned-plugins-items-table tr td .ui.button, |
| 720 |
#mainwp-abandoned-themes-items-table tr td .ui.button, |
| 721 |
#mainwp-per-site-ignored-abandoned-plugins tr td .ui.button, |
| 722 |
#mainwp-per-site-ignored-abandoned-themes tr td .ui.button, |
| 723 |
#mainwp-globally-ignored-abandoned-plugins tr td .ui.button, |
| 724 |
#mainwp-globally-ignored-abandoned-themes tr td .ui.button { |
| 725 |
display: block !important; |
| 726 |
width: 100% !important; |
| 727 |
} |
| 728 |
|
| 729 |
#mainwp-plugins-updates-sites-table tr th .ui.button { |
| 730 |
display: block !important; |
| 731 |
width: 100% !important; |
| 732 |
} |
| 733 |
|
| 734 |
#mainwp-wordpress-updates-groups-table tr table, |
| 735 |
#mainwp-plugins-updates-groups-table tr table, |
| 736 |
#mainwp-themes-updates-groups-table tr table, |
| 737 |
#mainwp-manage-themes-table tr table, |
| 738 |
#mainwp-manage-plugins-table tr table, |
| 739 |
#mainwp-translations-groups-table tr table, |
| 740 |
#mainwp-abandoned-plugins-groups-table tr table, |
| 741 |
#mainwp-abandoned-themes-groups-table tr table, |
| 742 |
#mainwp-plugins-updates-sites-table tr table, |
| 743 |
#mainwp-themes-updates-sites-table tr table, |
| 744 |
#mainwp-abandoned-plugins-sites-table tr table, |
| 745 |
#mainwp-abandoned-themes-sites-table tr table, |
| 746 |
#mainwp-wordpress-updates-table tr table, |
| 747 |
#mainwp-plugins-updates-table tr table, |
| 748 |
.mainwp-themes-updates-items-table tr table, |
| 749 |
#mainwp-abandoned-plugins-table tr table, |
| 750 |
#mainwp-abandoned-themes-table tr table, |
| 751 |
#mainwp-translations-sites-table tr table, |
| 752 |
#mainwp-abandoned-plugins-items-table tr table, |
| 753 |
#mainwp-abandoned-themes-items-table tr table { |
| 754 |
background: #f9fafb !important; |
| 755 |
} |
| 756 |
} |