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.

50 lines
1.5 KiB

  1. /**********************************************************************************
  2. *
  3. * Copyright (C) 2017 MuK IT GmbH
  4. *
  5. * This program is free software: you can redistribute it and/or modify
  6. * it under the terms of the GNU Affero General Public License as
  7. * published by the Free Software Foundation, either version 3 of the
  8. * License, or (at your option) any later version.
  9. *
  10. * This program is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU Affero General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU Affero General Public License
  16. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. *
  18. **********************************************************************************/
  19. .o_field_widget.mk_field_share {
  20. &.o_field_copy {
  21. padding-left: 90px;
  22. .mk_share_dropdown {
  23. @include o-position-absolute($top: 0, $left: 0);
  24. .mk_share_button {
  25. padding: 0 10px;
  26. }
  27. &.mk_share_char {
  28. height: 100%;
  29. }
  30. &.mk_share_text {
  31. .dropdown-menu {
  32. line-height: 0.1
  33. }
  34. }
  35. }
  36. }
  37. &.o_form_uri {
  38. .mk_share_dropdown {
  39. margin-left: 0.5rem;
  40. .mk_share_button {
  41. padding: 0.25rem 0.4rem;
  42. font-size: 0.8rem;
  43. line-height: 0.5;
  44. border-radius: 0.2rem;
  45. margin-bottom: 0.12rem;
  46. }
  47. }
  48. }
  49. }