Advertisement
Guest User

форма css

a guest
Mar 8th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. .opened {
  2.   width: 100%;
  3.   border-top: 2px dashed #800000;
  4.     position: relative;
  5. }
  6.  
  7. .opened tbody {
  8.   position: relative;
  9. }
  10.  
  11. .opened .postblock {
  12.   background: none;
  13. }
  14.  
  15. .opened .rules {
  16.   display: none;
  17. }
  18. .opened tr:first-of-type {
  19.   display: none;
  20. }
  21.  
  22. .opened input {
  23.   position: relative;
  24.   display: inline;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement