Darksergio

Untitled

Sep 15th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.50 KB | None | 0 0
  1. #todoTable td,th
  2. {
  3.     border-bottom: 20px solid;
  4.     border-left: 5px solid;
  5.     border-right: 5px solid;
  6.     border-color: #e7e7e7;
  7.     background-color: #999999;
  8.     height: 60px;
  9.     text-align: center;
  10.     font-size: 18px;
  11.     text-overflow: ellipsis;
  12.  
  13. }
  14.  
  15. #todoTable td:first-child
  16. {
  17.     text-align: left;
  18.     font-size: 14px;
  19.     padding-left: 1%;
  20.     padding-right: 1%;
  21.     font-weight: lighter;
  22.     text-overflow: ellipsis;
  23. }
  24.  
  25.  
  26. .col_0
  27. {
  28.   width: 40%;
  29.   overflow-x: hidden;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment