You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

93 lines
1.3 KiB

  1. /* --- popup --- */
  2. #media__popup {
  3. background-color:__background__;
  4. display:none;
  5. border: 1px solid __border__;
  6. position: absolute;
  7. width:270px;
  8. }
  9. #media__popup h1 {
  10. text-align:center;
  11. font-weight:normal;
  12. background-color: __background_alt__;
  13. height: 16px;
  14. margin-bottom: 5px;
  15. font-size:12px;
  16. border-bottom: 0;
  17. }
  18. #media__popup p {
  19. display:block;
  20. line-height:14pt;
  21. margin:0.5em;
  22. }
  23. #media_nolink {
  24. padding:4px 0;
  25. }
  26. #media__popup label {
  27. float:left;
  28. width:9em;
  29. }
  30. #media__popup .button {
  31. margin-left:auto;
  32. margin-right:auto;
  33. }
  34. #media__popup .btnlbl {
  35. text-align:center;
  36. }
  37. #media__popup .btnlbl input {
  38. margin:0 1em;
  39. }
  40. #media__closeimg {
  41. float:right;
  42. }
  43. /* --- display options --- */
  44. #media__linkopts label,
  45. #media__nolnk {
  46. width: 80px;
  47. float: left;
  48. margin-left: 10px;
  49. }
  50. #media__linkopts label{
  51. line-height: 20px;
  52. }
  53. #media__nolnk,
  54. #media__linkopts label.long{
  55. margin-bottom: 8px;
  56. line-height: 12px;
  57. }
  58. #media__linkopts label.long{
  59. width: 150px;
  60. float: none;
  61. }
  62. #media__linkopts br {
  63. clear: both;
  64. }
  65. #media__linkopts select {
  66. width: 60px;
  67. margin-left: 10px;
  68. }
  69. #media__linkopts input.edit {
  70. width:50px;
  71. margin-left:10px;
  72. }
  73. #media__linkopts #media__title {
  74. width:150px;
  75. }