]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/view/animated-dataview.css
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / view / animated-dataview.css
CommitLineData
6527f429
DM
1#phones {\r
2 background-color: #fff;\r
3 text-shadow: #fff 0 1px 0;\r
4 position: relative;\r
5 display: block;\r
6 height: auto;\r
7}\r
8\r
9#phones div.phone img {\r
10 margin-bottom: 1px;\r
11}\r
12\r
13#phones div.phone {\r
14 float: left;\r
15 padding: 8px 17px;\r
16 margin: 5px;\r
17/* margin: 10px 0 0 25px;*/\r
18 text-align: center;\r
19 line-height: 14px;\r
20 color: #333;\r
21 font-size: 10px;\r
22 font-family: "Helvetica Neue",sans-serif;\r
23 height: 130px;\r
24 width: 140px;\r
25 overflow: hidden;\r
26 border-top: 1px solid transparent;\r
27 cursor: pointer;\r
28}\r
29\r
30.x-ie6 #phones div.phone,\r
31.x-ie7 #phones div.phone,\r
32.x-ie8 #phones div.phone {\r
33 border-top: none;\r
34 padding: 3px 2px;\r
35 margin: 2px;\r
36}\r
37\r
38#phones div.phone-hover {\r
39 background-color: #eee;\r
40}\r
41\r
42#phones .x-item-selected {\r
43 background-color: #D3E1F1 !important;\r
44}\r
45\r
46#phones div.phone strong {\r
47 color: #000;\r
48 display: block;\r
49}\r
50\r
51#phones div.phone span {\r
52 color: #999;\r
53}\r