Guest User

Untitled

a guest
Feb 27th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. .command {
  2. width: 1024px;
  3. height: 42px;
  4. margin: 25px 33px;
  5. }
  6.  
  7. .command input[type=submit] {
  8. height: 46px;
  9. width: 44px;
  10. background-color: #EEE;
  11. border: 3px solid #777;
  12. border-left-width: 0px;
  13. border-radius: 0px 5px 5px 0px;
  14. font-size: 46px;
  15. line-height: 25px;
  16. }
  17. .command input[type=text] {
  18. padding: 0px 7px;
  19. width: 960px;
  20. height: 40px;
  21. float: left;
  22. border: 3px solid #777;
  23. border-right-width: 0px;
  24. font-family: Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
  25. font-size: 18px;
  26. border-radius: 5px 0px 0px 5px;
  27. }
Add Comment
Please, Sign In to add comment