Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.88 KB | None | 0 0
  1.     /* Addon: Restore Original Submit Buttons */
  2.     /* Restore submit button widths */
  3.     .submit .morelink { width: 320px; }
  4.  
  5.     /* Reposition Submit Text Button */
  6.     .submit-text .morelink  { top: 495px; }
  7.     .sidebox.submit.submit-text .morelink {margin-left: 0;}
  8.  
  9.     /* Reposition "Disabled" buttons underneath submit buttons */
  10.     .submit-text .morelink:before, .submit-link .morelink:after { left: 0; }
  11.  
  12.     /* Reposition remaining elements */
  13.     .side { margin-top: 335px; }
  14.  
  15.     /* Reposition comments page remaining elements */
  16.     body.comments-page .side .linkinfo { margin-bottom: 55px; margin-top: 55px; }
  17.     body.comments-page .side { margin-top: 454px; }
  18.     body.comments-page.res.loggedin .side { margin-top: 485px; }
  19.         /* Fix for not logged-in users */
  20.     body.comments-page div.side #login_login-main { margin-top: 85px; }
  21.     /* End Addon */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement