edit-page.css 471 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #descriptionTextArea {
  2. resize: none;
  3. }
  4. #shortDescTextArea {
  5. resize: none;
  6. }
  7. .hidden-element {
  8. display: none;
  9. }
  10. .sshot-img {
  11. max-width: 230px;
  12. max-height: 129px;
  13. }
  14. .img-error {
  15. }
  16. .img-file-success {
  17. background-color: lightgreen !important;
  18. }
  19. .clear-img {
  20. position: absolute;
  21. margin: 5px -22px !important;
  22. color: grey;
  23. cursor: pointer;
  24. }
  25. .clear-img:hover {
  26. color: darkred;
  27. }
  28. #floatingBar {
  29. position: fixed;
  30. bottom: 30px;
  31. right: 30px;
  32. z-index: 200;
  33. }