}
.splitBarHoriz, .splitBarVert {
background: #e9e9e9 no-repeat scroll;
- border: 1px solid silver;
z-index: 10;
}
.splitBarHoriz {
background-image: url("graphics/dragHandle.png");
background-position: center top;
+ border-top: 1px solid silver;
+ border-bottom: 1px solid silver;
cursor: row-resize;
height: 5px;
}
.splitBarVert {
background-image: url("graphics/dragHandleVert.png");
background-position: center;
+ border-right: 1px solid silver;
+ border-left: 1px solid silver;
cursor: col-resize;
height: 300px;
- margin-bottom: -1px;
- margin-top: -1px;
width: 5px;
}