crystal.css 1.1 KB

12345678910111213141516
  1. .icon, [class*=" icon-"], [class^=icon-] {font-size: 16px;}
  2. .result.center-block .panel{overflow-x: scroll}
  3. .panel .reportData {width:auto; border:1px solid #ddd !important;}
  4. .input-group .chosen-container-single .chosen-single {border-radius: 2px 0 0 2px;}
  5. .input-group .chosen-container-single + .input-group-btn .btn {border-radius: 0 2px 2px 0}
  6. .panel-body.scroll-table {padding: 0;}
  7. .scroll-table {overflow-x: auto}
  8. .scroll-table > .table {width: auto}
  9. .input-group-btn{text-align:left;}
  10. .tablesorter thead tr .header > .tablesorter-header-inner:after{font-family: NewZenIcon;font-weight: normal;content: " \e6bd";font-size: 14px;}
  11. .tablesorter thead tr .headerSortDown > .tablesorter-header-inner:after{font-family: NewZenIcon;font-weight: normal;content: " \e6b8";font-size: 14px;color: #03C;}
  12. .tablesorter thead tr .headerSortUp > .tablesorter-header-inner:after{font-family: NewZenIcon;font-weight: normal;content: " \e6b9";font-size: 14px;color: #03C;}
  13. #addVar .modal-body tbody td .input-group .radio-inline input[type=radio], #setVar .modal-body tbody td .input-group .radio-inline input[type=radio] {margin-top: 0px;}