browse.css 426 B

123456789
  1. #querybox #searchform {border-bottom: 1px solid #ddd; margin-bottom: 20px;}
  2. .main-table tbody>tr>td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
  3. .c-room, .c-project, .c-mode, .c-dept {width: 115px;}
  4. .c-execution {width: 150px;}
  5. .c-participant, .c-minutedBy {width: 90px;}
  6. .c-date {width: 110px;}
  7. [lang^=zh] .c-room {width: 100px;}
  8. [lang^=zh] .c-minutedBy {width: 80px;}
  9. [lang^=zh] .c-date {width: 100px;}