Guest User

Untitled

a guest
May 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <div class="places_edit_left">
  2. <h4>PHONE <strong>(NOT USER EDITABLE)</strong></h4>
  3. <input type="text" value="" name="phoneNumber"/>
  4.  
  5. <h4>ADDRESS<strong>(NOT USER EDITABLE)</strong></h4>
  6. <input type="text" value="" name="address"/>
  7. </div>
  8.  
  9. .places_edit_left{ width:250px; }
  10. .places_edit_left input{ width:100%; max-width:100%; padding-left:10px;}
  11.  
  12. .places_edit_left{
  13. width:250px;
  14. overflow:auto;
  15. }
  16.  
  17. .places_edit_left input {
  18. padding-right:0px;
  19. padding-left:10px;
  20. margin: 0 0 0 0;
  21. border:1px solid black;
  22. width:auto;
  23. display:block;
  24. float:none;
  25. }
Add Comment
Please, Sign In to add comment