| | |
| | | } |
| | | |
| | | #topnav { |
| | | position: relative; |
| | | height: 46px; |
| | | margin-bottom: 10px; |
| | | padding: 0 0 0 10px; |
| | |
| | | .uibox { |
| | | border: 1px solid #a3a3a3; |
| | | border-radius: 4px; |
| | | overflow: hidden; |
| | | box-shadow: 0 0 2px #999; |
| | | -o-box-shadow: 0 0 2px #999; |
| | | -webkit-box-shadow: 0 0 2px #999; |
| | | -moz-box-shadow: 0 0 2px #999; |
| | | background: #fff; |
| | | } |
| | | |
| | | .minwidth { |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | bottom: 0; |
| | | width: 100%; |
| | | min-width: 1150px; |
| | | } |
| | | |
| | | .scroller { |
| | |
| | | left: 0; |
| | | width: 100%; |
| | | bottom: 0; |
| | | overflow: auto; |
| | | overflow-x: hidden; |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | .listbox .scroller.withfooter { |
| | |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .uibox .boxfooter { |
| | | border-radius: 0 0 4px 4px; |
| | | } |
| | | |
| | | .boxfooter .listbutton { |
| | | display: inline-block; |
| | | text-decoration: none; |
| | |
| | | background: #c7e3ef; |
| | | padding: 3px 0; |
| | | margin-top: 1px; |
| | | } |
| | | |
| | | .uibox .boxfooter .listbutton:first-child { |
| | | border-radius: 0 0 0 4px; |
| | | } |
| | | |
| | | .boxfooter .listbutton .inner { |
| | |
| | | margin: 38px 0 10px 0; |
| | | } |
| | | |
| | | body.iframe.footerbuttons { |
| | | margin-bottom: 42px; |
| | | body.iframe.floatingbuttons { |
| | | margin-bottom: 40px; |
| | | } |
| | | |
| | | body.iframe.fullheight { |
| | |
| | | z-index: 100; |
| | | } |
| | | |
| | | body.iframe .footerbuttons { |
| | | body.iframe .footerleft.floating { |
| | | position: fixed; |
| | | left: 0; |
| | | bottom: 0; |
| | | width: 100%; |
| | | z-index: 110; |
| | | background: #fff; |
| | | padding: 8px; |
| | | padding-top: 8px; |
| | | padding-bottom: 12px; |
| | | } |
| | | |
| | | body.iframe .footerleft.floating:before { |
| | | content: " "; |
| | | position: absolute; |
| | | top: -6px; |
| | | left: 0; |
| | | width: 100%; |
| | | height: 6px; |
| | | background: url(images/overflowshadow.png) top center no-repeat; |
| | | } |
| | | |
| | | .boxcontent { |
| | |
| | | overflow: auto; |
| | | } |
| | | |
| | | .iframebox { |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 28px; |
| | | } |
| | | |
| | | .footerleft { |
| | | padding: 0 12px 10px 12px; |
| | | padding: 0 12px 4px 12px; |
| | | } |
| | | |
| | | .propform fieldset { |
| | |
| | | |
| | | /*** toolbar ***/ |
| | | |
| | | .toolbar .spacer { |
| | | display: inline-block; |
| | | width: 24px; |
| | | height: 40px; |
| | | padding: 0; |
| | | } |
| | | |
| | | .toolbar a.button { |
| | | text-align: center; |
| | | font-size: 10px; |
| | |
| | | text-decoration: none; |
| | | color: #333; |
| | | cursor: pointer; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | a.menuselector .handle { |
| | |
| | | margin-bottom: 12px; |
| | | padding-top: 15px; |
| | | height: 27px; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | .tabsbar .tablink { |