| // 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. |
| |
| .upload-volume .list-view { |
| margin-top: 5px !important; |
| } |
| |
| .upload-volume .listView-container { |
| width: 823px; |
| margin: 71px 0 20px 28px; |
| border: 1px solid #dadada; |
| border-radius: 4px; |
| /*+border-radius:4px;*/ |
| border-radius: 4px 4px 4px 4px; |
| background: #ffffff; |
| -moz-border-radius: 4px; |
| -webkit-border-radius: 4px; |
| -khtml-border-radius: 4px; |
| } |
| |
| .upload-volume div.list-view .data-table div.fixed-header { |
| top: 115px !important; |
| left: 56px !important; |
| background: #ffffff !important; |
| } |
| |
| .upload-volume .data-table table.body { |
| margin-top: 66px !important; |
| margin-left: 19px; |
| } |
| |
| .upload-volume .list-view .toolbar { |
| top: 118px; |
| left: 43px; |
| width: 801px; |
| border: 0; |
| background: transparent; |
| } |
| |
| .upload-volume .top-fields { |
| float: left; |
| clear: none; |
| margin-left: 24px; |
| } |
| |
| .upload-volume .top-fields .field { |
| float: left; |
| margin-right: 50px; |
| } |
| |
| .upload-volume .top-fields input { |
| float: right; |
| /*+border-radius:3px;*/ |
| width: 186px; |
| padding: 2px; |
| border-radius: 3px; |
| border-radius: 3px 3px 3px 3px; |
| -moz-border-radius: 3px; |
| -webkit-border-radius: 3px; |
| -khtml-border-radius: 3px; |
| } |
| |
| .upload-volume .top-fields label, |
| .upload-volume .desc { |
| display: block; |
| float: left; |
| padding: 6px; |
| font-size: 12px; |
| color: #4c5d6c; |
| /*+text-shadow:0px 0px #FFFFFF;*/ |
| text-shadow: 0 0 #ffffff; |
| -moz-text-shadow: 0 0 #ffffff; |
| -webkit-text-shadow: 0 0 #ffffff; |
| -o-text-shadow: 0 0 #ffffff; |
| } |
| |
| .upload-volume .desc { |
| position: absolute; |
| top: 79px; |
| left: 32px; |
| width: 825px; |
| border-top: 1px solid #cfcfcf; |
| text-align: left; |
| } |