Valentin Valchev | d350cc7 | 2010-03-22 06:52:06 +0000 | [diff] [blame] | 1 | /*
|
| 2 | * Licensed to the Apache Software Foundation (ASF) under one or more
|
| 3 | * contributor license agreements. See the NOTICE file distributed with
|
| 4 | * this work for additional information regarding copyright ownership.
|
| 5 | * The ASF licenses this file to You under the Apache License, Version 2.0
|
| 6 | * (the "License"); you may not use this file except in compliance with
|
| 7 | * the License. You may obtain a copy of the License at
|
| 8 | *
|
| 9 | * http://www.apache.org/licenses/LICENSE-2.0
|
| 10 | *
|
| 11 | * Unless required by applicable law or agreed to in writing, software
|
| 12 | * distributed under the License is distributed on an "AS IS" BASIS,
|
| 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 14 | * See the License for the specific language governing permissions and
|
| 15 | * limitations under the License.
|
| 16 | */
|
| 17 | #detailsBox { padding-left: .5em }
|
| 18 | #dialog .nicetable { font-size: .5em }
|
| 19 | #detailsBox h3 {
|
| 20 | font-weight: bold;
|
| 21 | font-size: 1.5em;
|
| 22 | padding-top: 1em;
|
| 23 | }
|
| 24 | #treeBox , #treeCont {
|
| 25 | width: 300px !important;
|
| 26 | height: 100%;
|
| 27 | min-height: 300px;
|
| 28 | overflow: auto;
|
| 29 | }
|
| 30 | #browser { margin: 1em; height: 100% }
|
| 31 | #browser li { cursor: pointer }
|
| 32 | #browser span.ui-icon { display: inline-block }
|
| 33 | img.icon { /* force image size */
|
| 34 | border: none;
|
| 35 | width: 16px;
|
| 36 | height: 16px;
|
| 37 | margin: 0;
|
| 38 | padding: 0;
|
| 39 | }
|
Valentin Valchev | 6eb0f51 | 2013-04-05 13:28:50 +0000 | [diff] [blame] | 40 | div.info {
|
| 41 | font-size: 75%;
|
| 42 | }
|