contents.css 439 B

12345678910111213141516171819202122232425
  1. .leaflet_div {
  2. background: #eee;
  3. border: 1px solid #ddd;
  4. border-radius: 4pxt;
  5. box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
  6. margin-right: 1em;
  7. }
  8. .leaflet_div.align-left {
  9. float: left;
  10. }
  11. .leaflet_div.align-right {
  12. float: right;
  13. }
  14. .leaflet_div.align-center {
  15. display: table;
  16. margin-left: auto;
  17. margin-right: auto;
  18. }
  19. .cke_widget_wrapper:hover>.cke_widget_element {
  20. outline: 3px solid yellow !important;
  21. }