CC-3360 : timeline css
This commit is contained in:
parent
f1d76443ab
commit
8af4f052e0
7 changed files with 41 additions and 20 deletions
|
@ -637,10 +637,6 @@ dl.inline-list dd {
|
|||
background-color:#c7c7c7;
|
||||
}
|
||||
|
||||
.datatable .show-builder-placeholder {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.datatable tr.even.selected td {
|
||||
background-color: #abcfe2;
|
||||
}
|
||||
|
@ -698,15 +694,30 @@ dl.inline-list dd {
|
|||
line-height:22px;
|
||||
}
|
||||
.dataTables_filter {
|
||||
margin:0 0 0 8px;
|
||||
margin:0 0 8px 8px;
|
||||
}
|
||||
.dataTables_filter .auto-search {
|
||||
width:55%;
|
||||
}
|
||||
.dt-process-rel {
|
||||
position: relative;
|
||||
}
|
||||
.dataTables_processing {
|
||||
font-size:11px;
|
||||
font-weight:normal;
|
||||
margin:2px 0 3px 8px;
|
||||
opacity: 1 !important;
|
||||
position: absolute;
|
||||
top: 100px;
|
||||
left: 10%;
|
||||
width: 80%;
|
||||
height: 50px;
|
||||
text-align: center;
|
||||
font-size:14px;
|
||||
font-weight:bold;
|
||||
padding-top: 40px;
|
||||
background: -moz-linear-gradient(top, #b2b2b2 0, #a2a2a2 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2b2b2), color-stop(100%, #a2a2a2));
|
||||
background: linear-gradient(top, #b2b2b2 0, #a2a2a2 100%);
|
||||
border: 1px solid #8F8F8F;
|
||||
color: #ffffff;
|
||||
}
|
||||
#library_display_wrapper .ui-widget-header:first-child {
|
||||
background:none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue