/lenasys/trunk

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

« back to all changes in this revision

Viewing changes to Widget Library/sliderdemo.css

  • Committer: gustav.hartvigsson at gmail
  • Date: 2013-04-02 13:58:01 UTC
  • mfrom: (7.1.2 pvp)
  • Revision ID: gustav.hartvigsson@gmail.com-20130402135801-jo6now4rir3kyln3
Mergerd fix for the widget library.

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'