upload tizen1.0 source
[framework/web/web-ui-fw.git] / demos / tizen-gray / widgets / grid / css / namecard.css
1 .ui-demo-namecard {
2         display : inline-block;
3         width : 5.1rem;
4         height : 6.1rem;
5         margin-right: 0.4rem;
6         margin-left: 0.4rem;
7         margin-bottom: 1.5rem;
8 }
9
10 .ui-demo-namecard-pic {
11         float : left;
12         padding-top : 0.2rem;
13         padding-left : 0.2rem;
14         padding-bottom: 0rem;
15 }
16
17 .ui-demo-namecard-pic-img {
18         height : 5rem;
19         width : 5rem;
20 }
21
22 .ui-demo-namecard-contents {
23         float : left;
24         height : 1rem;
25         margin: 0rem;
26 }
27
28 .ui-demo-namecard-contents span {
29         font-style : italic;
30         color : #666;
31         border-bottom : 1px dashed;
32         margin-top: 0rem;
33 }
34
35 .ui-demo-namecard-contents span.name {
36         color : white;
37         font : normal 0.8rem Georgia, serif !important;
38
39         width: 5rem;
40         display: inline-block;
41         white-space : nowrap;
42         overflow : hidden !important;
43         text-overflow : ellipsis !important;
44         -o-text-overflow:ellipsis;
45         resize:horizontal;
46 }