blob: 4eb1b677a9daca37c43439921aa2f4b0db919d5d [file] [log] [blame]
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
.plugins-listing ul {
width: 100%;
}
.plugins-listing ul li {
/*+border-radius:4px;*/
width: 98%;
height: 66px;
margin: 9px auto 12px;
border: 1px solid #a8a3a3;
/*+box-shadow:0px 2px 6px #D3D3D3;*/
border-radius: 4px;
box-shadow: 0 2px 6px #d3d3d3;
background: url('../images/bg-gradients.png') 0 -29px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: 0 2px 6px #d3d3d3;
-webkit-box-shadow: 0 2px 6px #d3d3d3;
-o-box-shadow: 0 2px 6px #d3d3d3;
}
.plugins-listing ul li:hover {
/*+box-shadow:inset 0px 2px 4px #B9B9B9;*/
box-shadow: inset 0 2px 4px #b9b9b9;
-moz-box-shadow: inset 0 2px 4px #b9b9b9;
-webkit-box-shadow: inset 0 2px 4px #b9b9b9;
-o-box-shadow: inset 0 2px 4px #b9b9b9;
}
.plugins-listing ul li .title {
display: block;
float: left;
width: 90%;
margin: 13px 0 7px;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
font-weight: bold;
color: #4a5a6a;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.plugins-listing ul li .desc {
font-size: 13px;
color: #524e4e;
}
.plugins-listing ul li .icon {
display: block;
float: left;
width: 50px;
height: 50px;
margin: 8px 13px 13px 11px;
}
.plugins-listing ul li .icon img {
width: 100%;
height: 100%;
}