79 lines
No EOL
1.7 KiB
CSS
79 lines
No EOL
1.7 KiB
CSS
/*
|
|
This file is part of Ext JS 3.4
|
|
|
|
Copyright (c) 2011-2013 Sencha Inc
|
|
|
|
Contact: http://www.sencha.com/contact
|
|
|
|
GNU General Public License Usage
|
|
This file may be used under the terms of the GNU General Public License version 3.0 as
|
|
published by the Free Software Foundation and appearing in the file LICENSE included in the
|
|
packaging of this file.
|
|
|
|
Please review the following information to ensure the GNU General Public License version 3.0
|
|
requirements will be met: http://www.gnu.org/copyleft/gpl.html.
|
|
|
|
If you are unsure which license is appropriate for your use, please contact the sales department
|
|
at http://www.sencha.com/contact.
|
|
|
|
Build date: 2013-04-03 15:07:25
|
|
*/
|
|
#phones {
|
|
background-color: #fff;
|
|
text-shadow: #fff 0 1px 0;
|
|
}
|
|
|
|
#phones ul {
|
|
position: relative;
|
|
display: block;
|
|
height: auto;
|
|
font-size: 85%;
|
|
}
|
|
|
|
#phones ul li img {
|
|
margin-bottom: 1px;
|
|
}
|
|
|
|
#phones ul li {
|
|
float: left;
|
|
padding: 8px 17px;
|
|
margin: 5px;
|
|
/* margin: 10px 0 0 25px;*/
|
|
text-align: center;
|
|
line-height: 1.25em;
|
|
color: #333;
|
|
font-family: "Helvetica Neue",sans-serif;
|
|
height: 113px;
|
|
width: 112px;
|
|
overflow: hidden;
|
|
border-top: 1px solid transparent;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*#phones ul li.phone-hover {
|
|
background-color: #eee;
|
|
}*/
|
|
|
|
#phones ul li.x-view-selected {
|
|
background-color: rgba(100, 100, 100, .15);
|
|
-moz-border-radius: 8px;
|
|
-webkit-border-radius: 8px;
|
|
border-top: 1px solid rgba(0, 0, 0, .15);
|
|
}
|
|
|
|
#phones ul li img {
|
|
/* display: block;*/
|
|
}
|
|
|
|
#phones li strong {
|
|
color: #000;
|
|
display: block;
|
|
}
|
|
|
|
#phones li span {
|
|
color: #999;
|
|
}
|
|
|
|
.x-slider-horz .x-slider-thumb {
|
|
background-image: url(images/slider-thumb.png);
|
|
} |