public.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. #preview {
  2. background: #fff;
  3. text-align: center;
  4. margin: 45px auto 0;
  5. min-height: 600px;
  6. }
  7. #preview .notCreatable {
  8. display: none;
  9. }
  10. #noPreview {
  11. display:none;
  12. padding-top:80px;
  13. }
  14. #imgframe {
  15. height:75%;
  16. padding-bottom:32px;
  17. padding-top:32px;
  18. width:80%;
  19. margin:0 auto;
  20. }
  21. #imgframe img,
  22. #imgframe video {
  23. max-height:100%;
  24. max-width:100%;
  25. }
  26. /* fix multiselect bar offset on shared page */
  27. thead {
  28. left: 0 !important;
  29. }
  30. #data-upload-form {
  31. position: relative;
  32. right: 0;
  33. height: 32px;
  34. overflow: hidden;
  35. padding: 0;
  36. float: right;
  37. display: inline;
  38. margin: 0;
  39. }
  40. .directDownload,
  41. .directLink {
  42. margin-bottom: 20px;
  43. }
  44. /* keep long file names in one line to not overflow download button on mobile */
  45. .directDownload #download {
  46. white-space: nowrap;
  47. overflow: hidden;
  48. text-overflow: ellipsis;
  49. max-width: 90%;
  50. display: inline-block;
  51. margin-left: auto;
  52. margin-right: auto;
  53. }
  54. .directLink label {
  55. font-weight: normal;
  56. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  57. filter: alpha(opacity=50);
  58. opacity: .5;
  59. }
  60. .directLink input {
  61. margin-left: 5px;
  62. width: 300px;
  63. max-width: 90%;
  64. }
  65. /* within #save */
  66. #save .save-form {
  67. position: relative;
  68. }
  69. #remote_address {
  70. margin: 0;
  71. width: 130px;
  72. height: 14px;
  73. padding: 6px;
  74. padding-right: 24px;
  75. }
  76. .ie8 #remote_address {
  77. padding-right: 30px;
  78. }
  79. #save #save-button,
  80. #save #save-button-confirm {
  81. margin: 0 5px;
  82. height: 28px;
  83. padding-bottom: 4px;
  84. line-height: 14px;
  85. }
  86. #save-button-confirm {
  87. position: absolute;
  88. background-color: transparent;
  89. border: none;
  90. margin: 2px 4px !important;
  91. right: 0;
  92. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  93. filter: alpha(opacity=50);
  94. opacity: .5;
  95. }
  96. .ie8 #save-button-confirm {
  97. margin: 2px 0 !important;
  98. }
  99. #save-button-confirm:hover,
  100. #save-button-confirm:focus {
  101. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  102. filter: alpha(opacity=100);
  103. opacity: 1;
  104. }