133 lines
2.6 KiB
CSS
133 lines
2.6 KiB
CSS
|
|
|
|
.icon-tree_type
|
|
{
|
|
background-image:url(Ext/icons/fam/grid.png) !important;
|
|
}
|
|
.icon-grid
|
|
{
|
|
background-image:url(img/Menus/5.png) !important;
|
|
}
|
|
.details
|
|
{
|
|
padding: 5px;
|
|
text-align: center;
|
|
}
|
|
.details-info{
|
|
border-top: 1px solid #D6E2F3;
|
|
font: 11px Arial, Helvetica, sans-serif;
|
|
margin-top: 5px;
|
|
padding-top: 5px;
|
|
text-align: left;
|
|
}
|
|
.details-info b{
|
|
color: #555555;
|
|
display: block;
|
|
margin-bottom: 4px;
|
|
}
|
|
.details-info span{
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#img-chooser-view{
|
|
background: white;
|
|
font: 11px Arial, Helvetica, sans-serif;
|
|
}
|
|
.thumb{
|
|
background: #dddddd;
|
|
padding: 1px;
|
|
}
|
|
.thumb img{
|
|
height: 140px;
|
|
width: 110px;
|
|
}
|
|
|
|
.thumb-wrap{
|
|
float: left;
|
|
margin: 4px;
|
|
margin-right: 0;
|
|
padding: 5px;
|
|
}
|
|
.thumb-wrap span{
|
|
display: block;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
}
|
|
.x-view-over{
|
|
border:1px solid #dddddd;
|
|
background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
|
|
padding: 4px;
|
|
}
|
|
.x-view-selected{
|
|
background: #DFEDFF;
|
|
border: 1px solid #6593cf;
|
|
padding: 4px;
|
|
}
|
|
.x-view-selected .thumb{
|
|
background:transparent;
|
|
}
|
|
.x-view-selected span{
|
|
color:#1A4D8F;
|
|
}
|
|
.loading-indicator {
|
|
font-size:11px;
|
|
background-image:url('../../resources/images/grid/loading.gif');
|
|
background-repeat: no-repeat;
|
|
background-position: left;
|
|
padding-left:20px;
|
|
margin:10px;
|
|
}
|
|
.search-item {
|
|
font:normal 11px tahoma, arial, helvetica, sans-serif;
|
|
padding:3px 10px 3px 10px;
|
|
border:1px solid #fff;
|
|
border-bottom:1px solid #eeeeee;
|
|
white-space:normal;
|
|
color:#555;
|
|
}
|
|
.search-item h3 {
|
|
display:block;
|
|
font:inherit;
|
|
font-weight:bold;
|
|
color:#222;
|
|
}
|
|
|
|
.search-item h3 span {
|
|
float: right;
|
|
font-weight:normal;
|
|
margin:0 0 5px 5px;
|
|
width:100px;
|
|
display:block;
|
|
clear:none;
|
|
}
|
|
#search-results a {
|
|
color: #385F95;
|
|
font:bold 11px tahoma, arial, helvetica, sans-serif;
|
|
text-decoration:none;
|
|
}
|
|
#search-results a:hover {
|
|
text-decoration:underline;
|
|
}
|
|
#search-results .search-item {
|
|
padding:5px;
|
|
}
|
|
#search-results p {
|
|
margin:3px !important;
|
|
}
|
|
#search-results {
|
|
border-bottom:1px solid #ddd;
|
|
margin: 0 1px;
|
|
height:300px;
|
|
overflow:auto;
|
|
}
|
|
#search-results .x-toolbar {
|
|
border:0 none;
|
|
}
|
|
|
|
|
|
|
|
|
|
|