| /* | |
| //////////////////////////////////////////////////////////////////////////////// | |
| // | |
| // 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. | |
| // | |
| //////////////////////////////////////////////////////////////////////////////// | |
| */ | |
| @namespace basic "library://ns.apache.org/flexjs/basic"; | |
| /* | |
| //---------------------------- | |
| // Global styles | |
| //---------------------------- | |
| */ | |
| .global { | |
| IStatesImpl: ClassReference("org.apache.flex.core.StatesWithTransitionsImpl"); | |
| } | |
| global { | |
| IStatesImpl: ClassReference("org.apache.flex.core.StatesWithTransitionsImpl"); | |
| } | |
| /* | |
| //---------------------------- | |
| // Named styles | |
| //---------------------------- | |
| */ | |
| #projectName { | |
| fontSize: 30px; | |
| } | |
| #projectImage { | |
| width: 60px; | |
| height: 60px; | |
| } | |
| .titleContainer { | |
| height: 60px; | |
| } | |
| .statsContainer { | |
| height: 30px; | |
| border-radius: 6px; | |
| border-width: 2px; | |
| border: 2px solid #1abc9c; | |
| padding-top: 4px; | |
| padding-left: 8px; | |
| } | |
| .mailButton { | |
| width: 190px; | |
| } | |
| .releaseDropDown { | |
| width: 210px; | |
| margin-left: 5px; | |
| } | |
| .releaseDropDownLabel { | |
| width: 210px; | |
| margin-left: 5px; | |
| } | |
| .releaseDownloadButton { | |
| width: 210px; | |
| margin-left: 5px; | |
| } | |
| .discussButton { | |
| margin-top: 5px; | |
| left: 2px; | |
| width: 190px; | |
| } | |
| .issuesButton { | |
| margin-top: 5px; | |
| left: 2px; | |
| width: 390px; | |
| } | |
| .buttonAndLabel { | |
| margin-top: 5px; | |
| left: 2px; | |
| right: 10px; | |
| } | |
| #projectCommitters { | |
| vertical-align: top; | |
| } | |
| #projectPMC { | |
| vertical-align: top; | |
| } |