A tumblelog CMS built on AJAX, PHP and MySQL.

advlink.css 594B

123456789101112131415161718192021222324252627282930313233343536
  1. /* CSS file for advimage plugin popup */
  2. .mceLinkList, .mceAnchorList, #targetlist {
  3. width: 280px;
  4. }
  5. .mceActionPanel {
  6. margin-top: 7px;
  7. }
  8. .panel_wrapper div.current {
  9. height: 320px;
  10. }
  11. #classlist, #title, #href {
  12. width: 280px;
  13. }
  14. #popupurl, #popupname {
  15. width: 200px;
  16. }
  17. #popupwidth, #popupheight, #popupleft, #popuptop {
  18. width: 30px;
  19. vertical-align: middle;
  20. text-align: center;
  21. }
  22. #id, #style, #classes, #target, #dir, #hreflang, #lang, #charset, #type, #rel, #rev, #tabindex, #accesskey {
  23. width: 200px;
  24. }
  25. #events_panel input {
  26. width: 200px;
  27. }