-
Marco Malavolti authoredMarco Malavolti authored
eccs.css 3.35 KiB
td.details-control {
background: url('./details_open.png') no-repeat center center;
cursor: pointer;
}
tr.shown td.details-control {
background: url('./details_close.png') no-repeat center center;
}
#lbl-error, #lbl-ok, #lbl-disabled, #lbl-unknown {
position: relative;
top: -1px;
padding: 5px;
color: black;
margin-left: 4px;
}
#lbl-error {
background-color: #EA3D3F;
}
#lbl-ok {
background-color: #72F81B;
}
#lbl-unknown {
background-color: #FFDB58;
}
#lbl-disabled {
margin-left: 2px;
}
#inner-table {
padding-left:40px;
background-color:white;
}
#inner-table tr td{
border: 0;
}
table {
color: black;
}
.eccs-central {
padding-left: 10px;
padding-right: 10px;
}
.strong {
font-weight: bold;
}
div#calendarGo {
float:right;
position: relative;
top: 2px;
}
button#goButton {
float:right;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 3px;
padding-top: 3px;
margin-left: 5px;
margin-top: 1px;
position: relative;
bottom: 1px;
}
input[type=checkbox] {
transform: scale(1.5);
}
#error, #ok, #disabled, #unknown {
position: relative;
bottom: -2px;
}
#datepicker {
padding: 3px;
}
* {
box-sizing: border-box;
}
.boxStatus {
float: left;
width: 50%;
padding: 5px;
}
.boxCalendar {
float: left;
width: 50%;
}
.clearfix::after {
content: "";
clear: both;
display: table;
}
/* CSS Rules for Mozilla Firefox */
@-moz-document url-prefix() {
div#calendarGo {
float:right;
position: relative;
top: 3px;
}
button#goButton {
float:right;
padding-right: 0;
padding-left: 0;
padding-bottom: 2px;
padding-top: 0;
margin-left: 5px;
position: relative;
bottom: 1px;
}
}
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted #ccc;
color: #004360;
}
.tooltip .tooltiptext {
visibility: hidden;
position: absolute;
background-color: #555;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
z-index: 1;
opacity: 0;
transition: opacity .6s;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.tooltip-top {
bottom: 125%;
left: 50%;
}
.tooltip-top::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.tooltip-ok {
width: 540px;
margin-left: -270px;
}
.tooltip-timeout {
width: 380px;
margin-left: -190px;
}
.tooltip-unable-to-check {
width: 170px;
margin-left: -83px;
}
.tooltip-connection-error {
width: 230px;
margin-left: -100px;
}
.tooltip-no-sp-metadata-error {
width: 400px;
margin-left: -200px;
}
.tooltip-idp-generic-error {
width: 180px;
margin-left: -84px;
}
.tooltip-403-forbidden {
width: 180px;
margin-left: -84px;
}
.tooltip-ssl-error {
width: 280px;
margin-left: -140px;
}
.tooltip-disabled {
width: 260px;
margin-left: -130px;
}
.loader {
background: url('./eccs-loading.gif') no-repeat center center;
position: absolute;
width: 100%;
height: 80%;
background-color: white;
padding-top: 150px;
padding-left: 50%;
z-index: 5;
opacity: 0.6;
display: none;
background-size: 100px 100px;
}