Advertisement
puggan

bliscout.css

Jun 23rd, 2020
1,194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. #contact_60_row > label > a > img {
  2.     display: none;
  3. }
  4.  
  5. #contact_60_row::after {
  6.     content: 'Jag kan vara med som ledare pĆ„ en avdelning.';
  7.     display: inline;
  8. }
  9.  
  10. #contact_60_row > input[type=checkbox] {
  11.     display: inline-block;
  12. }
  13.  
  14. form.integrated_registration_form > p > input[type="submit"] {
  15.     width: auto;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement