Advertisement
KabochaKitsune

DW quickreply: no icon, DW-tools ready, no dropdown

Jun 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. /* ----- FOR THIS SCREENSHOT: ----- */
  2. /* ----- https://images.plurk.com/6tnlgvFel4EechqpGJUVaH.png ----- */
  3.  
  4.  
  5. /* ----- MARGINS ----- */
  6. #qrformdiv {
  7. margin: 1.33em 0;
  8. margin-bottom: 0em;
  9. }
  10.  
  11. /* ----- ADJUST SUBJECT LINE ----- */
  12. /* ----- CHANGE WIDTH TO SUIT # OF DWTOOLS BUTTONS ----- */
  13. #subject {
  14. width: 72.1% !important;
  15. }
  16.  
  17. /* ----- RANDOM ICON ----- */
  18. #randomicon {
  19. width: 100px;
  20. }
  21.  
  22. /* ----- ICON BROWSER BUTTON ----- */
  23. #lj_userpicselect {
  24. width: 100px;
  25. }
  26.  
  27. /* ----- DWTOOLS BUTTONS ----- */
  28. .custom-button {
  29. margin-top: 1px;
  30. width: 100px !important;
  31. }
  32.  
  33. #qrform input:nth-child(3) {
  34. margin-left: 3px;
  35. }
  36.  
  37.  
  38. #qrform input:nth-child(4) {
  39. margin-left: 3px;
  40. }
  41.  
  42. #qrform .qr-meta {
  43. display: block;
  44. align-items: normal;
  45. }
  46.  
  47. /* ----- HIDDEN ----- */
  48. #qrform .qr-icon-controls select#prop_picture_keyword,
  49. #qrform .qr-icon {
  50. display: none;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement