|
| 1 | +/* |
| 2 | + * This file is part of PROS Application Browser, a flash enabled |
| 3 | + * browser restricted to preconfigured servers. |
| 4 | + * Copyright (C) 2018 PROS, Inc. |
| 5 | + * |
| 6 | + * PROS Application Browser is free software: you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation, either version 3 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * PROS Application Browser is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License |
| 17 | + * along with PROS Application Browser. If not, see http://www.gnu.org/licenses/ |
| 18 | + * You can contact PROS, Inc. with any questions at http://www.pros.com |
| 19 | + */ |
| 20 | + |
| 21 | +div.aboutWrapper { |
| 22 | + float:left; |
| 23 | + width:100%; |
| 24 | + height:100%; |
| 25 | + font-size:14px; |
| 26 | + font-family: "Open Sans"; |
| 27 | +} |
| 28 | + |
| 29 | +div.aboutWrapper div.aboutContent { |
| 30 | + top:0; |
| 31 | + bottom:60px; |
| 32 | +} |
| 33 | + |
| 34 | +div.aboutWrapper div.aboutSection { |
| 35 | + position:absolute; |
| 36 | + width:100%; |
| 37 | + left:0; |
| 38 | + right:0; |
| 39 | +} |
| 40 | + |
| 41 | +div.aboutWrapper div.aboutScroll { |
| 42 | + overflow-y:auto; |
| 43 | +} |
| 44 | + |
| 45 | +div.aboutWrapper img.aboutProsImg { |
| 46 | + position:absolute; |
| 47 | + left:28px; |
| 48 | + top:27px; |
| 49 | +} |
| 50 | + |
| 51 | +div.aboutWrapper div.aboutProduct { |
| 52 | + position:absolute; |
| 53 | + top:20px; |
| 54 | + left:29px; |
| 55 | + font-size:32px; |
| 56 | +} |
| 57 | + |
| 58 | +div.aboutWrapper div.aboutVersion { |
| 59 | + position:absolute; |
| 60 | + top:60px; |
| 61 | + left:31px; |
| 62 | + color:#999999; |
| 63 | + font-size:13px; |
| 64 | +} |
| 65 | + |
| 66 | +div.aboutWrapper div.aboutBuildInfo { |
| 67 | + display:none; |
| 68 | + position:absolute; |
| 69 | + top:10px; |
| 70 | + left:30px; |
| 71 | + text-align:left; |
| 72 | +} |
| 73 | + |
| 74 | +div.aboutWrapper div.aboutCopyright { |
| 75 | + position:absolute; |
| 76 | + top:100px; |
| 77 | + left:30px; |
| 78 | + right:30px; |
| 79 | + text-align:left; |
| 80 | +} |
| 81 | + |
| 82 | +div.aboutWrapper span.aboutToggle { |
| 83 | + color:#00A9E0; |
| 84 | + text-decoration:none; |
| 85 | + cursor:default; |
| 86 | +} |
| 87 | + |
| 88 | +div.aboutWrapper span.aboutToggle:hover { |
| 89 | + text-decoration:underline; |
| 90 | +} |
| 91 | + |
| 92 | +div.aboutWrapper div.aboutLicense { |
| 93 | + display:none; |
| 94 | + margin:8px 0px -14px 0px; |
| 95 | + padding:8px 14px; |
| 96 | + border:1px solid #a4a4a4; |
| 97 | + background:#eeeeee; |
| 98 | + border-radius:6px; |
| 99 | +} |
| 100 | + |
| 101 | +div.aboutWrapper div.aboutFooter { |
| 102 | + bottom:0; |
| 103 | +} |
| 104 | + |
| 105 | +div.aboutWrapper div.aboutActions { |
| 106 | + float:left; |
| 107 | +} |
| 108 | + |
| 109 | +div.aboutWrapper div.aboutButtons { |
| 110 | + margin-right:30px; |
| 111 | +} |
| 112 | + |
| 113 | +iframe { |
| 114 | + width:100%; |
| 115 | + height:300px; |
| 116 | +} |
0 commit comments