| | |
| | | background-repeat: no-repeat; |
| | | } |
| | | |
| | | /* fix scrolling within iframes in webkit browsers on touch devices */ |
| | | @media screen and (-webkit-min-device-pixel-ratio:0) and (max-device-width:1024px) { |
| | | .iframebox { |
| | | overflow: auto; |
| | | -webkit-overflow-scrolling: touch; |
| | | } |
| | | } |
| | | |
| | | |
| | | /*** lists ***/ |
| | | |
| | | .listbox { |
| | |
| | | background-color: #d9ecf4; |
| | | } |
| | | |
| | | ul.listing li ul { |
| | | border-top: 1px solid #bbd3da; |
| | | } |
| | | |
| | | ul.listing li.droptarget, |
| | | table.listing tr.droptarget td { |
| | | background-color: #e8e798; |
| | | } |
| | | |
| | | .listbox table.listing { |
| | | background-color: #d9ecf4; |
| | | } |
| | | |
| | | table.listing, |
| | |
| | | |
| | | table.layout td { |
| | | vertical-align: top; |
| | | } |
| | | |
| | | ul.treelist li { |
| | | position: relative; |
| | | } |
| | | |
| | | ul.treelist li div.treetoggle { |
| | | position: absolute; |
| | | top: 13px; |
| | | left: 19px; |
| | | width: 13px; |
| | | height: 13px; |
| | | background: url(images/listicons.png) -3px -144px no-repeat; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | ul.treelist li div.treetoggle.expanded { |
| | | background-position: -3px -168px; |
| | | } |
| | | |
| | | ul.treelist li.selected > div.collapsed { |
| | | background-position: -23px -144px; |
| | | } |
| | | |
| | | ul.treelist li.selected > div.expanded { |
| | | background-position: -23px -168px; |
| | | } |
| | | |
| | | .listbox .boxfooter { |
| | |
| | | body.iframe { |
| | | background: #fff; |
| | | margin: 38px 0 10px 0; |
| | | } |
| | | |
| | | body.iframe.error { |
| | | background: #ededed; |
| | | } |
| | | |
| | | body.iframe.floatingbuttons { |
| | |
| | | -o-box-shadow: none; |
| | | background: url(images/buttons.png) -100px 0 no-repeat transparent; |
| | | border: 0; |
| | | border-radius: 0; |
| | | } |
| | | |
| | | .toolbar a.button.disabled { |