Annotation of loncom/html/adm/split.js/split.css, revision 1.1
1.1 ! damieng 1: .gutter {
! 2: background-color: #eee;
! 3:
! 4: background-repeat: no-repeat;
! 5: background-position: 50%;
! 6: }
! 7:
! 8: .gutter.gutter-horizontal {
! 9: background-image: url('grips/vertical.png');
! 10: cursor: ew-resize;
! 11: }
! 12:
! 13: .gutter.gutter-vertical {
! 14: background-image: url('grips/horizontal.png');
! 15: cursor: ns-resize;
! 16: }
! 17:
! 18: .split {
! 19: -webkit-box-sizing: border-box;
! 20: -moz-box-sizing: border-box;
! 21: box-sizing: border-box;
! 22: }
! 23:
! 24: .gutter:active {
! 25: cursor: grabbing;
! 26: cursor: -moz-grabbing;
! 27: cursor: -webkit-grabbing;
! 28: }
! 29:
! 30: .split.split-horizontal, .gutter.gutter-horizontal {
! 31: height: 100%;
! 32: float: left;
! 33: }
! 34:
! 35: .split-parent {
! 36: position: absolute;
! 37: left: 0px;
! 38: right: 0px;
! 39: top: 0px;
! 40: bottom: 0px;
! 41: }
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>