Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. .search-form, search-form2 {
  2. display: none;
  3. margin: 0 0 10px 0;
  4. padding: 0;
  5. border-top: 1px solid #ddd;
  6. }
  7.  
  8. .search-form p, .search-form2 p {
  9. margin: 0;
  10. padding: 5px;
  11. color: #aaa;
  12. text-align: left;
  13. border-bottom: 1px solid #ddd;
  14. }
  15.  
  16. .search-form label, .search-form2 label {
  17. display: inline-block;
  18. margin: 0 0 3px 0;
  19. font-size: 8pt;
  20. font-style: italic;
  21. color: #222;
  22. }
  23.  
  24. .search-form input[type=text], .search-form2 input[type=text] {
  25. display: inline-block;
  26. margin: 0 0 2px 0;
  27. padding: 2px;
  28. font-size: 8pt;
  29. width: 80px;
  30. }
  31.  
  32. .search-form input[type=submit], .search-form2 input[type=submit] {
  33. display: inline-block;
  34. margin: 0 0 2px 0;
  35. font-size: 8pt;
  36. font-weight: bold;
  37. }
  38.  
  39. .search-form input[type=button], .search-form input[type=reset],
  40. .search-form2 input[type=button], .search-form2 input[type=reset] {
  41. display: inline-block;
  42. margin: 0 0 2px 0;
  43. font-size: 8pt;
  44. }
  45.  
  46. .search-form input[type=checkbox], .search-form2 input[type=checkbox] {
  47. display: inline-block;
  48. margin: 0 0 2px 0;
  49. }
  50.  
  51. .search-form select, .search-form2 select {
  52. display: inline-block;
  53. margin: 2px 0;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement