Guest User

Textbox rewrite.

a guest
Feb 1st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.02 KB | None | 0 0
  1. /* Enter here your own CSS rules... */
  2. /* If you want to make a redistributable style, be sure to
  3. have a Yotsuba B theme selected. */
  4. /* These will be applied on top of whatever theme you choose below. */
  5. /* You can include CSS files from remote servers, for example: */
  6. /* @import "http://example.com/style.css"; */
  7.  
  8. #quick-reply input[type="submit"]:hover {
  9. text-shadow: 0px 0px 3px white !important;
  10. }
  11.  
  12. .post-table input[type="file"] {
  13. display: none !important;
  14. }
  15.  
  16. #quick-reply input {
  17. float: left !important;
  18. }
  19.  
  20. #quick-reply .dropzone {
  21. width: 370px !important;
  22. }
  23.  
  24. .post-table textarea {
  25. /* width: auto !important; */
  26. margin-left: 10px !important;
  27.  
  28. }
  29.  
  30. .post-table input {
  31. display: inline-block !important;
  32. clear: right !important;
  33. margin-top: 5px !important;
  34. position: relative !important;
  35. }
  36.  
  37.  
  38. #quick-reply.ui-draggable{
  39. width: 100% !important;
  40. }
  41.  
  42. div#post-form-inner{
  43. width: 100%!important;
  44. }
  45.  
  46. textarea#body{
  47. min-width: 0%!important;
  48. width: 90% !important;
  49. margin-left: 2.7%!important;
  50. }
Add Comment
Please, Sign In to add comment