mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-02 06:27:50 -05:00
125 lines
2.0 KiB
CSS
125 lines
2.0 KiB
CSS
#table_action_header
|
|
{
|
|
position: relative;
|
|
width: 100%;
|
|
height: 2em;
|
|
border: 0;
|
|
margin-top: 1em;
|
|
margin-left: 0;
|
|
background-color: transparent;
|
|
background-image: url(../images/checkbox_arrow.gif);
|
|
background-position: 0.5em 1.2em;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#table_action_header ul
|
|
{
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
#table_action_header ul.dropdown-menu.inner
|
|
{
|
|
margin-left: -1em !important;
|
|
}
|
|
|
|
#table_action_header ul li
|
|
{
|
|
margin-left: 1em;
|
|
}
|
|
|
|
#table_action_header ul li label
|
|
{
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
#table_holder
|
|
{
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
table.tablesorter
|
|
{
|
|
position: relative;
|
|
width: 100%;
|
|
border: 0;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table.tablesorter thead tr th, table.tablesorter tfoot tr th
|
|
{
|
|
color: #FFFFFF;
|
|
text-align: left;
|
|
background-color: #999999;
|
|
padding: 8px;
|
|
}
|
|
|
|
table.tablesorter thead tr .header
|
|
{
|
|
background-image: url(../images/tables/bg.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: center right;
|
|
cursor: pointer;
|
|
}
|
|
|
|
table.tablesorter tbody td
|
|
{
|
|
color: #3D3D3D;
|
|
background-color: #FFF;
|
|
vertical-align: top;
|
|
padding: 8px;
|
|
border-bottom:1px solid #DDDDDD;
|
|
}
|
|
|
|
table.tablesorter tbody td.over
|
|
{
|
|
background-color: #F5F5F5;
|
|
}
|
|
|
|
table.tablesorter tbody td.selected
|
|
{
|
|
background-color: #ECECEC;
|
|
}
|
|
|
|
table.tablesorter thead tr .tablesorter-headerAsc
|
|
{
|
|
background-image: url(../images/tables/asc.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: right;
|
|
}
|
|
|
|
table.tablesorter thead .tablesorter-headerDesc
|
|
{
|
|
background-image: url(../images/tables/desc.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: right;
|
|
}
|
|
|
|
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
|
|
{
|
|
background-color: #555555;
|
|
}
|
|
|
|
table.innertable
|
|
{
|
|
display: none;
|
|
width: 100%;
|
|
}
|
|
|
|
table.innertable thead tr th
|
|
{
|
|
background-color: #999999;
|
|
}
|
|
|
|
table.innertable tbody tr td
|
|
{
|
|
background-color: #DDD;
|
|
}
|
|
|
|
.totals table tr:last-child td
|
|
{
|
|
font-weight: bold;
|
|
} |