TimeTrex Community Edition v16.2.0
This commit is contained in:
@ -0,0 +1,49 @@
|
||||
.no-result-div {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
/* Fallback for web browsers that doesn't support RGBa */
|
||||
background: rgb(0, 0, 0);
|
||||
/* RGBa with 0.6 opacity */
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
/* For IE 5.5 - 7*/
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
|
||||
/* For IE 8*/
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
|
||||
z-index: 2;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.no-result-div .message {
|
||||
color: #ffffff;
|
||||
display: block;
|
||||
font-size: 36px;
|
||||
font-weight: bold;
|
||||
height: 50px;
|
||||
left: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: -50px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
.dashlet .no-result-div .message {
|
||||
margin-top: -2%;
|
||||
}
|
||||
|
||||
.no-result-div .p-button {
|
||||
left: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
width: 75px;
|
||||
}
|
||||
|
||||
.no-result-div .ribbon-button .label {
|
||||
|
||||
}
|
Reference in New Issue
Block a user