Built files from Bizgaze WebServer
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

custom-css.css 868B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #documenteditor_titlebar {
  2. height: 36px;
  3. line-height: 26px;
  4. width: 100%;
  5. font-size: 12px;
  6. padding-left: 15px;
  7. padding-right: 10px;
  8. font-family: inherit;
  9. }
  10. #documenteditor_title_contentEditor {
  11. height: 26px;
  12. max-width: 85%;
  13. width: auto;
  14. overflow: hidden;
  15. display: inline-block;
  16. padding-left: 4px;
  17. padding-right: 4px;
  18. margin: 5px;
  19. }
  20. .single-line {
  21. cursor: text !important;
  22. outline: none;
  23. }
  24. .single-line:hover {
  25. border-color: #e4e4e4 !important;
  26. }
  27. [contenteditable="true"].single-line {
  28. white-space: nowrap;
  29. border-color: #e4e4e4 !important;
  30. }
  31. [contenteditable="true"].single-line * {
  32. white-space: nowrap;
  33. }
  34. /** Document editor sample level font icons*/
  35. [class^="e-de-icon-"],
  36. [class*=" e-de-icon-"] {
  37. font-family: 'Sample brower icons' !important;
  38. }