348
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 1
/*
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 2
* Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
1164
1cd9e6df6f27
Installer: cleaned up CSS header; updated comments in config.php to not say that passwords are stored with AES (as they are now stored with HMAC-SHA1)
Dan
diff
changeset
+ − 3
* Copyright (C) 2006-2009 Dan Fuhry
348
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 4
* Installation package
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 5
* installer.css - visual styling rules for the installer
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 6
*
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 7
* This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 8
* as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 9
*
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 10
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 11
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 12
*/
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 13
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 14
body {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 15
font-family: DejaVu Sans, Arial, Helvetica, sans-serif;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 16
font-size: 9pt;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 17
margin: 0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 18
padding: 0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 19
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 20
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 21
div#header {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 22
margin: 0px auto;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 23
width: 800px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 24
padding: 10px 0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 25
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 26
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 27
div#step {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 28
float: right;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 29
font-size: 12pt;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 30
color: #D84308;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 31
line-height: 48px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 32
background-image: url(../icons/install.png);
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 33
background-position: right center;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 34
background-repeat: no-repeat;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 35
padding-right: 56px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 36
margin: 10px 0 0 0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 37
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 38
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 39
div.stages-holder {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 40
color: #ffffff;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 41
background-color: #2f527a;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 42
width: 100%;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 43
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 44
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 45
ul.stages {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 46
margin: 0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 47
line-height: 24px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 48
font-size: 8pt;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 49
padding: 0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 50
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 51
ul.stages-fixed {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 52
/*
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 53
width: 840px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 54
*/
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 55
display: table;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 56
margin: 0 auto;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 57
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 58
li.stage {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 59
list-style-type: none;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 60
float: left;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 61
text-align: center;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 62
padding: 3px 20px 3px 20px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 63
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 64
li.stage-active {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 65
font-weight: bold;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 66
padding: 1px 20px 5px 20px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 67
background-image: url(../marker.gif);
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 68
background-position: center bottom;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 69
background-repeat: no-repeat;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 70
background-color: #5f82aa;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 71
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 72
div#enano-fill {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 73
background-image: url(../substages.png);
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 74
background-repeat: repeat-x;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 75
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 76
div#enano-body {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 77
width: 780px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 78
padding: 10px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 79
margin: 0 auto;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 80
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 81
div#enano-body a {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 82
color: #003366;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 83
text-decoration: underline;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 84
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 85
div#enano-body a:hover {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 86
color: #0055AA;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 87
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 88
div#copyright {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 89
border-top: 1px dotted #003399;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 90
font-size: 6pt;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 91
padding: 10px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 92
background-image: url(../substages.png);
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 93
background-repeat: repeat-x;
354
979d99a0b00e
A few more installer tweaks / fixes. Initted upgrade script. Added migration schema from 1.0 to 1.1.
Dan
diff
changeset
+ − 94
width: 77%;
348
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 95
margin: 20px auto 0 auto;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 96
text-align: center;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 97
color: #808080;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 98
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 99
td.balancer {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 100
width: 21px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 101
background-image: url(../balancer.png);
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 102
background-position: center center;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 103
background-repeat: no-repeat;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 104
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 105
ul.icons {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 106
margin: 0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 107
padding: 0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 108
list-style-type: none;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 109
display: table;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 110
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 111
ul.icons li:first-child {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 112
border-top-color: #FFFFFF;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 113
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 114
ul.icons li {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 115
/* Invisible border to prevent size-switching later */
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 116
border: 1px solid #FFFFFF;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 117
border-top-color: #F0F0F0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 118
margin: 0 0 -2px 0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 119
padding: 0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 120
display: block;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 121
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 122
ul.icons li:hover {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 123
border-color: #D0D0D0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 124
-moz-border-radius: 5px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 125
}
568
+ − 126
a.icon, span.icon {
348
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 127
display: block;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 128
font-size: 18pt;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 129
line-height: 48px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 130
padding: 10px 20px 10px 68px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 131
background-position: 10px center;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 132
background-repeat: no-repeat;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 133
color: #002266;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 134
text-decoration: none !important;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 135
}
568
+ − 136
a.icon:hover, span.icon:hover {
348
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 137
cursor: pointer;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 138
color: #002266 !important;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 139
background-color: #F0F0F0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 140
}
568
+ − 141
a.icon-disabled, span.icon-disabled {
348
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 142
color: #808080 !important;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 143
opacity: 0.7;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 144
filter: alpha(opacity=70);
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 145
}
568
+ − 146
a.icon-disabled:hover, span.icon-disabled:hover {
348
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 147
color: #808080 !important;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 148
background-color: #FCFCFC;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 149
border-color: #F8F8F8;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 150
}
568
+ − 151
a.icon small, a.icon-disabled small, span.icon small, span.icon-disabled small {
348
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 152
display: block;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 153
font-size: 8pt;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 154
line-height: normal;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 155
margin-top: -10px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 156
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 157
a.readme {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 158
background-image: url(../icons/readme.png);
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 159
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 160
a.install {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 161
background-image: url(../icons/install.png);
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 162
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 163
a.install-disabled {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 164
background-image: url(../icons/install-disabled.png);
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 165
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 166
a.upgrade {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 167
background-image: url(../icons/upgrade.png);
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 168
}
568
+ − 169
a.upgrade-disabled, span.upgrade-disabled {
348
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 170
background-image: url(../icons/upgrade-disabled.png);
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 171
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 172
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 173
.scroller {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 174
padding: 10px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 175
border: 1px dotted #002266;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 176
background-color: #F0F0F0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 177
max-height: 500px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 178
clip: rect(0px, auto, auto, 0px);
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 179
overflow: auto;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 180
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 181
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 182
div#installnotice {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 183
margin: 5% 0 0 0;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 184
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 185
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 186
table#installmenu {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 187
margin: 0 auto 5% auto;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 188
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 189
span.fieldtip_js {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 190
display: block;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 191
background-color: #F0F0FF;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 192
padding: 10px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 193
border: 1px solid #245687;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 194
position: absolute;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 195
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 196
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 197
/* Inputs, form controls */
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 198
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 199
input[type ^="button"], button {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 200
background-color: #F8F8FB;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 201
color: #202020;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 202
border-color: #B0B0B8 #D0D0D8 #D0D0D8 #B0B0B8;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 203
border-width: 1px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 204
border-style: solid;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 205
}
568
+ − 206
input[type ^="submit"], button.submit {
348
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 207
background-color: #4F729A;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 208
color: #FFFFFF;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 209
border-width: 1px;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 210
border-style: solid;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 211
border-color: #1F426A #7FA2CA #7FA2CA #1F426A;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 212
}
568
+ − 213
input[type ^="submit"]:hover, input[type ^="submit"]:focus, button.submit:hover, button.submit:focus {
348
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 214
background-color: #5f82aa;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 215
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 216
input[type ^="text"], input[type ^="password"] {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 217
color: #202020;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 218
background-color: #F0F0F4;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 219
border: 1px solid #D6D6E9;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 220
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 221
input[type ^="text"]:hover, input[type ^="password"]:hover {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 222
color: #202020;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 223
background-color: #F4F4F8;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 224
border: 1px solid #D6D6E9;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 225
}
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 226
input[type ^="text"]:focus, input[type ^="password"]:focus {
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 227
color: #202020;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 228
background-color: #FFFFFF;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 229
border: 1px solid #D6D6E9;
87e08a6e4fec
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan
parents:
diff
changeset
+ − 230
}
851
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 231
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 232
/* SysReqs: table */
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 233
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 234
table.sysreqs {
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 235
width: 100%;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 236
}
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 237
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 238
table.sysreqs td {
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 239
border-right: 1px solid #ededed;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 240
width: 70%;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 241
padding: 8px;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 242
}
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 243
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 244
table.sysreqs th {
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 245
border-right-width: 0;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 246
width: 100%;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 247
border-bottom: 1px solid #acacac;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 248
text-align: left;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 249
padding: 7px 0 0 0;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 250
}
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 251
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 252
table.sysreqs td.good, table.sysreqs td.bad, table.sysreqs td.warn {
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 253
font-weight: bold;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 254
border-right-width: 0;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 255
width: 30%;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 256
}
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 257
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 258
table.sysreqs td.good small, table.sysreqs td.bad small, table.sysreqs td.warn small {
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 259
font-weight: normal;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 260
}
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 261
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 262
table.sysreqs td.good {
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 263
color: #00aa00;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 264
}
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 265
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 266
table.sysreqs td.bad {
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 267
color: #aa0000;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 268
}
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 269
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 270
table.sysreqs td.warn {
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 271
color: #aaaa00;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 272
}
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 273
852
+ − 274
div.sysreqs_error, div.sysreqs_warning, div.sysreqs_success {
851
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 275
background-image: url(../box_error.png);
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 276
background-repeat: repeat-x;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 277
background-position: top center;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 278
background-color: #ffd1d1;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 279
border: 1px solid #6e0000;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 280
padding: 7px;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 281
margin-bottom: 7px;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 282
}
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 283
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 284
div.sysreqs_warning {
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 285
background-image: url(../box_warning.png);
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 286
background-color: #fffed1;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 287
border-color: #6e6e00;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 288
}
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 289
852
+ − 290
div.sysreqs_success {
+ − 291
background-image: url(../box_success.png);
+ − 292
background-color: #d1ffd1;
+ − 293
border-color: #006e00;
+ − 294
}
+ − 295
+ − 296
div.sysreqs_error h3, div.sysreqs_warning h3, div.sysreqs_success h3 {
851
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 297
font-size: 9pt;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 298
border-bottom: 1px solid #8f3131;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 299
margin-top: 0;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 300
margin-bottom: 6px;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 301
}
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 302
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 303
div.sysreqs_warning h3 {
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 304
border-bottom-color: #8f8f31;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 305
}
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 306
852
+ − 307
div.sysreqs_success h3 {
+ − 308
border-bottom-color: #318f31;
+ − 309
}
+ − 310
+ − 311
div.sysreqs_error p, div.sysreqs_warning p, div.sysreqs_success p {
851
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 312
margin: 0;
b98798f6572d
Redesigned installer sysreqs page to cover more features, be more comprehensive, and look better
Dan
diff
changeset
+ − 313
}
852
+ − 314
+ − 315