_resource_panel.less 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. #resource-panel > .fui-panel-content > .fui-label-panel-content {
  2. position: relative;
  3. & > .fui-input {
  4. width: 140px;
  5. margin: 2px 0 0;
  6. vertical-align: middle;
  7. box-sizing: content-box;
  8. }
  9. & > .fui-button {
  10. left: auto;
  11. right: 6px;
  12. top: 8px;
  13. padding: 1px 3px;
  14. vertical-align: middle;
  15. position: absolute;
  16. }
  17. & > .fui-drop-panel {
  18. display: block;
  19. height: 25px;
  20. margin-top: -1px;
  21. width: 140px;
  22. }
  23. }
  24. #image-button-menu .fui-button:first-child {
  25. background-image: url(../images/icons.png);
  26. background-position: center -125px;
  27. background-repeat: no-repeat;
  28. }
  29. #link-button-menu .fui-button:first-child {
  30. background-image: url(../images/icons.png);
  31. background-position: center -100px;
  32. background-repeat: no-repeat;
  33. }
  34. #note-button-menu .fui-button:first-child {
  35. background-image: url(../images/icons.png);
  36. background-position: center -1150px;
  37. background-repeat: no-repeat;
  38. }
  39. ul.resource-list {
  40. margin: 0;
  41. padding: 0;
  42. list-style: none;
  43. width: 150px;
  44. li {
  45. display: inline-block;
  46. padding: 1px 2px;
  47. border-radius: 4px;
  48. margin: 3px;
  49. }
  50. }