| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/eadsa/plugins/editors/jce/libraries/css/ |
Upload File : |
/*Standard*/
select {
vertical-align: middle;
}
label {
vertical-align: middle;
}
label.disabled {
color: #ccc;
}
input {
vertical-align: middle;
}
input.checkbox {
}
.show {
display: block;
}
.hide {
display: none;
}
.visible {
visibility: visible;
}
.hidden {
visibility: hidden;
}
img {
border: 0;
}
.loader {
background: url(../img/load.gif) no-repeat;
width: 20px;
height: 20px;
display: block;
}
.mceAddSelectValue {
background-color: #DDDDDD;
}
dl.alert {
margin: 0px;
padding: 0px;
vertical-align: middle;
width: 100%;
}
dl.alert dt {
height: 20px;
margin: 0px;
padding: 3px 0px 0px 25px;
background: url(../img/icons.gif) no-repeat;
font-weight: bold;
}
dl.alert dt.alert{
background-position: 0 -20px;
}
dl.alert dt.info{
background-position: 0 -300px;
}
dl.alert dt.error {
background-position: 0 -340px;
}
dl.alert dd {
margin: 0px;
padding: 0px;
width: 80%;
}
/*End Standard*/
/* Dialog Form Elements */
div.mceMiddle div.formElm {
margin: 5px 0px;
}
.formElm label {
width: 20%;
display: block;
float: left;
clear: left;
line-height: 18px;
}
.formElm input, .formElm select {
float: left;
}
.formElm input {
width: 60%;
}
/* Tooltips */
label.hastip, span.hastip {
cursor: help;
border-bottom: 1px dashed #919B9C;
}
div.tooltip {
border: 1px solid #919B9C;
padding: 5px;
z-index: 13000;
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
div.tooltip div {
padding: 8px 2px 2px;
margin: -14px 0 0 0;
height: inherit;
}
div.tooltip h4 {
font-size: 1em;
font-weight: bold;
}
div.tooltip p {
margin: 0;
font-size: 0.9em;
}