Advertisement
Guest User

Fixes 2

a guest
Mar 7th, 2020
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.74 KB | None | 0 0
  1. /* ACCOUNT PAGE */
  2. /* Settings: less padding, color consistency like the other pages from this fix package */
  3. div#c-users div#a-edit div.input {
  4.     margin-bottom: 1em;
  5. }
  6.  
  7. div#c-users div#a-edit h1 {
  8.     margin: unset;
  9. }
  10.  
  11. div#c-users div#a-edit h2 {
  12.     margin-botton: .5em;
  13. }
  14.  
  15. /* My Account > Comments: color consistency like the other pages from this fix package*/
  16. /* You can add this to the same rule from my last post */
  17. body.c-comments.a-index div#c-comments div#a-index div.post, div#c-comments div#a-show div.post {
  18.     background: hsla(0,0%,100%,.05);
  19.     box-shadow: unset;
  20. }
  21.  
  22. /* This sets the color for all other setting pages (eg: Change Password, Delete account, API etc)*/
  23. .simple_form {
  24.     background: hsla(0,0%,100%,.05);
  25.     padding: 0.5em
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement