/** * Activity Log Styles * */ td.code.column-code a { display: block; } .column-read, .column-more, .column-data { width: 40px; } .column-type { width: 87px; } .column-code { width: 53px; } .column-crtd { width: 125px; } .column-user { width: 160px; } .column-site { width: 100px; } td.column-user { font-size: 75% !important; } .column-user img { float: left; margin-right: 4px; } .column-user img.avatar { border-radius: 50px; } .wsal-system-icon { width: 32px; font-size: 32px; height: 32px; margin-right: 4px; } .column-scip { width: 120px; } .log-type { cursor: help; } .log-type:after { display: block; width: 16px; height: 16px; color: #FFF; font-weight: bold; font-size: 11px; line-height: 17px; background: #CCC; text-align: center; border-radius: 32px; margin-left: 8px; } /* errors */ .log-type-0:after, .log-type-1:after, .log-type-4:after, .log-type-16:after, .log-type-64:after, .log-type-256:after, .log-type-4096:after, .log-type-E_CRITICAL:after { background: #c9302c; content: "!"; } /* warnings */ .log-type-2:after, .log-type-32:after, .log-type-128:after, .log-type-512:after { background: #ec971f; content: "!"; } /* notices/strict/deprecation */ .log-type-8:after, .log-type-1024:after, .log-type-2048:after, .log-type-8192:after, .log-type-16384:after, .log-type-E_DEBUG:after { background: #ec0; content: "i"; } .log-disable .disable { margin-left: 12px; } .more-info { display: block; width: 16px; height: 16px; color: #FFF; font-weight: bold; font-size: 13px; line-height: 9px; text-align: center; border-radius: 32px; background: #AAA; } .more-info:hover { color: #FFF; background: #333; } .mwp-ssas { vertical-align: top; } .mwp-ipp, .mwp-ssa { display: inline-block; color: #555; line-height: 30px; font-size: 12px; } .mwp-ipp select { margin-bottom: 6px; width: 56px; } .mwpal-wcs-container { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; margin-bottom: 10px; } #mwpal-wcs-al, #mwpal-wcs { -ms-flex-preferred-size: 250px; flex-basis: 250px; } #mwpal-wcs-al p, #mwpal-wcs p { min-height: 63px; } #mwpal-wcs-btns a { display: block; } #mwpal-wcs-btns a .dashicons { width: 10px; font-size: 13px; vertical-align: middle; margin-top: 3px; } .sites-container { height: 250px; border: 1px solid #dddddd; padding: 5px; margin-top: 5px; background: #fff; overflow-y: scroll; } .sites-container span { display: block; margin-bottom: 2px; } .sites-container label { display: block; padding: 5px; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .sites-container label:hover { background: #f1f1f1; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .sites-container input[type=checkbox] { display: none; } .sites-container input[type=checkbox]:checked + label { background: #f1f1f1; } #mwpal-event-loader, #mwpal-auditlog-end { text-align: center; } #mwpal-auditlog-end { display: none; } .mwpal-lds-ellipsis { display: inline-block; position: relative; width: 64px; height: 64px; } .mwpal-lds-ellipsis div { position: absolute; top: 27px; width: 11px; height: 11px; border-radius: 50%; background: #009344; -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0); animation-timing-function: cubic-bezier(0, 1, 1, 0); } .mwpal-lds-ellipsis div:nth-child(1) { left: 6px; -webkit-animation: mwpal-lds-ellipsis1 0.6s infinite; animation: mwpal-lds-ellipsis1 0.6s infinite; } .mwpal-lds-ellipsis div:nth-child(2) { left: 6px; -webkit-animation: mwpal-lds-ellipsis2 0.6s infinite; animation: mwpal-lds-ellipsis2 0.6s infinite; } .mwpal-lds-ellipsis div:nth-child(3) { left: 26px; -webkit-animation: mwpal-lds-ellipsis2 0.6s infinite; animation: mwpal-lds-ellipsis2 0.6s infinite; } .mwpal-lds-ellipsis div:nth-child(4) { left: 45px; -webkit-animation: mwpal-lds-ellipsis3 0.6s infinite; animation: mwpal-lds-ellipsis3 0.6s infinite; } @-webkit-keyframes mwpal-lds-ellipsis1 { 0% { -webkit-transform: scale(0); transform: scale(0); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes mwpal-lds-ellipsis1 { 0% { -webkit-transform: scale(0); transform: scale(0); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes mwpal-lds-ellipsis3 { 0% { -webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(0); transform: scale(0); } } @keyframes mwpal-lds-ellipsis3 { 0% { -webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(0); transform: scale(0); } } @-webkit-keyframes mwpal-lds-ellipsis2 { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 100% { -webkit-transform: translate(19px, 0); transform: translate(19px, 0); } } @keyframes mwpal-lds-ellipsis2 { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 100% { -webkit-transform: translate(19px, 0); transform: translate(19px, 0); } }