You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TableIndex.css 418 B

4 years ago
12345678910111213141516171819202122232425262728
  1. .btn-tool-bar {
  2. position:absolute;
  3. top:0;
  4. width:100%;
  5. padding:5px;
  6. border-bottom:1px solid #ddd;
  7. z-index:2;
  8. }
  9. .tool-bar-item {
  10. width:150px;
  11. position:relative;
  12. float:left;
  13. line-height:26px;
  14. height:28px;
  15. margin-right:5px;
  16. }
  17. .tool-bar-item .btn {
  18. height: 28px;
  19. margin-bottom: 1px;
  20. line-height: 14px;
  21. }
  22. body {
  23. position:relative;
  24. padding-top:39px;
  25. }