first commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.ft_container table { margin: 0px; margin: 0; outline-style: none; }
|
||||
|
||||
.ft_container table thead { -moz-user-select: none;-webkit-user-select: none;}
|
||||
.ft_container table tr th,
|
||||
.ft_container { overflow: hidden; }
|
||||
|
||||
.ft_rel_container { position: relative; overflow: hidden; border-width: 0px; width: 100%; height: 100%; }
|
||||
|
||||
.ft_r, .ft_rc { background-image: none; }
|
||||
.ft_rc { position: absolute; z-index: 1005; margin: 0 !important }
|
||||
.ft_r, .ft_c { position: relative; }
|
||||
|
||||
.ft_rwrapper, .ft_cwrapper { overflow: hidden; position: absolute; z-index: 1001; border-width: 0px; padding: 0px; margin: 0px; }
|
||||
/*.ft_rwrapper { width: 100%; padding-right: 17px; }*/
|
||||
|
||||
.ft_scroller { overflow: auto; height: 100%; padding: 0px; margin: 0px;}
|
||||
|
||||
.ft_container tbody tr.ui-widget-content, thead.ui-widget-header { background-image: none; }
|
||||
|
||||
.ft_container table.sorttable thead tr th { cursor: pointer; }
|
||||
.ft_container table thead tr th.fx_sort_bg{ background-image: url(images/bg.gif); background-position: right center; background-repeat: no-repeat; }
|
||||
.ft_container table thead tr th.fx_sort_asc{ background-image: url(images/asc.gif); }
|
||||
.ft_container table thead tr th.fx_sort_desc{ background-image: url(images/desc.gif); }
|
||||
.ft_container .ft_c { background-color: #fff;}
|
||||
@@ -0,0 +1,82 @@
|
||||
/** Table reset **/
|
||||
.wptmtable {position: relative;}
|
||||
.wptmtable table {
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
border: none;
|
||||
}
|
||||
.wptmtable tr, .wptmtable th, .wptmtable td {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 13px;
|
||||
font-family: Arial;
|
||||
vertical-align: baseline;
|
||||
background: none;
|
||||
color: black;
|
||||
font-weight: normal;
|
||||
border: none;
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.wptmtable td,.wptmtable th {
|
||||
line-height: 21px;
|
||||
padding: 0 4px 0 4px;
|
||||
}
|
||||
|
||||
.wptmtable .sortable thead th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.wptmoverflow {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
.wptm_tooltip {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
}
|
||||
.wptm_tooltip:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.wptm_tooltipcontent {
|
||||
display: none;
|
||||
}
|
||||
.wptm_tooltipcontent_show {
|
||||
position: absolute;
|
||||
color: #FFF;
|
||||
background: #000 none repeat scroll 0% 0%;
|
||||
min-height: 40px;
|
||||
line-height: 22px;
|
||||
text-align: center;
|
||||
border-radius: 2px;
|
||||
padding: 5px;
|
||||
visibility: visible;
|
||||
display:block;
|
||||
z-index: 999;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
span.wptm_tooltipcontent_show:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 50%;
|
||||
margin-left: -8px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-top: 8px solid #000000;
|
||||
border-right: 8px solid transparent;
|
||||
border-left: 8px solid transparent;
|
||||
}
|
||||
|
||||
.wptm_dbtable table tr td, .wptm_dbtable table tr th{
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
||||
Reference in New Issue
Block a user