Add Intel copyright header.
[profile/ivi/cowhide.git] / examples / calf / styles / calf.css
1 #application {
2     overflow: hidden;
3     margin-bottom: 30px;
4 }
5
6 .library {
7     height: 300px;
8     overflow-y: auto;
9 }
10
11 .now-playing {
12     position: relative;
13 }
14
15 .now-playing .album-art {
16     height: 300px;
17     width: 300px;
18 }
19
20 .now-playing .play-controls {
21     position: absolute;
22     bottom: -20px;
23     padding: 10px 0 10px 50px;
24     width: 250px;
25     background-color: rgba(255,255,255,0.8);
26 }
27
28 .volume-control .volume-sliders {
29     padding-top: 30px;
30 }
31
32 .volume-control .volume-sliders .ui-slider-vertical {
33     float: right;
34     margin-left: 15px;
35     margin-right: 15px;
36 }