| @@ -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,115 @@ | ||
| 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; | |
| 135 | + margin-bottom: -1px; | |
| 180 | 136 | } |
| 181 | 137 | |
| 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; | |
| 187 | -} | |
| 138 | +#mainwp-page-navigation-wrapper .ui.secondary.pointing.menu .item { | |
| 139 | + overflow-x: auto; | |
| 140 | + overflow-y: hidden; | |
| 141 | + margin-bottom: 0px; | |
| 142 | + } | |
| 188 | 143 | |
| 189 | -.mainwp-individual-site-view #mainwp-page-navigation-wrapper .mainwp-page-navigation .item { | |
| 190 | - padding: 0.92857143em 1.14285714em !important; | |
| 144 | +.mainwp-page-navigation { | |
| 145 | + border-bottom-width: 2px !important; | |
| 191 | 146 | } |
| 192 | 147 | |
| 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 | 148 | /* Menu */ |
| 247 | 149 | |
| 248 | -#mainwp-main-navigation-container { | |
| 249 | - display: flex; | |
| 250 | - flex-direction: row; | |
| 251 | - background-color: #3E3F3D; | |
| 252 | - width: 272px; | |
| 253 | - max-width: 272px; | |
| 150 | +.mainwp-nav-wrap { | |
| 151 | + background: #1c1d1b; | |
| 152 | + width: 200px; | |
| 254 | 153 | position: fixed; |
| 255 | 154 | left: 0; |
| 256 | - top: 58px; | |
| 155 | + top: 0; | |
| 257 | 156 | 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; | |
| 287 | 157 | z-index: 9999 !important; |
| 288 | 158 | } |
| 289 | 159 | |
| 290 | -#mainwp-first-level-navigation-menu { | |
| 291 | - margin-top: 0; | |
| 292 | - flex-grow: 1; | |
| 293 | - border-radius: 0px; | |
| 294 | - min-height: 420px; | |
| 160 | +.mainwp-nav-wrap #mainwp-logo { | |
| 161 | + height: 35px; | |
| 162 | + margin: .92857143em 1.14285714em; | |
| 295 | 163 | } |
| 296 | 164 | |
| 297 | -#mainwp-first-level-navigation-menu .item.active { | |
| 298 | - background: #3E3F3D; | |
| 165 | +.mainwp-nav-wrap #mainwp-version-label { | |
| 166 | + z-index: 9999 !important; | |
| 299 | 167 | } |
| 300 | 168 | |
| 301 | -#mainwp-first-level-navigation-menu .item.active .icon, | |
| 302 | -#mainwp-first-level-navigation-menu .item.active .text { | |
| 303 | - color: #7fb100; | |
| 169 | +.mainwp-nav-menu .ui.accordion.menu .item:hover, | |
| 170 | +.mainwp-nav-menu .ui.accordion.menu .item.active { | |
| 171 | + background: rgba(255, 255, 255, .15); | |
| 304 | 172 | } |
| 305 | 173 | |
| 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; | |
| 174 | +.mainwp-nav-menu .item-wp-admin { | |
| 334 | 175 | 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; | |
| 176 | + position: fixed !important; | |
| 177 | + bottom: 0; | |
| 178 | + z-index: 9999; | |
| 179 | + background-color: #1c1d1b !important; | |
| 180 | + box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.15); | |
| 340 | 181 | } |
| 341 | 182 | |
| 342 | 183 | #mainwp-main-menu { |
| 343 | - width: 100%; | |
| 344 | - background: #3E3F3D !important; | |
| 184 | + max-height: 85vh; | |
| 185 | + overflow-y: scroll; | |
| 186 | + z-index: 9999 !important; | |
| 345 | 187 | } |
| 346 | 188 | |
| 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; | |
| 189 | +#mainwp-main-menu #menu-item-extensions .content.menu { | |
| 190 | + max-height: 200px !important; | |
| 191 | + overflow-y: scroll; | |
| 352 | 192 | } |
| 353 | 193 | |
| 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; | |
| 194 | +#mainwp-main-menu .mainwp-top-level-menu-item-label { | |
| 195 | + float: none; | |
| 196 | + display: inline; | |
| 378 | 197 | margin-left: 10px; |
| 379 | - margin-top: 5px; | |
| 198 | + padding: 3px 5px; | |
| 199 | + font-size: 8px; | |
| 380 | 200 | } |
| 381 | 201 | |
| 382 | -.mainwp-main-mobile-navigation-container { | |
| 383 | - background-color: #1c1d1b; | |
| 384 | - display: none; | |
| 385 | -} | |
| 202 | +/* Extensions sub-submenu */ | |
| 386 | 203 | |
| 387 | -.mainwp-main-mobile-navigation-container .item.active { | |
| 388 | - background: rgba(255, 255, 255, 0.08) !important; | |
| 204 | +.mainwp-sub-submenu { | |
| 205 | + margin: 0 !important; | |
| 206 | + border-radius: 0 !important; | |
| 389 | 207 | } |
| 390 | 208 | |
| 391 | -.mainwp-ui #mainwp-main-navigation-container.hoverli { | |
| 392 | - background-color: #1c1d1b !important; | |
| 393 | -} | |
| 209 | +/* Widgets */ | |
| 394 | 210 | |
| 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; | |
| 211 | +#mainwp-grid-left { | |
| 212 | + padding-right: 5px; | |
| 409 | 213 | } |
| 410 | 214 | |
| 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; | |
| 215 | +#mainwp-grid-middle { | |
| 216 | + padding-right: 5px; | |
| 217 | + padding-left: 5px; | |
| 426 | 218 | } |
| 427 | 219 | |
| 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; | |
| 220 | +#mainwp-grid-right { | |
| 221 | + padding-left: 5px; | |
| 441 | 222 | } |
| 442 | 223 | |
| 443 | -#mainwp-main-menu .icon { | |
| 444 | - color: #fff !important; | |
| 224 | +.mainwp-widget .handle-drag { | |
| 225 | + cursor: move !important; | |
| 445 | 226 | } |
| 446 | 227 | |
| 447 | -/* Widgets */ | |
| 448 | - | |
| 449 | - | |
| 450 | -.mainwp-widget { | |
| 228 | +.mainwp-widget.segment { | |
| 451 | 229 | border: 1px solid #dadada !important; |
| 452 | - margin: none !important; | |
| 453 | 230 | } |
| 454 | 231 | |
| 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 | 232 | /* Sidebar */ |
| 597 | 233 | |
| 598 | 234 | .mainwp-select-sites, |
| 599 | 235 | .mainwp-search-options, |
| @@ -600,18 +236,8 @@ | ||
| 600 | 236 | .mainwp-search-submit { |
| 601 | 237 | padding: 10px; |
| 602 | 238 | } |
| 603 | 239 | |
| 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 | 240 | /* Select Sites */ |
| 615 | 241 | |
| 616 | 242 | #mainwp-select-sites-body { |
| 617 | 243 | height: 220px; |
| @@ -618,9 +244,10 @@ | ||
| 618 | 244 | overflow: auto; |
| 619 | 245 | } |
| 620 | 246 | |
| 621 | 247 | #mainwp-select-sites-select-all-actions { |
| 622 | - background: #dadada; | |
| 248 | + background: #f9fafb; | |
| 249 | + padding: 12px 5px; | |
| 623 | 250 | border-bottom: 1px solid #dadada; |
| 624 | 251 | margin-top: 0; |
| 625 | 252 | } |
| 626 | 253 | |
| @@ -627,63 +254,41 @@ | ||
| 627 | 254 | #mainwp-select-sites-select-all-actions .item { |
| 628 | 255 | cursor: pointer; |
| 629 | 256 | } |
| 630 | 257 | |
| 631 | -.mainwp-modal-content #mainwp-select-sites-select-all-actions { | |
| 632 | - margin-left: auto; | |
| 633 | - margin-right: auto; | |
| 634 | -} | |
| 635 | - | |
| 636 | 258 | #mainwp-select-sites-list .item label .url { |
| 637 | 259 | display: none; |
| 638 | 260 | } |
| 639 | 261 | |
| 640 | 262 | .mainwp-sub-header #mainwp-filter-sites-group .default.text, |
| 641 | -.mainwp-sub-header #mainwp-filter-clients .default.text { | |
| 642 | - overflow: visible !important; | |
| 263 | +.mainwp-sub-header #mainwp-filter-clients .default.text{ | |
| 264 | + overflow: visible !important; | |
| 643 | 265 | } |
| 644 | 266 | |
| 645 | 267 | /* Tables */ |
| 646 | 268 | |
| 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); | |
| 269 | +.mainwp-ui table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, | |
| 270 | +.mainwp-ui table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before { | |
| 271 | + background-color: rgba(0, 0, 0, 0.3); | |
| 650 | 272 | } |
| 651 | 273 | |
| 652 | 274 | |
| 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); | |
| 275 | +.mainwp-ui table.dataTable.dtr-inline.collapsed > tbody > tr.parent.dt-hasChild > td.dtr-control::before, | |
| 276 | +.mainwp-ui table.dataTable.dtr-inline.collapsed > tbody > tr.parent.dt-hasChild > th.dtr-control::before { | |
| 277 | + background-color: rgba(0, 0, 0, 0.6); | |
| 656 | 278 | } |
| 657 | 279 | |
| 658 | 280 | .mainwp-ui table ul.dtr-details { |
| 659 | - width: 100% !important; | |
| 281 | + width: 100% !important; | |
| 660 | 282 | } |
| 661 | 283 | |
| 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 | 284 | /* Manage Sites Table */ |
| 672 | 285 | |
| 673 | -table.mainwp-manage-wpsites-table { | |
| 286 | +table#mainwp-manage-sites-table { | |
| 674 | 287 | margin: 0; |
| 675 | 288 | } |
| 676 | 289 | |
| 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 { | |
| 290 | +table#mainwp-manage-sites-table .error a { | |
| 686 | 291 | text-decoration: none; |
| 687 | 292 | } |
| 688 | 293 | |
| 689 | 294 | #mainwp-manage-sites-content.segment { |
| @@ -689,23 +294,9 @@ | ||
| 689 | 294 | #mainwp-manage-sites-content.segment { |
| 690 | 295 | padding-top: 1em; |
| 691 | 296 | } |
| 692 | 297 | |
| 693 | -/* Manage Cliens Table */ | |
| 694 | 298 | |
| 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 | 299 | /* Manage Groups */ |
| 709 | 300 | |
| 710 | 301 | #mainwp-manage-groups .mainwp-group-sites-row .list { |
| 711 | 302 | max-height: 200px; |
| @@ -736,65 +327,56 @@ | ||
| 736 | 327 | |
| 737 | 328 | /* Manaage Plugins & Themes */ |
| 738 | 329 | |
| 739 | 330 | .ui.accordion.mainwp-manage-plugin-item, |
| 740 | -.ui.accordion.mainwp-manage-theme-item { | |
| 741 | - border-bottom: 1px solid rgba(34, 36, 38, 0.1); | |
| 331 | +.ui.accordion.mainwp-manage-theme-item{ | |
| 332 | + border-bottom: 1px solid rgba( 34, 36, 38, 0.1 ); | |
| 742 | 333 | } |
| 743 | 334 | |
| 744 | 335 | .ui.accordion.mainwp-manage-plugin-item .title, |
| 745 | 336 | .ui.accordion.mainwp-manage-theme-item .title { |
| 746 | - cursor: default !important; | |
| 337 | + cursor: default !important; | |
| 747 | 338 | } |
| 748 | - | |
| 749 | 339 | .ui.accordion.mainwp-manage-plugin-item .title.active, |
| 750 | 340 | .ui.accordion.mainwp-manage-theme-item .title.active { |
| 751 | - background: #fafafa; | |
| 341 | + background: #fafafa; | |
| 752 | 342 | } |
| 753 | 343 | |
| 754 | 344 | .ui.accordion.mainwp-manage-plugin-item .title .dropdown, |
| 755 | 345 | .ui.accordion.mainwp-manage-theme-item .title .dropdown { |
| 756 | - cursor: pointer !important; | |
| 346 | + cursor: pointer !important; | |
| 757 | 347 | } |
| 758 | 348 | |
| 759 | 349 | .mainwp-manage-plugin-item:nth-last-of-type(1), |
| 760 | 350 | .mainwp-manage-theme-item:nth-last-of-type(1) { |
| 761 | - border-bottom: none !important; | |
| 351 | + border-bottom: none !important; | |
| 762 | 352 | } |
| 763 | 353 | |
| 764 | 354 | .mainwp-manage-plugin-item .content, |
| 765 | 355 | .mainwp-manage-theme-item .content { |
| 766 | - padding: 2em 1em !important; | |
| 356 | + padding: 2em 1em !important; | |
| 767 | 357 | } |
| 768 | 358 | |
| 769 | 359 | .mainwp-manage-plugin-item .content.active, |
| 770 | 360 | .mainwp-manage-theme-item .content.active { |
| 771 | - background: #fafafa; | |
| 361 | + background: #fafafa; | |
| 772 | 362 | } |
| 773 | 363 | |
| 774 | 364 | .mainwp-manage-plugin-item-website, |
| 775 | 365 | .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; | |
| 366 | + border-bottom: 1px solid rgba( 34, 36, 38, 0.1 ); | |
| 367 | + border-top: 1px solid rgba( 34, 36, 38, 0.1 ); | |
| 368 | + background: #fafafa; | |
| 369 | + padding: 1em; | |
| 370 | + margin: 0 0 -1px !important; | |
| 781 | 371 | } |
| 782 | 372 | |
| 783 | 373 | |
| 784 | -/* Manage Extensions */ | |
| 374 | +/* Manaage Extensions */ | |
| 785 | 375 | |
| 786 | -#mainwp-manage-extensions.ui.segment { | |
| 787 | - padding: 0px; | |
| 788 | -} | |
| 789 | - | |
| 790 | -#mainwp-manage-extensions .mainwp-main-content { | |
| 791 | - padding: 1em; | |
| 792 | -} | |
| 793 | - | |
| 794 | 376 | .mainwp-disabled-extension .header, |
| 795 | -.mainwp-disabled-extension .content:not(.extra) { | |
| 796 | - opacity: 0.7; | |
| 377 | +.mainwp-disabled-extension .content:not( .extra ) { | |
| 378 | + opacity: 0.7; | |
| 797 | 379 | } |
| 798 | 380 | |
| 799 | 381 | /* temporary */ |
| 800 | 382 | .hidden.divider { |
| @@ -809,12 +391,8 @@ | ||
| 809 | 391 | .main-content { |
| 810 | 392 | width: calc(100% - 302.5px); |
| 811 | 393 | } |
| 812 | 394 | |
| 813 | -.mainwp-ui .ui.message .header { | |
| 814 | - color: #333333; | |
| 815 | -} | |
| 816 | - | |
| 817 | 395 | /* WP UI Fixes */ |
| 818 | 396 | |
| 819 | 397 | .mainwp-ui #wpbody-content { |
| 820 | 398 | padding-bottom: 0; |
| @@ -819,16 +397,8 @@ | ||
| 819 | 397 | .mainwp-ui #wpbody-content { |
| 820 | 398 | padding-bottom: 0; |
| 821 | 399 | } |
| 822 | 400 | |
| 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 | 401 | .mainwp-ui #wp-content-editor-tools { |
| 832 | 402 | background-color: #fff !important; |
| 833 | 403 | } |
| 834 | 404 | |
| @@ -835,38 +405,37 @@ | ||
| 835 | 405 | .mainwp-ui .wrap { |
| 836 | 406 | margin: 0 0 0 200px; |
| 837 | 407 | } |
| 838 | 408 | |
| 409 | +.mainwp-ui .mainwp-nav-wrap.hoverli { | |
| 410 | + background-color: #1c1d1b !important; | |
| 411 | +} | |
| 412 | + | |
| 413 | +.mainwp-ui .mainwp-nav-wrap.hoverli .label { | |
| 414 | + color: #ffffff !important; | |
| 415 | +} | |
| 416 | + | |
| 839 | 417 | .mainwp-hidden { |
| 840 | - display: none !important; | |
| 418 | + display:none!important; | |
| 841 | 419 | } |
| 842 | 420 | |
| 843 | 421 | .mainwp-ui .ui.disabled.checkbox label a, |
| 844 | -.mainwp-ui .ui.checkbox input[disabled]~label a { | |
| 845 | - pointer-events: auto !important; | |
| 422 | +.mainwp-ui .ui.checkbox input[disabled] ~ label a { | |
| 423 | + pointer-events: auto !important; | |
| 846 | 424 | } |
| 847 | 425 | |
| 848 | 426 | |
| 849 | 427 | .mainwp-ui #mainwp-security-issues-table tfoot input { |
| 850 | - width: auto !important; | |
| 428 | + width: auto !important; | |
| 851 | 429 | } |
| 852 | 430 | |
| 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 | 431 | |
| 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 | 432 | /* END V4 |
| 867 | 433 | ********************************************************************************/ |
| 868 | 434 | |
| 435 | +.mainwp-action-row { | |
| 436 | + min-height: 20px; | |
| 437 | +} | |
| 869 | 438 | |
| 870 | 439 | .mainwp-notice { |
| 871 | 440 | margin: 5px 0 15px; |
| 872 | 441 | padding: .6em; |
| @@ -944,13 +513,33 @@ | ||
| 944 | 513 | font-size: 18px; |
| 945 | 514 | line-height: 18px; |
| 946 | 515 | } |
| 947 | 516 | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 948 | 520 | .backup_run_loading { |
| 949 | 521 | display: none; |
| 950 | 522 | } |
| 951 | 523 | |
| 952 | 524 | |
| 525 | +.mainwp-tabs { | |
| 526 | + margin-top: 2em; | |
| 527 | + border-bottom: 1px solid #e5e5e5; | |
| 528 | + margin-bottom: 0; | |
| 529 | +} | |
| 530 | + | |
| 531 | +.mainwp_checkboxes { | |
| 532 | + -webkit-column-count: 3; | |
| 533 | + -moz-column-count: 3; | |
| 534 | + column-count: 3; | |
| 535 | + margin: 1em 0 2em; | |
| 536 | +} | |
| 537 | + | |
| 538 | +.mainwp-search-form { | |
| 539 | + width: auto; | |
| 540 | +} | |
| 541 | + | |
| 953 | 542 | .mainwp_managbackups_taskoptions { |
| 954 | 543 | width: auto; |
| 955 | 544 | } |
| 956 | 545 | |
| @@ -967,13 +556,42 @@ | ||
| 967 | 556 | display: none; |
| 968 | 557 | position: absolute; |
| 969 | 558 | background-color: #ECECEC; |
| 970 | 559 | background-color: white; |
| 560 | + /*border: 1px solid #CCC;*/ | |
| 971 | 561 | border-left: 0; |
| 972 | 562 | z-index: 9999; |
| 973 | 563 | } |
| 974 | 564 | |
| 565 | +#side-info-column { | |
| 566 | + width: 49%; | |
| 567 | +} | |
| 975 | 568 | |
| 569 | +.inner-sidebar #side-sortables { | |
| 570 | + width: 100%; | |
| 571 | +} | |
| 572 | + | |
| 573 | +.has-right-sidebar #post-body-content { | |
| 574 | + width: 49%; | |
| 575 | + margin-right: 390px; | |
| 576 | +} | |
| 577 | + | |
| 578 | +.has-right-sidebar #post-body { | |
| 579 | + margin-right: -50%; | |
| 580 | +} | |
| 581 | + | |
| 582 | +#post-body #normal-sortables { | |
| 583 | + width: 100%; | |
| 584 | +} | |
| 585 | + | |
| 586 | +li.hoverli { | |
| 587 | + -webkit-box-shadow: 0 1px 0 #dfdfdf, 0 -1px 0 #dfdfdf; | |
| 588 | + -moz-box-shadow: 0 1px 0 #dfdfdf, 0 -1px 0 #dfdfdf; | |
| 589 | + box-shadow: 0 1px 0 #dfdfdf, 0 -1px 0 #dfdfdf; | |
| 590 | + position: relative; | |
| 591 | + z-index: 9999; | |
| 592 | +} | |
| 593 | + | |
| 976 | 594 | #mainwp_posts_main, |
| 977 | 595 | #mainwp_posts_loading, |
| 978 | 596 | #mainwp_posts_error, |
| 979 | 597 | #mainwp_comments_main, |
| @@ -1001,13 +619,73 @@ | ||
| 1001 | 619 | .mainwp-hidden-field { |
| 1002 | 620 | display: none; |
| 1003 | 621 | } |
| 1004 | 622 | |
| 623 | +#pager { | |
| 624 | + top: 0; | |
| 625 | + position: inherit !important; | |
| 626 | +} | |
| 627 | + | |
| 628 | +.first, | |
| 629 | +.prev, | |
| 630 | +.next, | |
| 631 | +.last { | |
| 632 | + vertical-align: -5px; | |
| 633 | +} | |
| 634 | + | |
| 1005 | 635 | .row-actions-working { |
| 1006 | 636 | display: none; |
| 1007 | 637 | padding: 2px 0 0; |
| 1008 | 638 | } |
| 1009 | 639 | |
| 640 | + | |
| 641 | +.mainwp_plugins_content, | |
| 642 | +.mainwp_themes_content { | |
| 643 | + background: #f9f9f9; | |
| 644 | +} | |
| 645 | + | |
| 646 | +#mainwp_plugins_content .headcol, | |
| 647 | +#mainwp_themes_content .headcol { | |
| 648 | + width: 22em; | |
| 649 | +} | |
| 650 | + | |
| 651 | +#mainwp_plugins_content th.headcol, | |
| 652 | +#mainwp_themes_content th.headcol { | |
| 653 | + border-bottom: 0; | |
| 654 | +} | |
| 655 | + | |
| 656 | +#mainwp_plugins_content #mainwp-table-overflow, | |
| 657 | +#mainwp_themes_content #mainwp-table-overflow { | |
| 658 | + height: 720px; | |
| 659 | +} | |
| 660 | + | |
| 661 | +#mainwp_background-box { | |
| 662 | + min-height: 80vh; | |
| 663 | + height: 100%; | |
| 664 | + width: auto; | |
| 665 | + margin-top: 2em; | |
| 666 | + background: none; | |
| 667 | +} | |
| 668 | + | |
| 669 | +#mainwp_wrap-inside { | |
| 670 | + min-height: 80vh; | |
| 671 | + height: 100%; | |
| 672 | + margin-top: 0; | |
| 673 | + padding: 10px; | |
| 674 | + background: #fafafa; | |
| 675 | + border-top: none; | |
| 676 | + border-bottom: 1px solid #e5e5e5; | |
| 677 | + border-left: 1px solid #e5e5e5; | |
| 678 | + border-right: 1px solid #e5e5e5; | |
| 679 | + box-shadow: 0 1px 1px rgba(0, 0, 0, .04); | |
| 680 | + position: relative; | |
| 681 | +} | |
| 682 | + | |
| 683 | +#mainwp_wrap-inside.round-top { | |
| 684 | + clear: both; | |
| 685 | + border: 1px solid #e5e5e5 !important; | |
| 686 | +} | |
| 687 | + | |
| 1010 | 688 | .mainwp-table-container .wp-list-table thead th, |
| 1011 | 689 | .mainwp-table-container .wp-list-table tfoot th, |
| 1012 | 690 | #mainwp-table thead th, |
| 1013 | 691 | #mainwp-table tfoot th { |
| @@ -1017,8 +695,32 @@ | ||
| 1017 | 695 | #mainwp-tabs { |
| 1018 | 696 | clear: both; |
| 1019 | 697 | } |
| 1020 | 698 | |
| 699 | +#mainwp-tabs .nav-tab-active { | |
| 700 | + background: #fafafa; | |
| 701 | + border-top: 1px solid #7fb100 !important; | |
| 702 | + border-left: 1px solid #e5e5e5; | |
| 703 | + border-right: 1px solid #e5e5e5; | |
| 704 | + border-bottom: 1px solid #fafafa !important; | |
| 705 | + color: #7fb100; | |
| 706 | + margin-top: 1px; | |
| 707 | +} | |
| 708 | + | |
| 709 | +#mainwp-tabs .nav-tab { | |
| 710 | + border-top: 1px solid #e5e5e5; | |
| 711 | + border-left: 1px solid #e5e5e5; | |
| 712 | + border-right: 1px solid #e5e5e5; | |
| 713 | + border-bottom: 1px solid #e5e5e5; | |
| 714 | + padding: 10px 16px; | |
| 715 | + font-size: 14px; | |
| 716 | + text-transform: uppercase; | |
| 717 | + line-height: 16px; | |
| 718 | + font-weight: normal; | |
| 719 | + margin-left: 0; | |
| 720 | + margin-right: 10px; | |
| 721 | +} | |
| 722 | + | |
| 1021 | 723 | /* Enhance Wordpress Admin UI */ |
| 1022 | 724 | #adminmenuback, |
| 1023 | 725 | #adminmenuwrap, |
| 1024 | 726 | #adminmenu, |
| @@ -1057,10 +759,70 @@ | ||
| 1057 | 759 | color: #7fb100; |
| 1058 | 760 | } |
| 1059 | 761 | |
| 1060 | 762 | |
| 763 | +/* New Select Box Style */ | |
| 1061 | 764 | |
| 765 | +.mainwp_error { | |
| 766 | + display: none; | |
| 767 | + padding: .6em; | |
| 768 | + margin: 5px 0 2px; | |
| 769 | +} | |
| 1062 | 770 | |
| 771 | +.mainwp-tips .mainwp-dismiss { | |
| 772 | + float: right; | |
| 773 | +} | |
| 774 | + | |
| 775 | +/* Exclude Section */ | |
| 776 | + | |
| 777 | + | |
| 778 | +#download-server-information { | |
| 779 | + display: none; | |
| 780 | + margin: 10px 0; | |
| 781 | + padding: 0; | |
| 782 | + position: relative; | |
| 783 | +} | |
| 784 | + | |
| 785 | +#download-server-information textarea { | |
| 786 | + border-radius: 0; | |
| 787 | + font-family: monospace; | |
| 788 | + font-size: 12px; | |
| 789 | + height: 300px; | |
| 790 | + line-height: 20px; | |
| 791 | + margin: 0; | |
| 792 | + outline: 0 none; | |
| 793 | + padding: 20px; | |
| 794 | + resize: none; | |
| 795 | + width: 100%; | |
| 796 | + -moz-border-radius: 0; | |
| 797 | + -webkit-border-radius: 0; | |
| 798 | +} | |
| 799 | + | |
| 800 | +.mwp_close_srv_info { | |
| 801 | + display: none; | |
| 802 | + float: right; | |
| 803 | + margin: 5px 0; | |
| 804 | +} | |
| 805 | + | |
| 806 | +.mainwp-permission-error { | |
| 807 | + padding: 2em; | |
| 808 | + width: 70%; | |
| 809 | + margin: 4em auto; | |
| 810 | + background: #fff; | |
| 811 | + border: 1px Solid #e5e5e5; | |
| 812 | + font-size: 13px; | |
| 813 | + text-align: center; | |
| 814 | + color: #999; | |
| 815 | +} | |
| 816 | + | |
| 817 | +.mainwp-permission-error p { | |
| 818 | + font-size: 16px; | |
| 819 | + color: #333; | |
| 820 | +} | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 1063 | 825 | /* ACTION TABS */ |
| 1064 | 826 | .mainwp-browse-plugins .wp-filter { |
| 1065 | 827 | margin-top: 0 !important; |
| 1066 | 828 | } |
| @@ -1103,12 +865,41 @@ | ||
| 1103 | 865 | .plugin-update-tr .api-deactivate { |
| 1104 | 866 | background-color: #fcf3ef; |
| 1105 | 867 | } |
| 1106 | 868 | |
| 869 | +#plugin-information-footer { | |
| 870 | + display: none; | |
| 871 | +} | |
| 872 | + | |
| 873 | +.sync-ext-row .sync-options { | |
| 874 | + margin-left: 15px; | |
| 875 | +} | |
| 876 | + | |
| 877 | +.sync-ext-row { | |
| 878 | + margin: 5px 0; | |
| 879 | +} | |
| 880 | + | |
| 881 | + | |
| 1107 | 882 | #import_user_file_bulkupload { |
| 1108 | 883 | width: 230px !important; |
| 1109 | 884 | } |
| 1110 | 885 | |
| 886 | +body.show-upload-theme #mainwp_wrap-inside .upload-theme+.wp-filter, | |
| 887 | +body.show-upload-theme #mainwp_wrap-inside .upload-theme+.wp-filter+.mainwp-browse-themes { | |
| 888 | + display: none; | |
| 889 | +} | |
| 890 | + | |
| 891 | +body.show-upload-theme #mainwp_wrap-inside .upload-theme, | |
| 892 | +.mainwp_wrap-inside .upload-plugin { | |
| 893 | + display: block; | |
| 894 | +} | |
| 895 | + | |
| 896 | +#mainwp_wrap-inside .upload-plugin, | |
| 897 | +#mainwp_wrap-inside .upload-theme { | |
| 898 | + padding: 0 !important; | |
| 899 | +} | |
| 900 | + | |
| 901 | + | |
| 1111 | 902 | .mainwp-ui .plugin-update-tr .update-message p:before { |
| 1112 | 903 | color: #f56e28; |
| 1113 | 904 | content: "\f463"; |
| 1114 | 905 | margin-right: 6px; |
| @@ -1135,8 +926,54 @@ | ||
| 1135 | 926 | .mainwp-ui-leftmenu #wpfooter { |
| 1136 | 927 | margin-left: 240px; |
| 1137 | 928 | } |
| 1138 | 929 | |
| 930 | +.mainwp-no-extensions { | |
| 931 | + margin: 0 12px 12px; | |
| 932 | +} | |
| 933 | + | |
| 934 | +#mainwp_managesites_content table.sites thead th, | |
| 935 | +#mainwp_users_table thead th { | |
| 936 | + padding: 0; | |
| 937 | +} | |
| 938 | + | |
| 939 | +#mainwp_managesites_content table.sites thead th .header-wrap, | |
| 940 | +#mainwp_users_table thead th .header-wrap { | |
| 941 | + min-height: 30px; | |
| 942 | + padding: 5px 0 0 5px; | |
| 943 | +} | |
| 944 | + | |
| 945 | +#mainwp_users_table th#avatar { | |
| 946 | + width: 65px; | |
| 947 | +} | |
| 948 | + | |
| 949 | +#mainwp_managesites_content table.sites thead th.sortable a, | |
| 950 | +#mainwp_managesites_content table.sites thead th.sorted a { | |
| 951 | + padding-top: 0; | |
| 952 | + padding-left: 0; | |
| 953 | +} | |
| 954 | + | |
| 955 | +#mainwp_users_main .password-input-wrapper input.regular-text { | |
| 956 | + width: 23.2em; | |
| 957 | +} | |
| 958 | + | |
| 959 | +.mainwp_config_box_left .password-input-wrapper input, | |
| 960 | +.mainwp_config_box_left #pass-strength-result { | |
| 961 | + width: 22em !important; | |
| 962 | +} | |
| 963 | + | |
| 964 | +#mainwp_managesites_content table th#wpcore_update, | |
| 965 | +#mainwp_managesites_content table th#plugin_update, | |
| 966 | +#mainwp_managesites_content table th#theme_update { | |
| 967 | + width: 50px; | |
| 968 | + text-align: center; | |
| 969 | +} | |
| 970 | + | |
| 971 | +#mainwp_users_main .form-table#user-profile textarea { | |
| 972 | + margin-bottom: 6px; | |
| 973 | + width: 500px; | |
| 974 | +} | |
| 975 | + | |
| 1139 | 976 | #mainwp-table-overflow table th { |
| 1140 | 977 | z-index: 998 !important; |
| 1141 | 978 | } |
| 1142 | 979 | |
| @@ -1147,8 +984,13 @@ | ||
| 1147 | 984 | #mainwp-table-overflow table tr td:nth-child(1) { |
| 1148 | 985 | z-index: 997 !important; |
| 1149 | 986 | } |
| 1150 | 987 | |
| 988 | +div.pw-wrap.form-invalid { | |
| 989 | + padding: 5px; | |
| 990 | + border: 1px dashed #dc3232; | |
| 991 | +} | |
| 992 | + | |
| 1151 | 993 | span.http-ok-status { |
| 1152 | 994 | display: none; |
| 1153 | 995 | } |
| 1154 | 996 | |
| @@ -1185,9 +1027,8 @@ | ||
| 1185 | 1027 | } |
| 1186 | 1028 | |
| 1187 | 1029 | .mainwp-ui-leftmenu.mainwp-ui-page #wpcontent { |
| 1188 | 1030 | margin-left: 0; |
| 1189 | - padding-left: 0; | |
| 1190 | 1031 | } |
| 1191 | 1032 | |
| 1192 | 1033 | #wpcontent h2 { |
| 1193 | 1034 | display: block; |
| @@ -1224,10 +1065,10 @@ | ||
| 1224 | 1065 | |
| 1225 | 1066 | /* to fix css issue */ |
| 1226 | 1067 | #mainwp-emails-settings-table.dataTable.table td span, |
| 1227 | 1068 | #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 { | |
| 1069 | +#mainwp-manage-sites-table.dataTable.table td span, | |
| 1070 | +#mainwp-manage-sites-table.dataTable.table th span { | |
| 1230 | 1071 | -webkit-box-sizing: border-box !important; |
| 1231 | 1072 | box-sizing: border-box !important; |
| 1232 | 1073 | } |
| 1233 | 1074 | |
| @@ -1277,14 +1118,14 @@ | ||
| 1277 | 1118 | } |
| 1278 | 1119 | |
| 1279 | 1120 | |
| 1280 | 1121 | th .sort.icon, |
| 1281 | -th .up.icon, | |
| 1282 | -th .down.icon { | |
| 1122 | +.up.icon, | |
| 1123 | +.down.icon { | |
| 1283 | 1124 | float: right; |
| 1284 | 1125 | } |
| 1285 | 1126 | |
| 1286 | -.trigger-handle-arrow .icon { | |
| 1127 | +.trigger-handle-arrow .icon{ | |
| 1287 | 1128 | float: left; |
| 1288 | 1129 | } |
| 1289 | 1130 | |
| 1290 | 1131 | #mainwp-themes-content td.child-active { |
| @@ -1290,129 +1131,10 @@ | ||
| 1290 | 1131 | #mainwp-themes-content td.child-active { |
| 1291 | 1132 | background: #e3ffa7 !important; |
| 1292 | 1133 | } |
| 1293 | 1134 | |
| 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; | |
| 1135 | +.mainwp-ui #wpbody-content .notice.notice-success, | |
| 1136 | +.mainwp-ui #wpbody-content .notice.notice-info, | |
| 1137 | +.mainwp-ui #wpbody-content .notice.notice-error, | |
| 1138 | +.mainwp-ui #wpbody-content .notice.notice-warrning { | |
| 1139 | + margin-left: 190px !important; | |
| 1418 | 1140 | } |