blob: 1e1901f67b15f41096e0521ec20bb75ccd907dc2 [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.
.project-selector {
display: inline-block;
}
.project-selector-dialog .ui-widget-content {
padding: 0 !important;
}
.project-selector .toolbar {
position: relative;
width: 420px;
border: 0;
border-bottom: 1px solid #93a4b4;
box-shadow: 0 2px #ffffff;
/*+box-shadow:0px 2px #FFFFFF;*/
background: transparent;
-moz-box-shadow: 0 2px #ffffff;
-webkit-box-shadow: 0 2px #ffffff;
-o-box-shadow: 0 2px #ffffff;
-moz-box-shadow: 0 2px 0 #ffffff;
-webkit-box-shadow: 0 2px 0 #ffffff;
-o-box-shadow: 0 2px 0 #ffffff;
}
.project-selector .search input[type='text'] {
/*+border-radius:3px;*/
float: left;
width: 192px;
height: 18px;
margin: 6px 0 0 105px;
border: 1px solid #9dadbb;
border-radius: 3px;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 1px #ffffff;
/*+box-shadow:0px 1px 1px #FFFFFF;*/
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-box-shadow: 0 1px 1px #ffffff;
-webkit-box-shadow: 0 1px 1px #ffffff;
-o-box-shadow: 0 1px 1px #ffffff;
}
.project-selector .search input[type='submit'] {
display: block;
position: relative;
float: left;
top: 0;
left: -2px;
width: 25px;
height: 22px;
margin: 6px 0 0;
border: 0;
/*+placement:shift -2px 0px;*/
border-left: 1px solid #283979;
background: url('../images/sprites.png') no-repeat -601px -328px;
cursor: pointer;
cursor: pointer;
}
.project-selector .listing {
position: relative;
margin: 15px;
border: 1px solid #d0d0d0;
}
.project-selector .listing .data {
width: 100%;
height: 275px;
margin: 18px 0 0;
background: #f2f0f0;
overflow: auto;
overflow-x: hidden;
}
.project-selector .listing .data ul {
font-size: 11px;
text-align: left;
}
.project-selector .listing .data ul li {
padding: 10px 0 10px 7px;
font-size: 12px;
cursor: pointer;
}
.project-selector .listing .data ul li.odd {
background: #dfe1e3;
}
.project-selector .listing .data ul li:hover {
padding: 9px 0 9px 7px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #babfd9;
background: #cbddf3;
}
.project-selector .listing .header {
position: absolute;
left: 0;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
width: 379px;
padding: 3px 2px 3px 7px;
border-bottom: 1px solid #ffffff;
background: url('../images/bg-gradients.png') repeat-x 0 -164px;
font-size: 11px;
color: #4f6171;
text-align: left;
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;
}
.project-selector .button.cancel {
float: none;
top: -8px;
left: 170px;
width: 54px;
margin: auto auto 17px;
padding: 8px 20px;
border: 1px solid #aaaaaa;
border-radius: 4px 4px 4px 4px;
background: #b6b6b6 url('../images/gradients.png') repeat 0 -480px;
font-size: 13px;
font-weight: bold;
color: #808080;
color: #838181;
cursor: pointer;
}
.project-selector .button.cancel:hover {
color: #3a3a3a;
}