Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. #pendingRequestList {
  2.  
  3. .request-list-title {
  4. font-size: 14px;
  5. color: #000;
  6. font-weight: bold;
  7. }
  8.  
  9. .request-list-section {
  10. font-size: 14px;
  11. color: #999 !important;
  12. font-weight: bold;
  13. }
  14.  
  15. .mr-detail{
  16. border-top-width: 0px !important
  17. }
  18.  
  19. .detail-title{
  20. font-weight: bold;
  21. }
  22.  
  23. #showArchivedButton {
  24. width: 100%;
  25. background-color: #eee;
  26. text-align: center;
  27. font-weight: bold;
  28. font-size: 14px;
  29. color: #666;
  30. cursor: pointer;
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement