~ubuntu-branches/ubuntu/precise/maas/precise-security

« back to all changes in this revision

Viewing changes to debian/extras/jslibs/yui/slider-base/assets/skins/sam/slider-skin.css

Tags: 1.2+bzr1373+dfsg-0ubuntu1~12.04.4
* SECURITY UPDATE: failure to authenticate downloaded content (LP: #1039513)
  - debian/patches/CVE-2013-1058.patch: Authenticate downloaded files with
    GnuPG and MD5SUM files. Thanks to Julian Edwards.
  - CVE-2013-1058
* SECURITY UPDATE: configuration options may be loaded from current working
  directory (LP: #1158425)
  - debian/patches/CVE-2013-1057-1-2.patch: Do not load configuration
    options from the current working directory. Thanks to Julian Edwards.
  - CVE-2013-1057

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
YUI 3.5.1 (build 22)
 
3
Copyright 2012 Yahoo! Inc. All rights reserved.
 
4
Licensed under the BSD License.
 
5
http://yuilibrary.com/license/
 
6
*/
 
7
/* Horizontal Slider */
 
8
 
 
9
/* Use thumbUrl /build/slider-base/assets/skins/sam/thumb-x.png */
 
10
 
 
11
.yui3-skin-sam .yui3-slider-x .yui3-slider-rail,
 
12
.yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-left,
 
13
.yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-right {
 
14
    background-image: url(rail-x.png);
 
15
    background-repeat: repeat-x;
 
16
    /* alternate: rail-x-lines.png */
 
17
}
 
18
 
 
19
.yui3-skin-sam .yui3-slider-x .yui3-slider-rail {
 
20
    height: 26px;
 
21
}
 
22
.yui3-skin-sam .yui3-slider-x .yui3-slider-thumb {
 
23
    height: 26px;
 
24
    width: 15px;
 
25
}
 
26
 
 
27
.yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-left {
 
28
    background-position: 0 -20px;
 
29
    height: 20px;
 
30
    left: -2px;
 
31
    width: 5px;
 
32
}
 
33
.yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-right {
 
34
    background-position: 0 -40px;
 
35
    height: 20px;
 
36
    right: -2px;
 
37
    width: 5px;
 
38
}
 
39
 
 
40
.yui3-skin-sam .yui3-slider-x .yui3-slider-thumb-image {
 
41
    left: 0;
 
42
    top: -10px;
 
43
}
 
44
.yui3-skin-sam .yui3-slider-x .yui3-slider-thumb-shadow {
 
45
    left: 0;
 
46
    opacity: 0.15;
 
47
    filter: alpha(opacity=15);
 
48
    top: -50px;
 
49
}
 
50
 
 
51
/* Vertical Slider */
 
52
 
 
53
/* Use thumbUrl /build/slider-base/assets/skins/sam/thumb-y.png */
 
54
 
 
55
.yui3-skin-sam .yui3-slider-y .yui3-slider-rail,
 
56
.yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-top,
 
57
.yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-bottom {
 
58
    background-image: url(rail-y.png);
 
59
    background-repeat: repeat-y;
 
60
    /* alternate: rail-y-lines.png */
 
61
}
 
62
 
 
63
.yui3-skin-sam .yui3-slider-y .yui3-slider-rail {
 
64
    width: 26px;
 
65
}
 
66
.yui3-skin-sam .yui3-slider-y .yui3-slider-thumb {
 
67
    width: 26px;
 
68
    height: 15px;
 
69
}
 
70
 
 
71
.yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-top {
 
72
    background-position: -20px 0;
 
73
    width: 20px;
 
74
    top: -2px;
 
75
    height: 5px;
 
76
}
 
77
.yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-bottom {
 
78
    background-position: -40px 0;
 
79
    width: 20px;
 
80
    bottom: -2px;
 
81
    height: 5px;
 
82
}
 
83
 
 
84
.yui3-skin-sam .yui3-slider-y .yui3-slider-thumb-image {
 
85
    left: -10px;
 
86
    top: 0;
 
87
}
 
88
.yui3-skin-sam .yui3-slider-y .yui3-slider-thumb-shadow {
 
89
    left: -50px;
 
90
    opacity: 0.15;
 
91
    filter: alpha(opacity=15);
 
92
    top: 0;
 
93
}