06060b7e0e37ec565ebe56a5f0fcfa047e7ba075
[profile/ivi/cowhide.git] / examples / hoofbeats / stylesheets / hoofbeats.css
1 .content {
2   padding-top: 40px;
3   height: 100%;
4   width: 100%;
5   position: absolute;
6   overflow: hidden;
7 }
8
9 ul.item-list {
10   margin: 0;
11 }
12
13 .mediaItem {
14     position: relative;
15 }
16
17 .mediaItem .info .title {
18     font-size: large;
19     font-weight: bold;
20     color: black;
21 }
22
23 .mediaItem .info .authors {
24     color: #555;
25     font-style: italic;
26 }
27
28 .mediaItem .duration {
29     position: absolute;
30     bottom: 0;
31     right: 0;
32     color: #999;
33     font-size: x-small;
34 }