Advertisement
NikolayPaskulov

Untitled

Nov 11th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. #footer > .table-row > .table-cell:first-child, #tableHeader > .table-row > .table-cell:first-child > .table-cell:first-child > .table-cell:nth-child(4),
  2. #tableHeader > .table-row > .table-cell:first-child > .table-cell:nth-child(2) > .table-cell:nth-child(4){
  3. border-right:none;
  4. }
  5.  
  6. #tableHeader > .table-row > .table-cell:first-child > .table-cell:first-child > .table-cell:nth-child(4) {
  7. text-align:center;
  8. padding-left:35px
  9. }
  10.  
  11. #main-nav #dateHolder {
  12. border: 1px solid #999999;
  13. background: #e9e9e9;
  14. margin:0;
  15. padding:0;
  16. }
  17.  
  18. #dateHolder label {
  19. margin-right: 0;
  20. }
  21.  
  22. #firstDate, #secDate {
  23. border: 1px solid lightblue;
  24. width: 102px;
  25. padding: 4px;
  26. margin: 10px 5px;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement