* Fixed issues with JS path

* Trying pull request
This commit is contained in:
Brinken
2012-05-22 12:09:13 +02:00
parent 224e19b359
commit d894750151
55 changed files with 34271 additions and 246 deletions

View File

@@ -8,7 +8,7 @@
.jspContainer
{
overflow: hidden;
position: relative;
position: fixed;
}
.jspPane
@@ -95,16 +95,24 @@
background: #80808d;
}
.jspVerticalBar .jspArrow .jspArrowUp {
background: url(../images/arrow-up.png) no-repeat 50% 50%;
}
.jspVerticalBar .jspArrow .jspArrowDown {
background: url(../images/arrow-down.png) no-repeat 50% 50%;
}
.jspVerticalBar .jspArrow
{
height: 10px;
}
.jspHorizontalBar .jspArrow
{
width: 10px;
float: left;
height: 100%;
background-image: url(../images/arrow-up.png);
}
.jspVerticalBar .jspArrow:focus