Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. .uploaderItem {
  2.   position: relative;
  3.   border-bottom: 2px solid #eee;
  4.   height: 25px;
  5. }
  6.  
  7. .uploaderItemValue {
  8.   background: #CFC;
  9.   width: 100%;
  10.   height: 25px;
  11.   border-right: 2px solid #eee;
  12. }
  13.  
  14. .uploaderFileName {
  15.   position: absolute;
  16.   top: 5px;
  17.   left: 5px;
  18. }
  19.  
  20. .uploaderFileSize {
  21.   position: absolute;
  22.   right: 5px;
  23.   top: 5px;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement