Fix layout of loading box

This commit is contained in:
madd15
2015-03-18 16:01:48 +10:30
parent 139d206413
commit c8bf26a3b3

View File

@@ -213,15 +213,16 @@ table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
top: 50%;
left: 50%;
width: 250px;
height: 30px;
height: 50px;
margin-left: -125px;
margin-top: -15px;
padding: 14px 0 2px 0;
border: 1px solid #ddd;
text-align: center;
color: #999;
font-size: 14px;
background-color: white;
font-size: 16px;
background-color: #FFF;
z-index: 1;
}