/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/sliders.css

  • Committer: Gustav Hartvigsson
  • Date: 2013-04-12 17:00:09 UTC
  • mfrom: (23.1.4 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130412170009-gla04s3anpjep68p
Merging implementation group one's team bnanch in to trunk.
This is also end of this cycle.

Good work guys.

20130412.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        font-family: Arial;
10
10
        background-color: #d0d0d4;
11
11
        background: linear-gradient(to bottom, #f0f0e8 0%, #e8e8e8 1%, #b8b8b0 17%);
 
12
        -pie-background: linear-gradient(top, #f0f0e8 0%, #e8e8e8 1%, #b8b8b0 17%);
12
13
        border-radius: 10px;
13
14
        padding:6px;
14
15
}
79
80
        border-width: 1px;
80
81
        box-shadow: 2px 2px 2px #444;
81
82
        background: linear-gradient(to bottom, #fff 0%,#e0e0d8 60%);
 
83
        -pie-background: linear-gradient(top, #fff 0%,#e0e0d8 60%);
82
84
}
 
 
b'\\ No newline at end of file'