/lenasys/0.1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/0.1

« back to all changes in this revision

Viewing changes to Widget Library/sliderdemo.css

  • Committer: mattman-03
  • Date: 2013-04-03 14:33:50 UTC
  • mfrom: (9.3.2 widgets)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: mattman-03-20130403143350-wf880rxt13fg42no
Widget bug fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#container {
2
 
        background-color: #d0d0d4; 
3
 
        border-radius: 10px;
4
 
        width: 220px; 
5
 
        height: 300px; 
6
 
        padding: 6px;
7
 
}
8
 
 
9
 
#sliderbox {
10
 
        float:left;
11
 
        width:40px;
12
 
        height:32px;
13
 
        font-family:Trebuchet,sans-serif;
14
 
        font-size:18px;
15
 
}
16
 
 
17
 
#slider1 {
18
 
        margin-left:42px; 
19
 
        width:160px; 
20
 
        height:32px; 
21
 
        border-style:none; 
22
 
        border-width:1px; 
23
 
        background-position:center; 
24
 
        background-image:url('sliderline.png'); 
25
 
        background-repeat:repeat-x;
26
 
}
27
 
 
28
 
#slider1marker {
29
 
        position:relative; 
30
 
        left:60px; 
31
 
        width:14px; 
32
 
        height:32px; 
33
 
        background-image:url('sliderring14.png'); 
34
 
        background-repeat:no-repeat; 
35
 
        background-position:center;
36
 
}
 
 
b'\\ No newline at end of file'