1
0

settings-admin.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. #theming input {
  2. width: 230px;
  3. }
  4. #theming input:focus,
  5. #theming input:active {
  6. padding-right: 30px;
  7. }
  8. #theming .upload-logo-field {
  9. display: none;
  10. }
  11. #theming div > label {
  12. position: relative;
  13. }
  14. #theming .theme-undo {
  15. position: absolute;
  16. top: -7px;
  17. right: 7px;
  18. cursor: pointer;
  19. opacity: .3;
  20. padding: 7px;
  21. vertical-align: top;
  22. display: inline-block;
  23. visibility: hidden;
  24. }
  25. form.uploadButton {
  26. width: 411px;
  27. }
  28. #theming form .theme-undo,
  29. #theming .theme-remove-bg {
  30. cursor: pointer;
  31. opacity: .3;
  32. padding: 7px;
  33. vertical-align: top;
  34. display: inline-block;
  35. float: right;
  36. position: relative;
  37. top: 4px;
  38. right: 0px;
  39. visibility: visible;
  40. }
  41. #theming input[type='text']:hover + .theme-undo,
  42. #theming input[type='text'] + .theme-undo:hover,
  43. #theming input[type='text']:focus + .theme-undo,
  44. #theming input[type='text']:active + .theme-undo {
  45. visibility: visible;
  46. }
  47. #theming label span {
  48. display: inline-block;
  49. min-width: 175px;
  50. padding: 8px 0px;
  51. vertical-align: top;
  52. }
  53. #theming .icon-upload,
  54. #theming .uploadButton .icon-loading-small {
  55. padding: 8px 20px;
  56. width: 20px;
  57. margin: 2px 0px;
  58. min-height: 32px;
  59. display: inline-block;
  60. }
  61. #theming_settings_status {
  62. height: 26px;
  63. margin: 10px;
  64. }
  65. #theming_settings_loading {
  66. display: inline-block;
  67. vertical-align: middle;
  68. margin-right: 10px;
  69. }
  70. #theming_settings_msg {
  71. vertical-align: middle;
  72. border-radius: 3px;
  73. }
  74. #theming-preview-logo {
  75. cursor: pointer;
  76. }
  77. #theming-preview {
  78. width: 230px;
  79. height: 140px;
  80. background-size: cover;
  81. background-position: center center;
  82. text-align: center;
  83. margin-left: 178px;
  84. margin-top: 10px;
  85. cursor: pointer;
  86. }
  87. #theming-preview img {
  88. max-width: 20%;
  89. max-height: 20%;
  90. margin-top: 20px;
  91. }
  92. .theming-hints {
  93. margin-top: 20px;
  94. }