| @@ -14,9 +14,9 @@ | ||
| 14 | 14 | } |
| 15 | 15 | |
| 16 | 16 | .mainwp-side-content { |
| 17 | 17 | height: 100%; |
| 18 | - width: 299.5px; | |
| 18 | + width: 300px; | |
| 19 | 19 | float: right; |
| 20 | 20 | border-left: 1px solid #dadada; |
| 21 | 21 | border-bottom: 1px solid #dadada; |
| 22 | 22 | padding: 1em; |
| @@ -52,14 +52,11 @@ | ||
| 52 | 52 | background: #f9fafb; |
| 53 | 53 | padding: 10px; |
| 54 | 54 | } |
| 55 | 55 | |
| 56 | -.mainwp-ui .ui.button:not(.dropdown) { | |
| 56 | +.mainwp-ui .button { | |
| 57 | 57 | height: auto !important; |
| 58 | 58 | margin: 0 !important; |
| 59 | - white-space: nowrap; | |
| 60 | - text-overflow: ellipsis; | |
| 61 | - vertical-align: middle !important; | |
| 62 | 59 | } |
| 63 | 60 | |
| 64 | 61 | .mainwp-ui .ui.styled.accordion { |
| 65 | 62 | border-radius: 0 !important; |
| @@ -65,80 +62,45 @@ | ||
| 65 | 62 | border-radius: 0 !important; |
| 66 | 63 | } |
| 67 | 64 | |
| 68 | 65 | .mainwp-ui .plug.circular.inverted.cached-icon-customable.icon:hover { |
| 69 | - background-color: #666666; | |
| 66 | + background-color: #666666; | |
| 70 | 67 | } |
| 71 | 68 | |
| 72 | 69 | .mainwp-ui .plug.circular.inverted.cached-icon-customable.icon:hover:before { |
| 73 | - content: "\f067" !important; | |
| 70 | + content: "\f067" !important; | |
| 74 | 71 | } |
| 75 | 72 | |
| 76 | -.mainwp-api-icon { | |
| 77 | - font-size: 1.5em; | |
| 78 | - font-weight: 900 !important; | |
| 79 | - margin-bottom: 0.5rem; | |
| 80 | - margin-top: 0.15rem; | |
| 81 | -} | |
| 82 | 73 | |
| 74 | + | |
| 83 | 75 | /* Content Wrap */ |
| 84 | 76 | |
| 85 | 77 | .mainwp-content-wrap { |
| 86 | - margin-bottom: 0px; | |
| 87 | - margin-top: 58px; | |
| 78 | + margin-bottom: 60px; | |
| 88 | 79 | } |
| 89 | 80 | |
| 90 | -.mainwp-ui-leftmenu .mainwp-content-wrap, | |
| 91 | -.mainwp-ui-leftmenu #mainwp-screenshots-sites { | |
| 92 | - margin-left: 272px; | |
| 81 | +.mainwp-ui-leftmenu .mainwp-content-wrap { | |
| 82 | + background: #fff; | |
| 83 | + margin-left: 180px; | |
| 93 | 84 | } |
| 94 | 85 | |
| 95 | -.mainwp-ui.toplevel_page_mainwp_tab.mainwp-ui-leftmenu .mainwp-content-wrap, | |
| 96 | -.mainwp-ui.mainwp_page_Settings .mainwp-content-wrap, | |
| 97 | -.mainwp-ui.mainwp_page_SettingsAdvanced .mainwp-content-wrap, | |
| 98 | -.mainwp-ui.mainwp_page_SettingsEmail .mainwp-content-wrap, | |
| 99 | -.mainwp-ui.mainwp_page_MainWPTools .mainwp-content-wrap, | |
| 100 | -.mainwp-ui.mainwp_page_SettingsInsights .mainwp-content-wrap, | |
| 101 | -.mainwp-ui.mainwp_page_SettingsApiBackups .mainwp-content-wrap, | |
| 102 | -.mainwp-ui.mainwp_page_ServerInformation .mainwp-content-wrap, | |
| 103 | -.mainwp-ui.mainwp_page_ServerInformationCron .mainwp-content-wrap, | |
| 104 | -.mainwp-ui.mainwp_page_ErrorLog .mainwp-content-wrap, | |
| 105 | -.mainwp-ui.mainwp_page_ActionLogs .mainwp-content-wrap, | |
| 106 | -.mainwp-ui.mainwp_page_PluginPrivacy .mainwp-content-wrap, | |
| 107 | -.mainwp-ui.mainwp-hidden-second-level-navigation.mainwp-ui-leftmenu .mainwp-content-wrap, | |
| 108 | -.mainwp-ui.mainwp-hidden-second-level-navigation.mainwp-ui-leftmen #mainwp-screenshots-sites { | |
| 109 | - margin-left: 72px !important; | |
| 86 | +.mainwp-primary-content-wrap { | |
| 87 | + padding: 10px; | |
| 110 | 88 | } |
| 111 | 89 | |
| 112 | -.toplevel_page_mainwp_tab .mainwp-primary-content-wrap, | |
| 113 | -.mainwp-individual-site-overview .mainwp-primary-content-wrap, | |
| 114 | -.mainwp-individual-client-overview .mainwp-primary-content-wrap, | |
| 115 | -.mainwp_page_InsightsOverview .mainwp-primary-content-wrap { | |
| 116 | - padding: 0px; | |
| 117 | -} | |
| 118 | - | |
| 119 | 90 | /* Header */ |
| 120 | 91 | |
| 121 | 92 | #mainwp-top-header { |
| 122 | 93 | z-index: 9999; |
| 123 | 94 | padding: 10px; |
| 124 | - height: 58px; | |
| 125 | - background: #1c1d1b; | |
| 126 | - position: fixed; | |
| 127 | - top: 0; | |
| 128 | - width: 100%; | |
| 95 | + background: #fff; | |
| 96 | + border-bottom: 1px solid #dadada; | |
| 129 | 97 | } |
| 130 | 98 | |
| 131 | 99 | #mainwp-top-header .mainwp-page-title { |
| 132 | - padding-left: 15px; | |
| 133 | - color: #ffffff; | |
| 100 | + margin-top: 8px; | |
| 134 | 101 | } |
| 135 | 102 | |
| 136 | -.mainwp-ui.mainwp-custom-theme #mainwp-top-header .ui.icon.button:not(.red, .green) { | |
| 137 | - background: #1c1d1b !important; | |
| 138 | - color: #ffffff !important; | |
| 139 | - } | |
| 140 | - | |
| 141 | 103 | #mainwp-top-header .ui.menu { |
| 142 | 104 | box-shadow: none; |
| 143 | 105 | padding-top: 0; |
| 144 | 106 | } |
| @@ -143,13 +105,13 @@ | ||
| 143 | 105 | padding-top: 0; |
| 144 | 106 | } |
| 145 | 107 | |
| 146 | 108 | .mainwp-sync-button-icon { |
| 147 | - display: none !important; | |
| 109 | + display: none !important; | |
| 148 | 110 | } |
| 149 | 111 | |
| 150 | 112 | #mainwp-add-new-buttons .ui.icon.button:not(.dropdown) { |
| 151 | - display: none; | |
| 113 | + display: none; | |
| 152 | 114 | } |
| 153 | 115 | |
| 154 | 116 | /* Sub-Header */ |
| 155 | 117 | |
| @@ -159,441 +121,99 @@ | ||
| 159 | 121 | background: #f9fafb; |
| 160 | 122 | border-bottom: 1px solid #dadada; |
| 161 | 123 | } |
| 162 | 124 | |
| 163 | -.mainwp-sub-header #mainwp-sites-bulk-actions-menu.ui.selection.dropdown { | |
| 164 | - min-width: 20em; | |
| 165 | -} | |
| 166 | - | |
| 167 | 125 | /* Page Navigation */ |
| 168 | 126 | |
| 169 | 127 | #mainwp-page-navigation-wrapper { |
| 170 | - display: none; | |
| 128 | + padding-top: 20px; | |
| 129 | + background: #fff; | |
| 171 | 130 | } |
| 172 | 131 | |
| 173 | -.mainwp-individual-site-view #mainwp-page-navigation-wrapper { | |
| 174 | - display: block; | |
| 175 | - float: left; | |
| 176 | - position: fixed; | |
| 177 | - top: 58px; | |
| 178 | - bottom: 0px; | |
| 179 | - width: 170px; | |
| 132 | +#mainwp-page-navigation-wrapper .ui.secondary.pointing.menu { | |
| 133 | + overflow-x: auto; | |
| 134 | + overflow-y: hidden; | |
| 180 | 135 | } |
| 181 | 136 | |
| 182 | -.mainwp-individual-site-view #mainwp-page-navigation-wrapper .mainwp-page-navigation { | |
| 183 | - width: 170px; | |
| 184 | - box-shadow: none !important; | |
| 185 | - border-radius: 0px !important; | |
| 186 | - border: none !important; | |
| 137 | +.mainwp-page-navigation { | |
| 138 | + border-bottom-width: 2px !important; | |
| 187 | 139 | } |
| 188 | 140 | |
| 189 | -.mainwp-individual-site-view #mainwp-page-navigation-wrapper .mainwp-page-navigation .item { | |
| 190 | - padding: 0.92857143em 1.14285714em !important; | |
| 191 | -} | |
| 192 | - | |
| 193 | -.mainwp-individual-site-view #mainwp-page-navigation-wrapper .mainwp-page-navigation .item:last-child { | |
| 194 | - box-shadow: none !important; | |
| 195 | - border-radius: 0px !important; | |
| 196 | -} | |
| 197 | - | |
| 198 | -.mainwp-individual-site-view #mainwp-site-mode-wrap { | |
| 199 | - width: calc(100% - 170px); | |
| 200 | - float: right; | |
| 201 | -} | |
| 202 | - | |
| 203 | -.mainwp-individual-site-view .mainwp-content-wrap > .ui.message { | |
| 204 | - width: calc(100% - 170px); | |
| 205 | - float: right; | |
| 206 | -} | |
| 207 | - | |
| 208 | -.mainwp-sub-submenu { | |
| 209 | - margin-bottom: 0px !important; | |
| 210 | - margin-top: 0px !important; | |
| 211 | - border-radius: 0px !important; | |
| 212 | - background: #3E3F3D !important; | |
| 213 | - box-shadow: 20px 0px 20px -18px rgba(0, 0, 0, 0.15) inset !important; | |
| 214 | - -webkit-box-shadow: 20px 0px 20px -18px rgba(0, 0, 0, 0.15) inset !important; | |
| 215 | - -moz-box-shadow: 20px 0px 20px -18px rgba(0, 0, 0, 0.15) inset !important; | |
| 216 | -} | |
| 217 | - | |
| 218 | - | |
| 219 | -/* Pagination */ | |
| 220 | -.mainwp-ui .ui.pagination.menu .item::before { | |
| 221 | - width: 0px; | |
| 222 | -} | |
| 223 | -.mainwp-ui .ui.pagination.menu .item { | |
| 224 | - padding: 0; | |
| 225 | - border: none; | |
| 226 | - margin: 0; | |
| 227 | - text-align: center; | |
| 228 | -} | |
| 229 | - | |
| 230 | -.mainwp-ui .ui.pagination.menu .item:hover, | |
| 231 | -.mainwp-ui .ui.pagination.menu .item.active { | |
| 232 | - background: #7fb100; | |
| 233 | - padding: 0; | |
| 234 | - border-radius: 0; | |
| 235 | -} | |
| 236 | -.mainwp-ui .ui.pagination.menu .item:hover .page-link, | |
| 237 | -.mainwp-ui .ui.pagination.menu .item.active .page-link { | |
| 238 | - color: #ffffff; | |
| 239 | -} | |
| 240 | - | |
| 241 | -.mainwp-ui .ui.pagination.menu .item .page-link { | |
| 242 | - padding: 0.5em 1em; | |
| 243 | - margin: 0 auto; | |
| 244 | -} | |
| 245 | - | |
| 246 | 141 | /* Menu */ |
| 247 | 142 | |
| 248 | -#mainwp-main-navigation-container { | |
| 249 | - display: flex; | |
| 250 | - flex-direction: row; | |
| 251 | - background-color: #3E3F3D; | |
| 252 | - width: 272px; | |
| 253 | - max-width: 272px; | |
| 143 | +.mainwp-nav-wrap { | |
| 144 | + background: #1c1d1b; | |
| 145 | + width: 200px; | |
| 254 | 146 | position: fixed; |
| 255 | 147 | left: 0; |
| 256 | - top: 58px; | |
| 257 | - bottom: 0; | |
| 258 | - z-index: 1 !important; | |
| 259 | -} | |
| 260 | - | |
| 261 | -#mainwp-main-navigation-container .active.item:last-child { | |
| 262 | - border-radius: 0px !important; | |
| 263 | -} | |
| 264 | - | |
| 265 | -#mainwp-main-navigation-container .ui.accordion.menu .item a { | |
| 266 | - line-height: 1.3em; | |
| 267 | -} | |
| 268 | - | |
| 269 | - | |
| 270 | -#mainwp-first-level-navigation { | |
| 271 | - display: flex; | |
| 272 | - flex-direction: column; | |
| 273 | - justify-content: space-between; | |
| 274 | - background-color: #1c1d1b; | |
| 275 | - width: 72px; | |
| 276 | - max-width: 72px; | |
| 277 | - overflow-y: auto; | |
| 278 | - overflow-x: hidden; | |
| 279 | - padding-top: 25px; | |
| 280 | -} | |
| 281 | - | |
| 282 | -#mainwp-version-label { | |
| 283 | - margin-left: 0px; | |
| 284 | - margin-right: 0px; | |
| 285 | - border-radius: 0px; | |
| 286 | - color: #ffffff !important; | |
| 148 | + top: 0; | |
| 149 | + bottom: -120px; | |
| 287 | 150 | z-index: 9999 !important; |
| 288 | 151 | } |
| 289 | 152 | |
| 290 | -#mainwp-first-level-navigation-menu { | |
| 291 | - margin-top: 0; | |
| 292 | - flex-grow: 1; | |
| 293 | - border-radius: 0px; | |
| 294 | - min-height: 420px; | |
| 153 | +.mainwp-nav-wrap #mainwp-logo { | |
| 154 | + height: 35px; | |
| 155 | + margin: .92857143em 1.14285714em; | |
| 295 | 156 | } |
| 296 | 157 | |
| 297 | -#mainwp-first-level-navigation-menu .item.active { | |
| 298 | - background: #3E3F3D; | |
| 158 | +.mainwp-nav-wrap #mainwp-version-label { | |
| 159 | + z-index: 9999 !important; | |
| 299 | 160 | } |
| 300 | 161 | |
| 301 | -#mainwp-first-level-navigation-menu .item.active .icon, | |
| 302 | -#mainwp-first-level-navigation-menu .item.active .text { | |
| 303 | - color: #7fb100; | |
| 162 | +.mainwp-nav-menu .ui.accordion.menu .item:hover, | |
| 163 | +.mainwp-nav-menu .ui.accordion.menu .item.active { | |
| 164 | + background: rgba(255, 255, 255, .15); | |
| 304 | 165 | } |
| 305 | 166 | |
| 306 | -#mainwp-first-level-wpitems-menu { | |
| 307 | - background: none !important; | |
| 308 | - border-radius: 0px; | |
| 309 | -} | |
| 310 | - | |
| 311 | -#mainwp-first-level-navigation-menu a[title='Cost Tracker'] { | |
| 312 | - padding-left: 5px !important; | |
| 313 | - padding-right: 5px !important; | |
| 314 | -} | |
| 315 | - | |
| 316 | -#mainwp-collapse-second-level-navigation { | |
| 317 | - position: fixed; | |
| 318 | - left: 272px; | |
| 319 | - bottom: 30px; | |
| 320 | - padding: 7px 4px 7px 2px; | |
| 321 | - border-radius: 0 8px 8px 0 !important; | |
| 322 | - min-width: auto !important; | |
| 323 | - background-color: #3E3F3D; | |
| 324 | -} | |
| 325 | - | |
| 326 | -#mainwp-collapse-second-level-navigation .icon { | |
| 327 | - padding: 0px !important; | |
| 328 | - margin: 0px !important; | |
| 329 | - font-size: 14px !important; | |
| 330 | -} | |
| 331 | - | |
| 332 | -#mainwp-second-level-navigation { | |
| 333 | - background-color: #3E3F3D; | |
| 167 | +.mainwp-nav-menu .item-wp-admin { | |
| 334 | 168 | width: 200px; |
| 335 | - box-shadow: 20px 0px 20px -18px rgba(0, 0, 0, 0.15) inset; | |
| 336 | - -webkit-box-shadow: 20px 0px 20px -18px rgba(0, 0, 0, 0.15) inset; | |
| 337 | - -moz-box-shadow: 20px 0px 20px -18px rgba(0, 0, 0, 0.15) inset; | |
| 338 | - overflow-y: auto; | |
| 339 | - overflow-x: hidden; | |
| 169 | + position: fixed !important; | |
| 170 | + bottom: 0; | |
| 340 | 171 | } |
| 341 | 172 | |
| 342 | -#mainwp-main-menu { | |
| 343 | - width: 100%; | |
| 344 | - background: #3E3F3D !important; | |
| 173 | +#mainwp-main-menu #menu-item-extensions .content.menu { | |
| 174 | + max-height: 200px !important; | |
| 175 | + overflow-y: scroll; | |
| 345 | 176 | } |
| 346 | 177 | |
| 347 | -#mainwp-second-level-navigation .ui.inverted.menu { | |
| 348 | - background-color: #3E3F3D; | |
| 349 | - box-shadow: 20px 0px 20px -18px rgba(0, 0, 0, 0.15) inset; | |
| 350 | - -webkit-box-shadow: 20px 0px 20px -18px rgba(0, 0, 0, 0.15) inset; | |
| 351 | - -moz-box-shadow: 20px 0px 20px -18px rgba(0, 0, 0, 0.15) inset; | |
| 352 | -} | |
| 353 | - | |
| 354 | -#mainwp-second-level-navigation .ui.inverted.menu .item { | |
| 355 | - padding: 0.7em 1.14285714em; | |
| 356 | - color: #ffffff !important; | |
| 357 | - box-shadow: 20px 0px 20px -18px rgba(0, 0, 0, 0.15) inset; | |
| 358 | - -webkit-box-shadow: 20px 0px 20px -18px rgba(0, 0, 0, 0.15) inset; | |
| 359 | - -moz-box-shadow: 20px 0px 20px -18px rgba(0, 0, 0, 0.15) inset; | |
| 360 | -} | |
| 361 | - | |
| 362 | -#mainwp-second-level-navigation .ui.inverted.menu .item .icon { | |
| 363 | - color: #ffffff !important; | |
| 364 | -} | |
| 365 | - | |
| 366 | -#mainwp-second-level-navigation .ui.inverted.menu .item .item:hover, | |
| 367 | -#mainwp-second-level-navigation .ui.inverted.menu .item .item.active { | |
| 368 | - color: #7fb100 !important; | |
| 369 | -} | |
| 370 | - | |
| 371 | -#mainwp-second-level-navigation .ui.menu .item.extension-inactive a, | |
| 372 | -#mainwp-second-level-navigation .ui.menu a.item.extension-inactive { | |
| 373 | - color: rgba(255, 255, 255, .3) !important; | |
| 374 | -} | |
| 375 | - | |
| 376 | -#mainwp-navigation-icon { | |
| 377 | - width: 50px; | |
| 178 | +#mainwp-main-menu .mainwp-top-level-menu-item-label { | |
| 179 | + float: none; | |
| 180 | + display: inline; | |
| 378 | 181 | margin-left: 10px; |
| 379 | - margin-top: 5px; | |
| 182 | + padding: 3px 5px; | |
| 183 | + font-size: 8px; | |
| 380 | 184 | } |
| 381 | 185 | |
| 382 | -.mainwp-main-mobile-navigation-container { | |
| 383 | - background-color: #1c1d1b; | |
| 384 | - display: none; | |
| 385 | -} | |
| 186 | +/* Extensions sub-submenu */ | |
| 386 | 187 | |
| 387 | -.mainwp-main-mobile-navigation-container .item.active { | |
| 388 | - background: rgba(255, 255, 255, 0.08) !important; | |
| 188 | +.mainwp-sub-submenu { | |
| 189 | + margin: 0 !important; | |
| 190 | + border-radius: 0 !important; | |
| 389 | 191 | } |
| 390 | 192 | |
| 391 | -.mainwp-ui #mainwp-main-navigation-container.hoverli { | |
| 392 | - background-color: #1c1d1b !important; | |
| 393 | -} | |
| 193 | +/* Widgets */ | |
| 394 | 194 | |
| 395 | -.mainwp-ui.toplevel_page_mainwp_tab #mainwp-main-navigation-container, | |
| 396 | -.mainwp-ui.mainwp_page_Settings #mainwp-main-navigation-container, | |
| 397 | -.mainwp-ui.mainwp_page_SettingsAdvanced #mainwp-main-navigation-container, | |
| 398 | -.mainwp-ui.mainwp_page_SettingsEmail #mainwp-main-navigation-container, | |
| 399 | -.mainwp-ui.mainwp_page_MainWPTools #mainwp-main-navigation-container, | |
| 400 | -.mainwp-ui.mainwp_page_SettingsInsights #mainwp-main-navigation-container, | |
| 401 | -.mainwp-ui.mainwp_page_SettingsApiBackups #mainwp-main-navigation-container, | |
| 402 | -.mainwp-ui.mainwp_page_ServerInformation #mainwp-main-navigation-container, | |
| 403 | -.mainwp-ui.mainwp_page_ServerInformationCron #mainwp-main-navigation-container, | |
| 404 | -.mainwp-ui.mainwp_page_ErrorLog #mainwp-main-navigation-container, | |
| 405 | -.mainwp-ui.mainwp_page_ActionLogs #mainwp-main-navigation-container, | |
| 406 | -.mainwp-ui.mainwp_page_PluginPrivacy #mainwp-main-navigation-container, | |
| 407 | -.mainwp-ui.mainwp-hidden-second-level-navigation #mainwp-main-navigation-container { | |
| 408 | - width: 72px !important; | |
| 195 | +#mainwp-grid-left { | |
| 196 | + padding-right: 5px; | |
| 409 | 197 | } |
| 410 | 198 | |
| 411 | -.mainwp-ui.toplevel_page_mainwp_tab #mainwp-collapse-second-level-navigation, | |
| 412 | -.mainwp-ui.toplevel_page_mainwp_tab #mainwp-second-level-navigation, | |
| 413 | -.mainwp-ui.mainwp_page_Settings #mainwp-second-level-navigation, | |
| 414 | -.mainwp-ui.mainwp_page_SettingsAdvanced #mainwp-second-level-navigation, | |
| 415 | -.mainwp-ui.mainwp_page_SettingsEmail #mainwp-second-level-navigation, | |
| 416 | -.mainwp-ui.mainwp_page_MainWPTools #mainwp-second-level-navigation, | |
| 417 | -.mainwp-ui.mainwp_page_SettingsInsights #mainwp-second-level-navigation, | |
| 418 | -.mainwp-ui.mainwp_page_SettingsApiBackups #mainwp-second-level-navigation, | |
| 419 | -.mainwp-ui.mainwp_page_ServerInformation #mainwp-second-level-navigation, | |
| 420 | -.mainwp-ui.mainwp_page_ServerInformationCron #mainwp-second-level-navigation, | |
| 421 | -.mainwp-ui.mainwp_page_ErrorLog #mainwp-second-level-navigation, | |
| 422 | -.mainwp-ui.mainwp_page_ActionLogs #mainwp-second-level-navigation, | |
| 423 | -.mainwp-ui.mainwp_page_PluginPrivacy #mainwp-second-level-navigation, | |
| 424 | -.mainwp-ui.mainwp-hidden-second-level-navigation #mainwp-second-level-navigation { | |
| 425 | - display: none !important; | |
| 199 | +#mainwp-grid-middle { | |
| 200 | + padding-right: 5px; | |
| 201 | + padding-left: 5px; | |
| 426 | 202 | } |
| 427 | 203 | |
| 428 | -.mainwp-ui.mainwp-hidden-second-level-navigation #mainwp-collapse-second-level-navigation, | |
| 429 | -.mainwp-ui.mainwp_page_Settings #mainwp-collapse-second-level-navigation, | |
| 430 | -.mainwp-ui.mainwp_page_SettingsAdvanced #mainwp-collapse-second-level-navigation, | |
| 431 | -.mainwp-ui.mainwp_page_SettingsEmail #mainwp-collapse-second-level-navigation, | |
| 432 | -.mainwp-ui.mainwp_page_MainWPTools #mainwp-collapse-second-level-navigation, | |
| 433 | -.mainwp-ui.mainwp_page_SettingsInsights #mainwp-collapse-second-level-navigation, | |
| 434 | -.mainwp-ui.mainwp_page_SettingsApiBackups #mainwp-collapse-second-level-navigation, | |
| 435 | -.mainwp-ui.mainwp_page_ServerInformation #mainwp-collapse-second-level-navigation, | |
| 436 | -.mainwp-ui.mainwp_page_ServerInformationCron #mainwp-collapse-second-level-navigation, | |
| 437 | -.mainwp-ui.mainwp_page_ErrorLog #mainwp-collapse-second-level-navigation, | |
| 438 | -.mainwp-ui.mainwp_page_ActionLogs #mainwp-collapse-second-level-navigation, | |
| 439 | -.mainwp-ui.mainwp_page_PluginPrivacy #mainwp-collapse-second-level-navigation { | |
| 440 | - display: none !important; | |
| 204 | +#mainwp-grid-right { | |
| 205 | + padding-left: 5px; | |
| 441 | 206 | } |
| 442 | 207 | |
| 443 | -#mainwp-main-menu .icon { | |
| 444 | - color: #fff !important; | |
| 208 | +.mainwp-widget .handle-drag { | |
| 209 | + cursor: move !important; | |
| 445 | 210 | } |
| 446 | 211 | |
| 447 | -/* Widgets */ | |
| 448 | - | |
| 449 | - | |
| 450 | -.mainwp-widget { | |
| 212 | +.mainwp-widget.segment { | |
| 451 | 213 | border: 1px solid #dadada !important; |
| 452 | - margin: none !important; | |
| 453 | 214 | } |
| 454 | 215 | |
| 455 | -.mainwp-widget img { | |
| 456 | - width: 40%; | |
| 457 | - max-width: 200px; | |
| 458 | - height: auto; | |
| 459 | -} | |
| 460 | - | |
| 461 | -#mainwp-update-everything-button { | |
| 462 | - font-size: 14px; | |
| 463 | -} | |
| 464 | - | |
| 465 | -.mainwp-widget .dt-search.ui.input { | |
| 466 | - padding: 5px; | |
| 467 | - max-width: 160px; | |
| 468 | -} | |
| 469 | - | |
| 470 | - | |
| 471 | -@media only screen and (min-width: 1368px) { | |
| 472 | - | |
| 473 | - .mainwp-widget.ui.segment.gs-w { | |
| 474 | - position: absolute; | |
| 475 | - } | |
| 476 | - | |
| 477 | - .mainwp-widget-header { | |
| 478 | - margin-bottom: 20px !important; | |
| 479 | - } | |
| 480 | - | |
| 481 | - .mainwp-widget .handle-drag { | |
| 482 | - cursor: move !important; | |
| 483 | - } | |
| 484 | - | |
| 485 | - .mainwp-scrolly-overflow { | |
| 486 | - overflow-y: auto; | |
| 487 | - overflow-x: hidden; | |
| 488 | - padding: 0 10px 0 0; | |
| 489 | - margin-bottom: 20px; | |
| 490 | - } | |
| 491 | - | |
| 492 | - .mainwp-widget-footer { | |
| 493 | - position: absolute; | |
| 494 | - bottom: 1rem; | |
| 495 | - width: 100%; | |
| 496 | - } | |
| 497 | - | |
| 498 | - #widget-recent_posts .mainwp-scrolly-overflow, | |
| 499 | - #widget-recent_pages .mainwp-scrolly-overflow { | |
| 500 | - height: calc(100% - 125px); | |
| 501 | - } | |
| 502 | - | |
| 503 | - #widget-connection_status .mainwp-scrolly-overflow { | |
| 504 | - height: calc(100% - 135px); | |
| 505 | - } | |
| 506 | - | |
| 507 | - #widget-security_issues .mainwp-scrolly-overflow { | |
| 508 | - height: calc(100% - 100px); | |
| 509 | - } | |
| 510 | - | |
| 511 | - #widget-non_mainwp_changes .mainwp-scrolly-overflow { | |
| 512 | - height: calc(100% - 120px) !important; | |
| 513 | - } | |
| 514 | - | |
| 515 | - #widget-clients .mainwp-scrolly-overflow { | |
| 516 | - height: calc(100% - 100px) !important; | |
| 517 | - } | |
| 518 | - | |
| 519 | - #widget-client_info .mainwp-scrolly-overflow { | |
| 520 | - height: calc(100% - 100px) !important; | |
| 521 | - } | |
| 522 | - | |
| 523 | - #widget-child_site_info .mainwp-scrolly-overflow { | |
| 524 | - height: calc(100% - 60px) !important; | |
| 525 | - } | |
| 526 | - | |
| 527 | - #widget-notes .mainwp-scrolly-overflow { | |
| 528 | - height: calc(100% - 100px) !important; | |
| 529 | - } | |
| 530 | - | |
| 531 | - #widget-plugins .mainwp-scrolly-overflow { | |
| 532 | - height: calc(100% - 70px) !important; | |
| 533 | - } | |
| 534 | - | |
| 535 | - #widget-themes .mainwp-scrolly-overflow { | |
| 536 | - height: calc(100% - 70px) !important; | |
| 537 | - } | |
| 538 | - | |
| 539 | - #widget-overview .mainwp-scrolly-overflow { | |
| 540 | - height: calc(100% - 120px) !important; | |
| 541 | - padding: 10px 0; | |
| 542 | - } | |
| 543 | - | |
| 544 | - #widget-advanced-cost-tracker-costs .mainwp-scrolly-overflow { | |
| 545 | - height: calc(100% - 120px) !important; | |
| 546 | - padding: 10px 0; | |
| 547 | - } | |
| 548 | - | |
| 549 | - #widget-fields_info .mainwp-scrolly-overflow { | |
| 550 | - height: calc(100% - 100px) !important; | |
| 551 | - } | |
| 552 | - | |
| 553 | - #widget-websites .mainwp-scrolly-overflow { | |
| 554 | - height: calc(100% - 70px) !important; | |
| 555 | - } | |
| 556 | - | |
| 557 | - [id^="widget-contact_"] .mainwp-scrolly-overflow { | |
| 558 | - height: calc(100% - 70px) !important; | |
| 559 | - } | |
| 560 | - | |
| 561 | - #widget-note .mainwp-scrolly-overflow { | |
| 562 | - height: calc(100% - 100px) !important; | |
| 563 | - } | |
| 564 | - | |
| 565 | - #widget-advanced-matomo .mainwp-scrolly-overflow { | |
| 566 | - height: calc(100% - 70px) !important; | |
| 567 | - } | |
| 568 | - | |
| 569 | - #widget-get-started .mainwp-scrolly-overflow { | |
| 570 | - height: calc(100% - 70px) !important; | |
| 571 | - } | |
| 572 | - | |
| 573 | - #mainwp-plugin-privacy { | |
| 574 | - width: 800px; | |
| 575 | - } | |
| 576 | - | |
| 577 | - #widget-cost_upcomming_renewals .mainwp-scrolly-overflow, | |
| 578 | - #widget-cost_monthly_renewals .mainwp-scrolly-overflow, | |
| 579 | - #widget-cost_yearly_renewals .mainwp-scrolly-overflow { | |
| 580 | - height: calc(100% - 100px) !important; | |
| 581 | - } | |
| 582 | - | |
| 583 | - #widget-cost_monthly_totals .mainwp-scrolly-overflow, | |
| 584 | - #widget-cost_category_totals .mainwp-scrolly-overflow { | |
| 585 | - height: calc(100% - 70px) !important; | |
| 586 | - } | |
| 587 | - | |
| 588 | -} | |
| 589 | - | |
| 590 | -.mainwp-ui .mainwp-widget .ui.form .ui.input, | |
| 591 | -.mainwp-ui .mainwp-widget .ui.pagination.menu, | |
| 592 | -.mainwp-ui .mainwp-widget .ui.dropdown { | |
| 593 | - font-size: 0.78571429em; | |
| 594 | -} | |
| 595 | - | |
| 596 | 216 | /* Sidebar */ |
| 597 | 217 | |
| 598 | 218 | .mainwp-select-sites, |
| 599 | 219 | .mainwp-search-options, |
| @@ -600,18 +220,8 @@ | ||
| 600 | 220 | .mainwp-search-submit { |
| 601 | 221 | padding: 10px; |
| 602 | 222 | } |
| 603 | 223 | |
| 604 | -#mainwp-select-sites-header .ui.menu { | |
| 605 | - overflow-x: auto; | |
| 606 | - overflow-y: hidden; | |
| 607 | - margin: 1rem -1rem 0; | |
| 608 | -} | |
| 609 | - | |
| 610 | -#mainwp-documentation-sidebar .ui.list .item i.icon { | |
| 611 | - display: inline-block !important; | |
| 612 | -} | |
| 613 | - | |
| 614 | 224 | /* Select Sites */ |
| 615 | 225 | |
| 616 | 226 | #mainwp-select-sites-body { |
| 617 | 227 | height: 220px; |
| @@ -618,9 +228,10 @@ | ||
| 618 | 228 | overflow: auto; |
| 619 | 229 | } |
| 620 | 230 | |
| 621 | 231 | #mainwp-select-sites-select-all-actions { |
| 622 | - background: #dadada; | |
| 232 | + background: #f9fafb; | |
| 233 | + padding: 12px 5px; | |
| 623 | 234 | border-bottom: 1px solid #dadada; |
| 624 | 235 | margin-top: 0; |
| 625 | 236 | } |
| 626 | 237 | |
| @@ -627,63 +238,41 @@ | ||
| 627 | 238 | #mainwp-select-sites-select-all-actions .item { |
| 628 | 239 | cursor: pointer; |
| 629 | 240 | } |
| 630 | 241 | |
| 631 | -.mainwp-modal-content #mainwp-select-sites-select-all-actions { | |
| 632 | - margin-left: auto; | |
| 633 | - margin-right: auto; | |
| 634 | -} | |
| 635 | - | |
| 636 | 242 | #mainwp-select-sites-list .item label .url { |
| 637 | 243 | display: none; |
| 638 | 244 | } |
| 639 | 245 | |
| 640 | 246 | .mainwp-sub-header #mainwp-filter-sites-group .default.text, |
| 641 | -.mainwp-sub-header #mainwp-filter-clients .default.text { | |
| 642 | - overflow: visible !important; | |
| 247 | +.mainwp-sub-header #mainwp-filter-clients .default.text{ | |
| 248 | + overflow: visible !important; | |
| 643 | 249 | } |
| 644 | 250 | |
| 645 | 251 | /* Tables */ |
| 646 | 252 | |
| 647 | -.mainwp-ui table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control::before, | |
| 648 | -.mainwp-ui table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control::before { | |
| 649 | - background-color: rgba(0, 0, 0, 0.3); | |
| 253 | +.mainwp-ui table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, | |
| 254 | +.mainwp-ui table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before { | |
| 255 | + background-color: rgba(0, 0, 0, 0.3); | |
| 650 | 256 | } |
| 651 | 257 | |
| 652 | 258 | |
| 653 | -.mainwp-ui table.dataTable.dtr-inline.collapsed>tbody>tr.parent.dt-hasChild>td.dtr-control::before, | |
| 654 | -.mainwp-ui table.dataTable.dtr-inline.collapsed>tbody>tr.parent.dt-hasChild>th.dtr-control::before { | |
| 655 | - background-color: rgba(0, 0, 0, 0.6); | |
| 259 | +.mainwp-ui table.dataTable.dtr-inline.collapsed > tbody > tr.parent.dt-hasChild > td.dtr-control::before, | |
| 260 | +.mainwp-ui table.dataTable.dtr-inline.collapsed > tbody > tr.parent.dt-hasChild > th.dtr-control::before { | |
| 261 | + background-color: rgba(0, 0, 0, 0.6); | |
| 656 | 262 | } |
| 657 | 263 | |
| 658 | 264 | .mainwp-ui table ul.dtr-details { |
| 659 | - width: 100% !important; | |
| 265 | + width: 100% !important; | |
| 660 | 266 | } |
| 661 | 267 | |
| 662 | -.mainwp-ui table.dataTable tbody tr>.dtfc-fixed-left, | |
| 663 | -.mainwp-ui table.dataTable tbody tr>.dtfc-fixed-right { | |
| 664 | - background-color: #fff; | |
| 665 | -} | |
| 666 | - | |
| 667 | -.mainwp-ui table.dataTable > tbody > tr.selected > * { | |
| 668 | - box-shadow: inset 0 0 0 9999px rgba( 0,0,0,.03) !important; | |
| 669 | -} | |
| 670 | - | |
| 671 | 268 | /* Manage Sites Table */ |
| 672 | 269 | |
| 673 | -table.mainwp-manage-wpsites-table { | |
| 270 | +table#mainwp-manage-sites-table { | |
| 674 | 271 | margin: 0; |
| 675 | 272 | } |
| 676 | 273 | |
| 677 | -.mainwp-manage-wpsites-table tbody tr td.mainwp-site-cell, | |
| 678 | -.mainwp-manage-wpsites-table tbody tr td.mainwp-url-cell { | |
| 679 | - white-space: nowrap; | |
| 680 | - overflow: hidden; | |
| 681 | - text-overflow: ellipsis; | |
| 682 | - max-width: 185px; | |
| 683 | -} | |
| 684 | - | |
| 685 | -table.mainwp-manage-wpsites-table .error a { | |
| 274 | +table#mainwp-manage-sites-table .error a { | |
| 686 | 275 | text-decoration: none; |
| 687 | 276 | } |
| 688 | 277 | |
| 689 | 278 | #mainwp-manage-sites-content.segment { |
| @@ -689,23 +278,9 @@ | ||
| 689 | 278 | #mainwp-manage-sites-content.segment { |
| 690 | 279 | padding-top: 1em; |
| 691 | 280 | } |
| 692 | 281 | |
| 693 | -/* Manage Cliens Table */ | |
| 694 | 282 | |
| 695 | -#mainwp-manage-clients-table .custom-icon { | |
| 696 | - font-size: 35px; | |
| 697 | -} | |
| 698 | - | |
| 699 | -/* Manage Costs Table */ | |
| 700 | -#mainwp-module-cost-tracker-sites-table tbody tr td.mainwp-manage-costs-name-cell { | |
| 701 | - white-space: nowrap; | |
| 702 | - overflow: hidden; | |
| 703 | - text-overflow: ellipsis; | |
| 704 | - max-width: 150px; | |
| 705 | - min-width: 150px; | |
| 706 | -} | |
| 707 | - | |
| 708 | 283 | /* Manage Groups */ |
| 709 | 284 | |
| 710 | 285 | #mainwp-manage-groups .mainwp-group-sites-row .list { |
| 711 | 286 | max-height: 200px; |
| @@ -736,65 +311,56 @@ | ||
| 736 | 311 | |
| 737 | 312 | /* Manaage Plugins & Themes */ |
| 738 | 313 | |
| 739 | 314 | .ui.accordion.mainwp-manage-plugin-item, |
| 740 | -.ui.accordion.mainwp-manage-theme-item { | |
| 741 | - border-bottom: 1px solid rgba(34, 36, 38, 0.1); | |
| 315 | +.ui.accordion.mainwp-manage-theme-item{ | |
| 316 | + border-bottom: 1px solid rgba( 34, 36, 38, 0.1 ); | |
| 742 | 317 | } |
| 743 | 318 | |
| 744 | 319 | .ui.accordion.mainwp-manage-plugin-item .title, |
| 745 | 320 | .ui.accordion.mainwp-manage-theme-item .title { |
| 746 | - cursor: default !important; | |
| 321 | + cursor: default !important; | |
| 747 | 322 | } |
| 748 | - | |
| 749 | 323 | .ui.accordion.mainwp-manage-plugin-item .title.active, |
| 750 | 324 | .ui.accordion.mainwp-manage-theme-item .title.active { |
| 751 | - background: #fafafa; | |
| 325 | + background: #fafafa; | |
| 752 | 326 | } |
| 753 | 327 | |
| 754 | 328 | .ui.accordion.mainwp-manage-plugin-item .title .dropdown, |
| 755 | 329 | .ui.accordion.mainwp-manage-theme-item .title .dropdown { |
| 756 | - cursor: pointer !important; | |
| 330 | + cursor: pointer !important; | |
| 757 | 331 | } |
| 758 | 332 | |
| 759 | 333 | .mainwp-manage-plugin-item:nth-last-of-type(1), |
| 760 | 334 | .mainwp-manage-theme-item:nth-last-of-type(1) { |
| 761 | - border-bottom: none !important; | |
| 335 | + border-bottom: none !important; | |
| 762 | 336 | } |
| 763 | 337 | |
| 764 | 338 | .mainwp-manage-plugin-item .content, |
| 765 | 339 | .mainwp-manage-theme-item .content { |
| 766 | - padding: 2em 1em !important; | |
| 340 | + padding: 2em 1em !important; | |
| 767 | 341 | } |
| 768 | 342 | |
| 769 | 343 | .mainwp-manage-plugin-item .content.active, |
| 770 | 344 | .mainwp-manage-theme-item .content.active { |
| 771 | - background: #fafafa; | |
| 345 | + background: #fafafa; | |
| 772 | 346 | } |
| 773 | 347 | |
| 774 | 348 | .mainwp-manage-plugin-item-website, |
| 775 | 349 | .mainwp-manage-theme-item-website { |
| 776 | - border-bottom: 1px solid rgba(34, 36, 38, 0.1); | |
| 777 | - border-top: 1px solid rgba(34, 36, 38, 0.1); | |
| 778 | - background: #fafafa; | |
| 779 | - padding: 1em; | |
| 780 | - margin: 0 0 -1px !important; | |
| 350 | + border-bottom: 1px solid rgba( 34, 36, 38, 0.1 ); | |
| 351 | + border-top: 1px solid rgba( 34, 36, 38, 0.1 ); | |
| 352 | + background: #fafafa; | |
| 353 | + padding: 1em; | |
| 354 | + margin: 0 0 -1px !important; | |
| 781 | 355 | } |
| 782 | 356 | |
| 783 | 357 | |
| 784 | -/* Manage Extensions */ | |
| 358 | +/* Manaage Extensions */ | |
| 785 | 359 | |
| 786 | -#mainwp-manage-extensions.ui.segment { | |
| 787 | - padding: 0px; | |
| 788 | -} | |
| 789 | - | |
| 790 | -#mainwp-manage-extensions .mainwp-main-content { | |
| 791 | - padding: 1em; | |
| 792 | -} | |
| 793 | - | |
| 794 | 360 | .mainwp-disabled-extension .header, |
| 795 | -.mainwp-disabled-extension .content:not(.extra) { | |
| 796 | - opacity: 0.7; | |
| 361 | +.mainwp-disabled-extension .content:not( .extra ) { | |
| 362 | + opacity: 0.7; | |
| 797 | 363 | } |
| 798 | 364 | |
| 799 | 365 | /* temporary */ |
| 800 | 366 | .hidden.divider { |
| @@ -809,12 +375,8 @@ | ||
| 809 | 375 | .main-content { |
| 810 | 376 | width: calc(100% - 302.5px); |
| 811 | 377 | } |
| 812 | 378 | |
| 813 | -.mainwp-ui .ui.message .header { | |
| 814 | - color: #333333; | |
| 815 | -} | |
| 816 | - | |
| 817 | 379 | /* WP UI Fixes */ |
| 818 | 380 | |
| 819 | 381 | .mainwp-ui #wpbody-content { |
| 820 | 382 | padding-bottom: 0; |
| @@ -819,16 +381,8 @@ | ||
| 819 | 381 | .mainwp-ui #wpbody-content { |
| 820 | 382 | padding-bottom: 0; |
| 821 | 383 | } |
| 822 | 384 | |
| 823 | -.mainwp-ui #wpbody-content .notice.notice-success, | |
| 824 | -.mainwp-ui #wpbody-content .notice.notice-info, | |
| 825 | -.mainwp-ui #wpbody-content .notice.notice-error, | |
| 826 | -.mainwp-ui #wpbody-content .notice.notice-warrning, | |
| 827 | -.mainwp-ui #wpbody-content div.update-nag { | |
| 828 | - display: none; | |
| 829 | -} | |
| 830 | - | |
| 831 | 385 | .mainwp-ui #wp-content-editor-tools { |
| 832 | 386 | background-color: #fff !important; |
| 833 | 387 | } |
| 834 | 388 | |
| @@ -835,38 +389,37 @@ | ||
| 835 | 389 | .mainwp-ui .wrap { |
| 836 | 390 | margin: 0 0 0 200px; |
| 837 | 391 | } |
| 838 | 392 | |
| 393 | +.mainwp-ui .mainwp-nav-wrap.hoverli { | |
| 394 | + background-color: #1c1d1b !important; | |
| 395 | +} | |
| 396 | + | |
| 397 | +.mainwp-ui .mainwp-nav-wrap.hoverli .label { | |
| 398 | + color: #ffffff !important; | |
| 399 | +} | |
| 400 | + | |
| 839 | 401 | .mainwp-hidden { |
| 840 | - display: none !important; | |
| 402 | + display:none!important; | |
| 841 | 403 | } |
| 842 | 404 | |
| 843 | 405 | .mainwp-ui .ui.disabled.checkbox label a, |
| 844 | -.mainwp-ui .ui.checkbox input[disabled]~label a { | |
| 845 | - pointer-events: auto !important; | |
| 406 | +.mainwp-ui .ui.checkbox input[disabled] ~ label a { | |
| 407 | + pointer-events: auto !important; | |
| 846 | 408 | } |
| 847 | 409 | |
| 848 | 410 | |
| 849 | 411 | .mainwp-ui #mainwp-security-issues-table tfoot input { |
| 850 | - width: auto !important; | |
| 412 | + width: auto !important; | |
| 851 | 413 | } |
| 852 | 414 | |
| 853 | -.mainwp-ui .mainwp-dropdown-color-picker-field #mainwp_edit_clients_icon_select, | |
| 854 | -.mainwp-ui .mainwp-dropdown-color-picker-field #mainwp_manage_add_edit_site_icon_select, | |
| 855 | -.mainwp-ui .mainwp-dropdown-color-picker-field .mainwp-edit-clients-select-contact-icon { | |
| 856 | - max-width: calc(100% - 65px) !important; | |
| 857 | - min-width: calc(100% - 65px) !important; | |
| 858 | -} | |
| 859 | 415 | |
| 860 | -.mainwp-ui .mainwp-dropdown-color-picker-field .mainwp-color-picker-input, | |
| 861 | -.mainwp-ui .ui.form .field .mainwp-color-picker-input { | |
| 862 | - max-width: 65px !important; | |
| 863 | -} | |
| 864 | - | |
| 865 | - | |
| 866 | 416 | /* END V4 |
| 867 | 417 | ********************************************************************************/ |
| 868 | 418 | |
| 419 | +.mainwp-action-row { | |
| 420 | + min-height: 20px; | |
| 421 | +} | |
| 869 | 422 | |
| 870 | 423 | .mainwp-notice { |
| 871 | 424 | margin: 5px 0 15px; |
| 872 | 425 | padding: .6em; |
| @@ -944,13 +497,33 @@ | ||
| 944 | 497 | font-size: 18px; |
| 945 | 498 | line-height: 18px; |
| 946 | 499 | } |
| 947 | 500 | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 948 | 504 | .backup_run_loading { |
| 949 | 505 | display: none; |
| 950 | 506 | } |
| 951 | 507 | |
| 952 | 508 | |
| 509 | +.mainwp-tabs { | |
| 510 | + margin-top: 2em; | |
| 511 | + border-bottom: 1px solid #e5e5e5; | |
| 512 | + margin-bottom: 0; | |
| 513 | +} | |
| 514 | + | |
| 515 | +.mainwp_checkboxes { | |
| 516 | + -webkit-column-count: 3; | |
| 517 | + -moz-column-count: 3; | |
| 518 | + column-count: 3; | |
| 519 | + margin: 1em 0 2em; | |
| 520 | +} | |
| 521 | + | |
| 522 | +.mainwp-search-form { | |
| 523 | + width: auto; | |
| 524 | +} | |
| 525 | + | |
| 953 | 526 | .mainwp_managbackups_taskoptions { |
| 954 | 527 | width: auto; |
| 955 | 528 | } |
| 956 | 529 | |
| @@ -967,13 +540,42 @@ | ||
| 967 | 540 | display: none; |
| 968 | 541 | position: absolute; |
| 969 | 542 | background-color: #ECECEC; |
| 970 | 543 | background-color: white; |
| 544 | + /*border: 1px solid #CCC;*/ | |
| 971 | 545 | border-left: 0; |
| 972 | 546 | z-index: 9999; |
| 973 | 547 | } |
| 974 | 548 | |
| 549 | +#side-info-column { | |
| 550 | + width: 49%; | |
| 551 | +} | |
| 975 | 552 | |
| 553 | +.inner-sidebar #side-sortables { | |
| 554 | + width: 100%; | |
| 555 | +} | |
| 556 | + | |
| 557 | +.has-right-sidebar #post-body-content { | |
| 558 | + width: 49%; | |
| 559 | + margin-right: 390px; | |
| 560 | +} | |
| 561 | + | |
| 562 | +.has-right-sidebar #post-body { | |
| 563 | + margin-right: -50%; | |
| 564 | +} | |
| 565 | + | |
| 566 | +#post-body #normal-sortables { | |
| 567 | + width: 100%; | |
| 568 | +} | |
| 569 | + | |
| 570 | +li.hoverli { | |
| 571 | + -webkit-box-shadow: 0 1px 0 #dfdfdf, 0 -1px 0 #dfdfdf; | |
| 572 | + -moz-box-shadow: 0 1px 0 #dfdfdf, 0 -1px 0 #dfdfdf; | |
| 573 | + box-shadow: 0 1px 0 #dfdfdf, 0 -1px 0 #dfdfdf; | |
| 574 | + position: relative; | |
| 575 | + z-index: 9999; | |
| 576 | +} | |
| 577 | + | |
| 976 | 578 | #mainwp_posts_main, |
| 977 | 579 | #mainwp_posts_loading, |
| 978 | 580 | #mainwp_posts_error, |
| 979 | 581 | #mainwp_comments_main, |
| @@ -1001,13 +603,73 @@ | ||
| 1001 | 603 | .mainwp-hidden-field { |
| 1002 | 604 | display: none; |
| 1003 | 605 | } |
| 1004 | 606 | |
| 607 | +#pager { | |
| 608 | + top: 0; | |
| 609 | + position: inherit !important; | |
| 610 | +} | |
| 611 | + | |
| 612 | +.first, | |
| 613 | +.prev, | |
| 614 | +.next, | |
| 615 | +.last { | |
| 616 | + vertical-align: -5px; | |
| 617 | +} | |
| 618 | + | |
| 1005 | 619 | .row-actions-working { |
| 1006 | 620 | display: none; |
| 1007 | 621 | padding: 2px 0 0; |
| 1008 | 622 | } |
| 1009 | 623 | |
| 624 | + | |
| 625 | +.mainwp_plugins_content, | |
| 626 | +.mainwp_themes_content { | |
| 627 | + background: #f9f9f9; | |
| 628 | +} | |
| 629 | + | |
| 630 | +#mainwp_plugins_content .headcol, | |
| 631 | +#mainwp_themes_content .headcol { | |
| 632 | + width: 22em; | |
| 633 | +} | |
| 634 | + | |
| 635 | +#mainwp_plugins_content th.headcol, | |
| 636 | +#mainwp_themes_content th.headcol { | |
| 637 | + border-bottom: 0; | |
| 638 | +} | |
| 639 | + | |
| 640 | +#mainwp_plugins_content #mainwp-table-overflow, | |
| 641 | +#mainwp_themes_content #mainwp-table-overflow { | |
| 642 | + height: 720px; | |
| 643 | +} | |
| 644 | + | |
| 645 | +#mainwp_background-box { | |
| 646 | + min-height: 80vh; | |
| 647 | + height: 100%; | |
| 648 | + width: auto; | |
| 649 | + margin-top: 2em; | |
| 650 | + background: none; | |
| 651 | +} | |
| 652 | + | |
| 653 | +#mainwp_wrap-inside { | |
| 654 | + min-height: 80vh; | |
| 655 | + height: 100%; | |
| 656 | + margin-top: 0; | |
| 657 | + padding: 10px; | |
| 658 | + background: #fafafa; | |
| 659 | + border-top: none; | |
| 660 | + border-bottom: 1px solid #e5e5e5; | |
| 661 | + border-left: 1px solid #e5e5e5; | |
| 662 | + border-right: 1px solid #e5e5e5; | |
| 663 | + box-shadow: 0 1px 1px rgba(0, 0, 0, .04); | |
| 664 | + position: relative; | |
| 665 | +} | |
| 666 | + | |
| 667 | +#mainwp_wrap-inside.round-top { | |
| 668 | + clear: both; | |
| 669 | + border: 1px solid #e5e5e5 !important; | |
| 670 | +} | |
| 671 | + | |
| 1010 | 672 | .mainwp-table-container .wp-list-table thead th, |
| 1011 | 673 | .mainwp-table-container .wp-list-table tfoot th, |
| 1012 | 674 | #mainwp-table thead th, |
| 1013 | 675 | #mainwp-table tfoot th { |
| @@ -1017,8 +679,32 @@ | ||
| 1017 | 679 | #mainwp-tabs { |
| 1018 | 680 | clear: both; |
| 1019 | 681 | } |
| 1020 | 682 | |
| 683 | +#mainwp-tabs .nav-tab-active { | |
| 684 | + background: #fafafa; | |
| 685 | + border-top: 1px solid #7fb100 !important; | |
| 686 | + border-left: 1px solid #e5e5e5; | |
| 687 | + border-right: 1px solid #e5e5e5; | |
| 688 | + border-bottom: 1px solid #fafafa !important; | |
| 689 | + color: #7fb100; | |
| 690 | + margin-top: 1px; | |
| 691 | +} | |
| 692 | + | |
| 693 | +#mainwp-tabs .nav-tab { | |
| 694 | + border-top: 1px solid #e5e5e5; | |
| 695 | + border-left: 1px solid #e5e5e5; | |
| 696 | + border-right: 1px solid #e5e5e5; | |
| 697 | + border-bottom: 1px solid #e5e5e5; | |
| 698 | + padding: 10px 16px; | |
| 699 | + font-size: 14px; | |
| 700 | + text-transform: uppercase; | |
| 701 | + line-height: 16px; | |
| 702 | + font-weight: normal; | |
| 703 | + margin-left: 0; | |
| 704 | + margin-right: 10px; | |
| 705 | +} | |
| 706 | + | |
| 1021 | 707 | /* Enhance Wordpress Admin UI */ |
| 1022 | 708 | #adminmenuback, |
| 1023 | 709 | #adminmenuwrap, |
| 1024 | 710 | #adminmenu, |
| @@ -1057,10 +743,70 @@ | ||
| 1057 | 743 | color: #7fb100; |
| 1058 | 744 | } |
| 1059 | 745 | |
| 1060 | 746 | |
| 747 | +/* New Select Box Style */ | |
| 1061 | 748 | |
| 749 | +.mainwp_error { | |
| 750 | + display: none; | |
| 751 | + padding: .6em; | |
| 752 | + margin: 5px 0 2px; | |
| 753 | +} | |
| 1062 | 754 | |
| 755 | +.mainwp-tips .mainwp-dismiss { | |
| 756 | + float: right; | |
| 757 | +} | |
| 758 | + | |
| 759 | +/* Exclude Section */ | |
| 760 | + | |
| 761 | + | |
| 762 | +#download-server-information { | |
| 763 | + display: none; | |
| 764 | + margin: 10px 0; | |
| 765 | + padding: 0; | |
| 766 | + position: relative; | |
| 767 | +} | |
| 768 | + | |
| 769 | +#download-server-information textarea { | |
| 770 | + border-radius: 0; | |
| 771 | + font-family: monospace; | |
| 772 | + font-size: 12px; | |
| 773 | + height: 300px; | |
| 774 | + line-height: 20px; | |
| 775 | + margin: 0; | |
| 776 | + outline: 0 none; | |
| 777 | + padding: 20px; | |
| 778 | + resize: none; | |
| 779 | + width: 100%; | |
| 780 | + -moz-border-radius: 0; | |
| 781 | + -webkit-border-radius: 0; | |
| 782 | +} | |
| 783 | + | |
| 784 | +.mwp_close_srv_info { | |
| 785 | + display: none; | |
| 786 | + float: right; | |
| 787 | + margin: 5px 0; | |
| 788 | +} | |
| 789 | + | |
| 790 | +.mainwp-permission-error { | |
| 791 | + padding: 2em; | |
| 792 | + width: 70%; | |
| 793 | + margin: 4em auto; | |
| 794 | + background: #fff; | |
| 795 | + border: 1px Solid #e5e5e5; | |
| 796 | + font-size: 13px; | |
| 797 | + text-align: center; | |
| 798 | + color: #999; | |
| 799 | +} | |
| 800 | + | |
| 801 | +.mainwp-permission-error p { | |
| 802 | + font-size: 16px; | |
| 803 | + color: #333; | |
| 804 | +} | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 1063 | 809 | /* ACTION TABS */ |
| 1064 | 810 | .mainwp-browse-plugins .wp-filter { |
| 1065 | 811 | margin-top: 0 !important; |
| 1066 | 812 | } |
| @@ -1103,12 +849,41 @@ | ||
| 1103 | 849 | .plugin-update-tr .api-deactivate { |
| 1104 | 850 | background-color: #fcf3ef; |
| 1105 | 851 | } |
| 1106 | 852 | |
| 853 | +#plugin-information-footer { | |
| 854 | + display: none; | |
| 855 | +} | |
| 856 | + | |
| 857 | +.sync-ext-row .sync-options { | |
| 858 | + margin-left: 15px; | |
| 859 | +} | |
| 860 | + | |
| 861 | +.sync-ext-row { | |
| 862 | + margin: 5px 0; | |
| 863 | +} | |
| 864 | + | |
| 865 | + | |
| 1107 | 866 | #import_user_file_bulkupload { |
| 1108 | 867 | width: 230px !important; |
| 1109 | 868 | } |
| 1110 | 869 | |
| 870 | +body.show-upload-theme #mainwp_wrap-inside .upload-theme+.wp-filter, | |
| 871 | +body.show-upload-theme #mainwp_wrap-inside .upload-theme+.wp-filter+.mainwp-browse-themes { | |
| 872 | + display: none; | |
| 873 | +} | |
| 874 | + | |
| 875 | +body.show-upload-theme #mainwp_wrap-inside .upload-theme, | |
| 876 | +.mainwp_wrap-inside .upload-plugin { | |
| 877 | + display: block; | |
| 878 | +} | |
| 879 | + | |
| 880 | +#mainwp_wrap-inside .upload-plugin, | |
| 881 | +#mainwp_wrap-inside .upload-theme { | |
| 882 | + padding: 0 !important; | |
| 883 | +} | |
| 884 | + | |
| 885 | + | |
| 1111 | 886 | .mainwp-ui .plugin-update-tr .update-message p:before { |
| 1112 | 887 | color: #f56e28; |
| 1113 | 888 | content: "\f463"; |
| 1114 | 889 | margin-right: 6px; |
| @@ -1135,8 +910,54 @@ | ||
| 1135 | 910 | .mainwp-ui-leftmenu #wpfooter { |
| 1136 | 911 | margin-left: 240px; |
| 1137 | 912 | } |
| 1138 | 913 | |
| 914 | +.mainwp-no-extensions { | |
| 915 | + margin: 0 12px 12px; | |
| 916 | +} | |
| 917 | + | |
| 918 | +#mainwp_managesites_content table.sites thead th, | |
| 919 | +#mainwp_users_table thead th { | |
| 920 | + padding: 0; | |
| 921 | +} | |
| 922 | + | |
| 923 | +#mainwp_managesites_content table.sites thead th .header-wrap, | |
| 924 | +#mainwp_users_table thead th .header-wrap { | |
| 925 | + min-height: 30px; | |
| 926 | + padding: 5px 0 0 5px; | |
| 927 | +} | |
| 928 | + | |
| 929 | +#mainwp_users_table th#avatar { | |
| 930 | + width: 65px; | |
| 931 | +} | |
| 932 | + | |
| 933 | +#mainwp_managesites_content table.sites thead th.sortable a, | |
| 934 | +#mainwp_managesites_content table.sites thead th.sorted a { | |
| 935 | + padding-top: 0; | |
| 936 | + padding-left: 0; | |
| 937 | +} | |
| 938 | + | |
| 939 | +#mainwp_users_main .password-input-wrapper input.regular-text { | |
| 940 | + width: 23.2em; | |
| 941 | +} | |
| 942 | + | |
| 943 | +.mainwp_config_box_left .password-input-wrapper input, | |
| 944 | +.mainwp_config_box_left #pass-strength-result { | |
| 945 | + width: 22em !important; | |
| 946 | +} | |
| 947 | + | |
| 948 | +#mainwp_managesites_content table th#wpcore_update, | |
| 949 | +#mainwp_managesites_content table th#plugin_update, | |
| 950 | +#mainwp_managesites_content table th#theme_update { | |
| 951 | + width: 50px; | |
| 952 | + text-align: center; | |
| 953 | +} | |
| 954 | + | |
| 955 | +#mainwp_users_main .form-table#user-profile textarea { | |
| 956 | + margin-bottom: 6px; | |
| 957 | + width: 500px; | |
| 958 | +} | |
| 959 | + | |
| 1139 | 960 | #mainwp-table-overflow table th { |
| 1140 | 961 | z-index: 998 !important; |
| 1141 | 962 | } |
| 1142 | 963 | |
| @@ -1147,8 +968,13 @@ | ||
| 1147 | 968 | #mainwp-table-overflow table tr td:nth-child(1) { |
| 1148 | 969 | z-index: 997 !important; |
| 1149 | 970 | } |
| 1150 | 971 | |
| 972 | +div.pw-wrap.form-invalid { | |
| 973 | + padding: 5px; | |
| 974 | + border: 1px dashed #dc3232; | |
| 975 | +} | |
| 976 | + | |
| 1151 | 977 | span.http-ok-status { |
| 1152 | 978 | display: none; |
| 1153 | 979 | } |
| 1154 | 980 | |
| @@ -1185,9 +1011,8 @@ | ||
| 1185 | 1011 | } |
| 1186 | 1012 | |
| 1187 | 1013 | .mainwp-ui-leftmenu.mainwp-ui-page #wpcontent { |
| 1188 | 1014 | margin-left: 0; |
| 1189 | - padding-left: 0; | |
| 1190 | 1015 | } |
| 1191 | 1016 | |
| 1192 | 1017 | #wpcontent h2 { |
| 1193 | 1018 | display: block; |
| @@ -1224,10 +1049,10 @@ | ||
| 1224 | 1049 | |
| 1225 | 1050 | /* to fix css issue */ |
| 1226 | 1051 | #mainwp-emails-settings-table.dataTable.table td span, |
| 1227 | 1052 | #mainwp-emails-settings-table.dataTable.table th span, |
| 1228 | -.mainwp-manage-wpsites-table.dataTable.table td span, | |
| 1229 | -.mainwp-manage-wpsites-table.dataTable.table th span { | |
| 1053 | +#mainwp-manage-sites-table.dataTable.table td span, | |
| 1054 | +#mainwp-manage-sites-table.dataTable.table th span { | |
| 1230 | 1055 | -webkit-box-sizing: border-box !important; |
| 1231 | 1056 | box-sizing: border-box !important; |
| 1232 | 1057 | } |
| 1233 | 1058 | |
| @@ -1277,14 +1102,14 @@ | ||
| 1277 | 1102 | } |
| 1278 | 1103 | |
| 1279 | 1104 | |
| 1280 | 1105 | th .sort.icon, |
| 1281 | -th .up.icon, | |
| 1282 | -th .down.icon { | |
| 1106 | +.up.icon, | |
| 1107 | +.down.icon { | |
| 1283 | 1108 | float: right; |
| 1284 | 1109 | } |
| 1285 | 1110 | |
| 1286 | -.trigger-handle-arrow .icon { | |
| 1111 | +.trigger-handle-arrow .icon{ | |
| 1287 | 1112 | float: left; |
| 1288 | 1113 | } |
| 1289 | 1114 | |
| 1290 | 1115 | #mainwp-themes-content td.child-active { |
| @@ -1289,130 +1114,4 @@ | ||
| 1289 | 1114 | |
| 1290 | 1115 | #mainwp-themes-content td.child-active { |
| 1291 | 1116 | background: #e3ffa7 !important; |
| 1292 | 1117 | } |
| 1293 | - | |
| 1294 | - | |
| 1295 | - | |
| 1296 | -.mainwp_selected_sites_item.item.warning label { | |
| 1297 | - color: red; | |
| 1298 | -} | |
| 1299 | - | |
| 1300 | -.settings-field-icon-indicator { | |
| 1301 | - margin-left: -12px !important; | |
| 1302 | - display: none !important; | |
| 1303 | -} | |
| 1304 | - | |
| 1305 | -.settings-field-icon-indicator.visible-indicator { | |
| 1306 | - display: inline-block !important; | |
| 1307 | -} | |
| 1308 | - | |
| 1309 | -.category-select-item-sub1 { | |
| 1310 | - padding-left: 35px !important; | |
| 1311 | -} | |
| 1312 | - | |
| 1313 | -.category-select-item-sub2 { | |
| 1314 | - padding-left: 45px !important; | |
| 1315 | -} | |
| 1316 | - | |
| 1317 | -.category-select-item-sub3 { | |
| 1318 | - padding-left: 65px !important; | |
| 1319 | -} | |
| 1320 | - | |
| 1321 | -.category-select-item-sub4 { | |
| 1322 | - padding-left: 85px !important; | |
| 1323 | -} | |
| 1324 | - | |
| 1325 | -.category-select-item-sub5 { | |
| 1326 | - padding-left: 105px !important; | |
| 1327 | -} | |
| 1328 | - | |
| 1329 | -.mainwp-get-started-widget-check-lists .item { | |
| 1330 | - line-height: 2rem !important; | |
| 1331 | -} | |
| 1332 | - | |
| 1333 | -.mainwp-ui .qq-upload-drop-area { | |
| 1334 | - min-width: 100%; | |
| 1335 | - padding: 50px; | |
| 1336 | - margin-top: 20px; | |
| 1337 | - border: 5px dashed #999999 !important; | |
| 1338 | - display: none; | |
| 1339 | -} | |
| 1340 | - | |
| 1341 | -.mainwp-get-started-widget-check-lists .item .content { | |
| 1342 | - width: auto !important; | |
| 1343 | -} | |
| 1344 | - | |
| 1345 | -#mainw_managesites_add_edit_site_upload_custom_icon, | |
| 1346 | -#mainwp_add_edit_client_upload_custom_icon, | |
| 1347 | -.mainwp_add_edit_contact_upload_custom_icon { | |
| 1348 | - margin-left: 30px !important; | |
| 1349 | -} | |
| 1350 | - | |
| 1351 | -.qq-upload-completed .qq-upload-cancel, | |
| 1352 | -.qq-upload-completed .qq-upload-percent { | |
| 1353 | - display: none !important; | |
| 1354 | -} | |
| 1355 | - | |
| 1356 | -#mainwp-install-themes .qq-upload-success .qq-upload-add-to-favorites, | |
| 1357 | -#mainwp-install-plugins .qq-upload-success .qq-upload-add-to-favorites { | |
| 1358 | - display: inline-block !important; | |
| 1359 | - /* display on those pages, hide on other extension pages. */ | |
| 1360 | -} | |
| 1361 | - | |
| 1362 | -.mainwp-sites-select-deselect-button { | |
| 1363 | - border: none !important; | |
| 1364 | - box-shadow: none !important; | |
| 1365 | - background-color: inherit !important; | |
| 1366 | -} | |
| 1367 | - | |
| 1368 | -.mainwp-sites-select-deselect-button:hover { | |
| 1369 | - background-color: inherit !important; | |
| 1370 | -} | |
| 1371 | - | |
| 1372 | -#mainwp-first-level-navigation-menu #leftbar-item-quick-setup { | |
| 1373 | - padding-left: 5px !important; | |
| 1374 | - padding-right: 5px !important; | |
| 1375 | -} | |
| 1376 | - | |
| 1377 | -#mainwp-first-level-navigation-menu #leftbar-item-quick-setup i, | |
| 1378 | -#mainwp-first-level-navigation-menu #leftbar-item-quick-setup span { | |
| 1379 | - color: #1c1d1b !important; | |
| 1380 | -} | |
| 1381 | - | |
| 1382 | -.mainwp-default-theme #mainwp-first-level-navigation-menu #leftbar-item-quick-setup i, | |
| 1383 | -.mainwp-default-theme #mainwp-first-level-navigation-menu #leftbar-item-quick-setup span { | |
| 1384 | - color: var(--grey-dark) !important; | |
| 1385 | -} | |
| 1386 | -.mainwp-ui tr.selected.none-selected-color > *{ | |
| 1387 | - box-shadow: none !important; | |
| 1388 | -} | |
| 1389 | -.ui.popup:has(> .mainwp-html-popup-body){ | |
| 1390 | - background-color: black !important; | |
| 1391 | - color: white !important; | |
| 1392 | - max-width: 600px !important; | |
| 1393 | - border: none !important; | |
| 1394 | - box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2) !important; | |
| 1395 | - flex: 0 0 auto; | |
| 1396 | - border-radius: 0.28571429rem !important; | |
| 1397 | - -webkit-user-select: text; | |
| 1398 | - -ms-user-select: text; | |
| 1399 | - user-select: text; | |
| 1400 | - will-change: top, left, margin, transform, opacity; | |
| 1401 | - outline: none; | |
| 1402 | - animation-duration: .1s; | |
| 1403 | -} | |
| 1404 | -.ui.popup:has(> .mainwp-html-popup-body)::before{ | |
| 1405 | - background-color: black !important; | |
| 1406 | -} | |
| 1407 | - | |
| 1408 | - | |
| 1409 | -.mainwp-module-cost-tracker-select-custom-product-types-icons input.search { | |
| 1410 | - max-width: 160px !important; | |
| 1411 | -} | |
| 1412 | -#mainwp-posting-running, | |
| 1413 | -#mainwp-publish-dimmer{ | |
| 1414 | - height: 100vh; | |
| 1415 | -} | |
| 1416 | -#plugin-information-footer{ | |
| 1417 | - display: none !important; | |
| 1418 | -} | |