crystal.css 821 B

123456789101112
  1. .reportData.table{margin-bottom: 0;}
  2. .panel-body + .panel-footer{margin-top: 10px;}
  3. .tablesorter thead tr .header > .tablesorter-header-inner:after{font-family: NewZenIcon;font-weight: normal;content: " \e6bd";font-size: 14px;}
  4. .tablesorter thead tr .headerSortDown > .tablesorter-header-inner:after{font-family: NewZenIcon;font-weight: normal;content: " \e6b8";font-size: 14px;color: #03C;}
  5. .tablesorter thead tr .headerSortUp > .tablesorter-header-inner:after{font-family: NewZenIcon;font-weight: normal;content: " \e6b9";font-size: 14px;color: #03C;}
  6. .datatable{margin-bottom:0px !important;}
  7. .datatable table tr td{height:30px;}
  8. .panel .flexarea .table {border-left: 1px solid #ddd !important;}
  9. .fixed-left table td,.fixed-left table th{border-right:1px solid #ddd !important;}
  10. .col-md-3.col-sm-6{padding-top:5px;}