drchloe

Mewch CSS Hacks

Apr 20th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.91 KB | None | 0 0
  1. /*MultiFileSpacing Fix*/
  2. .uploadCell:hover .uploadDetails{visibility:visible;}
  3. .uploadDetails{visibility:hidden;font-size:9px;max-width:50px;white-space:nowrap;}
  4.  
  5. /*LineBrokenPosts Fix*/
  6. .panelUploads{float:left;}
  7. .divPosts  .divMessage{float:left;margin-left:10px;}
  8. .uploadCell img{margin-right:0px;}
  9.  
  10. /*CompactQuickReply*/
  11. #qrpassword, #qrsubject, #qremail, #qrcheckboxNoFlag, .spoilerCheckbox, #qralwaysUseBypassCheckBox{display:none;}
  12. .dragAndDropThumb{max-height:auto;}
  13. .selectedCell{height:auto;position:relative;}
  14. #selectedDivQr > div > div.removeButton{font-size:15px;color:red;position:absolute;right:0px;top:0px;z-index:999;}
  15. #selectedDivQr > div > div.spoilerPanel > input{position:absolute;left:0px;top:0px;z-index:999;}
  16. #selectedDivQr > div > div.spoilerPanel{font-size:0px;}
  17. #selectedDivQr > div > span{color:white;background:black;font-size:9px;position:absolute;left:0px;bottom:5px;white-space:nowrap;}
Add Comment
Please, Sign In to add comment