app.css 815 B

123456789101112131415161718192021222324252627
  1. /* Write your styles */
  2. .am-table th {line-height: 35px !important;}
  3. .am-table th span{display: none;}
  4. .am-table th select{border: none; height: 100%;width: 100%; min-width: 90px;}
  5. .am-table th .dsearch{border: none; color: #000; width: 100%; background-color:#FFF;}
  6. .am-tabs-bd {
  7. -moz-user-select: text !important;
  8. -webkit-user-select: text !important;
  9. -ms-user-select: text !important;
  10. user-select: text !important;
  11. }
  12. .am-table td .fonts{
  13. min-width:280px;
  14. max-width: 95%;
  15. display: block;
  16. overflow:hidden;
  17. white-space:nowrap;
  18. text-overflow:ellipsis;
  19. text-overflow: ellipsis;/* IE/Safari */
  20. -ms-text-overflow: ellipsis;
  21. -o-text-overflow: ellipsis;/* Opera */
  22. -moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
  23. }
  24. .am-table .fontsbody{
  25. max-width: 95%;
  26. white-space: normal;
  27. }