settings-admin.css 479 B

1234567891011121314151617181920212223242526272829303132333435
  1. #theming input {
  2. width: 17em;
  3. }
  4. #theming .upload-logo-field {
  5. display: none;
  6. }
  7. #theming .theme-undo {
  8. cursor: pointer;
  9. opacity: .5;
  10. padding: 9px;
  11. vertical-align: bottom;
  12. }
  13. #theming .icon {
  14. display: inline-block;
  15. }
  16. #theming label span {
  17. display: inline-block;
  18. min-width: 90px;
  19. padding: 8px 0px;
  20. }
  21. #theming .icon-upload {
  22. display: inline-flex;
  23. padding: 8px;
  24. margin: 0;
  25. }
  26. div#theming_settings_msg {
  27. margin-left: 10px;
  28. }