/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: elof.bigestans at gmail
  • Date: 2013-04-02 13:51:45 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: elof.bigestans@gmail.com-20130402135145-0sd0tfyspsust192
Added relevant files

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'