summaryrefslogtreecommitdiff
path: root/static/jScrollPane.css
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-06 21:49:33 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-06 21:49:33 -0400
commitbb6c557b0ec2c154d4da7aa3b291eebe942b9046 (patch)
tree06be29104d80a5533ec76eb9693ce52cae802438 /static/jScrollPane.css
parenta136333cfc240a9fa7a76e44344dd6dd6eaade96 (diff)
Deleted static files, updated css
Diffstat (limited to 'static/jScrollPane.css')
-rw-r--r--static/jScrollPane.css65
1 files changed, 0 insertions, 65 deletions
diff --git a/static/jScrollPane.css b/static/jScrollPane.css
deleted file mode 100644
index 1d9cf92..0000000
--- a/static/jScrollPane.css
+++ /dev/null
@@ -1,65 +0,0 @@
-
-.jScrollPaneContainer {
- position: relative;
- overflow: hidden;
- z-index: 1;
-}
-
-.jScrollPaneTrack {
- position: absolute;
- cursor: pointer;
- right: 0;
- top: 0;
- height: 100%;
- background:url(/static/spatter.jpg);
-}
-.jScrollPaneDrag {
- position: absolute;
- background:url(/static/background17.gif);
- cursor: pointer;
- overflow: hidden;
-}
-.jScrollPaneDragTop {
- position: absolute;
- top: 0;
- left: 0;
- overflow: hidden;
-}
-.jScrollPaneDragBottom {
- position: absolute;
- bottom: 0;
- left: 0;
- overflow: hidden;
-}
-a.jScrollArrowUp {
- display: block;
- position: absolute;
- z-index: 1;
- top: 0;
- right: 0;
- text-indent: -2000px;
- overflow: hidden;
- /*background-color: #666;*/
- height: 9px;
-}
-a.jScrollArrowUp:hover {
- /*background-color: #f60;*/
-}
-
-a.jScrollArrowDown {
- display: block;
- position: absolute;
- z-index: 1;
- bottom: 0;
- right: 0;
- text-indent: -2000px;
- overflow: hidden;
- /*background-color: #666;*/
- height: 9px;
-}
-a.jScrollArrowDown:hover {
- /*background-color: #f60;*/
-}
-a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
- /*background-color: #f00;*/
-} \ No newline at end of file