ref: master
plugins/site_tour/public/edit_tour_block.css
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
#edit-tour-block #tooltip-actions h3 { margin-bottom: 5px; } #edit-tour-block .special-attributes { color: rgb(157, 157, 157); } #edit-tour-block .list-items { margin-bottom: 25px; } #edit-tour-block .droppable-items { padding-left: 0; margin-top: -12px; } #edit-tour-block .droppable-items li { list-style-type: none; } #edit-tour-block .item-row { line-height: 25px; margin-bottom: 5px; padding: 0; cursor: pointer; width: 97%; } #edit-tour-block .item-row:hover { background: #ddd url(/images/drag-and-drop.png) no-repeat; background-position: 98% 15px; } #edit-tour-block .item-row li { list-style-type: none; display: inline; margin-left: 5px; } #edit-tour-block { width: 620px; position: relative; } #edit-tour-block #new-template { display: none; } #edit-tour-block .list-header { width: 98%; padding: 0 1px 10px 10px; margin-bottom: 5px; cursor: pointer; } #edit-tour-block .list-header li { list-style-type: none; display: inline; font-weight: bold; font-size: 12px; text-align: center; } #edit-tour-block .list-header .list-name { margin-left: 20px; } #edit-tour-block .list-header .list-selector { margin-left: 63px; } #edit-tour-block .list-header .list-description, #edit-tour-block .list-header .list-event { margin-left: 68px; } |