BioTorrents.de’s version of Gazelle
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.

settings.scss 808B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*
  2. * User settings
  3. */
  4. .setting_description > * {
  5. margin: 1em 0 0 0;
  6. }
  7. #settings_sections {
  8. /* Section links */
  9. h2 {
  10. text-align: left;
  11. }
  12. /* Controls */
  13. #submit,
  14. #settings_search {
  15. box-sizing: border-box;
  16. -moz-box-sizing: border-box;
  17. width: 100%;
  18. }
  19. }
  20. /* Fixed sidebar */
  21. #settings_sections.fixed {
  22. position: fixed;
  23. top: 1em;
  24. }
  25. /* Stylesheet gallery in user profile editing */
  26. #css_gallery {
  27. overflow: hidden;
  28. margin-top: 10px;
  29. }
  30. .preview_wrapper {
  31. position: relative;
  32. display: inline-block;
  33. width: 40%;
  34. margin: 0 10px;
  35. }
  36. .preview_image {
  37. display: block;
  38. cursor: pointer;
  39. overflow: hidden;
  40. img {
  41. width: 100%;
  42. }
  43. }
  44. .preview_name {
  45. text-align: center;
  46. margin-top: 5px;
  47. }