2009-06-18 01:14:40 +02:00
|
|
|
body {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2010-10-12 23:56:46 +02:00
|
|
|
#Container .typography p {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2009-06-18 01:14:40 +02:00
|
|
|
#Container * {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2010-10-12 23:56:46 +02:00
|
|
|
|
|
|
|
#Header p {
|
|
|
|
margin-left: 30px;
|
|
|
|
}
|
|
|
|
|
2009-06-18 01:14:40 +02:00
|
|
|
ul#Themes{
|
|
|
|
list-style: none;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
ul#Themes li {
|
|
|
|
clear: both;
|
|
|
|
padding: 3px 0;
|
2010-10-12 23:56:46 +02:00
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 0;
|
2009-06-18 01:14:40 +02:00
|
|
|
}
|
|
|
|
ul#Themes input {
|
|
|
|
float: left;
|
2010-04-14 04:22:21 +02:00
|
|
|
margin-right: 5px;
|
2009-06-18 01:14:40 +02:00
|
|
|
}
|
|
|
|
ul#Themes label {
|
|
|
|
margin: -2px 5px 0 15px;
|
|
|
|
}
|
|
|
|
|
2010-04-14 04:21:11 +02:00
|
|
|
h4.sectionHeading {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2010-05-25 06:24:14 +02:00
|
|
|
.error {
|
2009-06-18 01:14:40 +02:00
|
|
|
padding: 0.5em;
|
2010-10-13 02:45:50 +02:00
|
|
|
background-color: #fdf5f5;
|
2009-06-18 01:14:40 +02:00
|
|
|
border: 1px #ff8e8e solid;
|
|
|
|
color: #f03838;
|
|
|
|
}
|
2010-05-25 06:24:14 +02:00
|
|
|
.warning {
|
2009-06-18 01:14:40 +02:00
|
|
|
padding: 0.5em;
|
2010-10-13 02:45:50 +02:00
|
|
|
background-color: #fcf8f2;
|
2009-06-18 01:14:40 +02:00
|
|
|
border: 1px #ffc28b solid;
|
|
|
|
color: #cb6a1c;
|
|
|
|
}
|
2010-05-25 06:24:14 +02:00
|
|
|
.warning label {
|
2009-06-18 01:14:40 +02:00
|
|
|
display: inline;
|
|
|
|
margin-left: 5px;
|
|
|
|
color: #cb6a1c
|
|
|
|
}
|
2010-05-25 06:24:14 +02:00
|
|
|
.good {
|
2009-06-18 01:14:40 +02:00
|
|
|
padding: 0.5em;
|
|
|
|
background-color: #e2fee1;
|
|
|
|
border: 1px #43cb3e solid;
|
|
|
|
color: #359318;
|
|
|
|
}
|
2010-05-25 06:24:14 +02:00
|
|
|
.error a,
|
|
|
|
.warning a,
|
|
|
|
.good a {
|
2009-06-18 01:14:40 +02:00
|
|
|
color: inherit;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
p.error a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
span.middleColumn {
|
2010-10-12 23:56:46 +02:00
|
|
|
width: 297px;
|
2009-06-18 01:14:40 +02:00
|
|
|
margin-right: 0;
|
2010-10-13 02:45:50 +02:00
|
|
|
margin-top: 5px;
|
2009-06-18 01:14:40 +02:00
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
input.text, textarea, select {
|
|
|
|
padding: 2px;
|
|
|
|
border: 1px solid #A7A7A7;
|
|
|
|
color: #000;
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
2010-10-12 23:56:46 +02:00
|
|
|
width: 290px;
|
|
|
|
}
|
|
|
|
#stats-container label {
|
|
|
|
display: inline;
|
2008-12-04 23:38:32 +01:00
|
|
|
}
|
|
|
|
#stats {
|
2010-10-12 23:56:46 +02:00
|
|
|
margin-right: 5px;
|
2009-06-18 01:14:40 +02:00
|
|
|
}
|
|
|
|
table.testResults {
|
2008-12-04 23:38:32 +01:00
|
|
|
border-collapse: collapse;
|
2009-06-18 01:14:40 +02:00
|
|
|
width: 100%;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
#Layout h4 {
|
2008-12-04 23:38:32 +01:00
|
|
|
font-size: 2em;
|
2010-10-13 02:57:05 +02:00
|
|
|
margin: 36px 0 18px 0;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1.8;
|
2009-06-18 01:14:40 +02:00
|
|
|
clear: left;
|
2010-10-13 02:57:05 +02:00
|
|
|
border-top: 2px solid #888;
|
|
|
|
text-indent: 5px;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
2009-06-18 01:14:40 +02:00
|
|
|
}
|
2010-10-13 02:57:05 +02:00
|
|
|
#Layout h4 span {
|
|
|
|
float: right;
|
|
|
|
font-size: 10px;
|
|
|
|
padding: 10px 10px 0 0;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #888;
|
|
|
|
}
|
2010-10-13 02:45:50 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Requirements and test results
|
|
|
|
* ------------------------------------------------ */
|
|
|
|
table.testResults {
|
|
|
|
margin-top: 0;
|
2009-06-18 01:14:40 +02:00
|
|
|
}
|
2010-10-13 02:45:50 +02:00
|
|
|
table.testResults td {
|
|
|
|
border: 1px #CCC solid;
|
|
|
|
width: 400px;
|
2010-10-13 02:57:05 +02:00
|
|
|
line-height: 15px;
|
2010-10-13 02:45:50 +02:00
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
table.testResults tr.good {
|
|
|
|
display: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
table.testResults tr.good td {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.testResults tr.warning {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
table.testResults tr.warning td {
|
|
|
|
color: #ef7f24;
|
|
|
|
}
|
|
|
|
table.testResults tr.error {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
table.testResult tr.error {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5.requirement {
|
|
|
|
padding: 10px;
|
|
|
|
background: #f1f1f1;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-width: 0 1px 1px 1px;
|
|
|
|
margin: 0;
|
2010-10-13 02:57:05 +02:00
|
|
|
overflow: hidden;
|
2010-10-13 02:45:50 +02:00
|
|
|
}
|
|
|
|
h5.requirement span {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
h5.requirement.good {
|
|
|
|
color: #359318;
|
|
|
|
}
|
|
|
|
h5.requirement.warning {
|
|
|
|
color: #cb6a1c;
|
|
|
|
}
|
|
|
|
h5.requirement.error {
|
|
|
|
color: #F03838;
|
|
|
|
}
|
|
|
|
h5.requirement a {
|
2010-10-13 02:57:05 +02:00
|
|
|
font-size: 10px;
|
2010-10-13 02:45:50 +02:00
|
|
|
float: right;
|
|
|
|
line-height: 19px;
|
|
|
|
margin: 0 0 0 30px;
|
|
|
|
color: #666;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2009-06-18 01:14:40 +02:00
|
|
|
.clear {
|
|
|
|
clear: both;
|
|
|
|
}
|
2010-04-14 04:21:11 +02:00
|
|
|
#adminAcc,
|
2010-10-04 06:24:33 +02:00
|
|
|
#devHelp,
|
|
|
|
#localeHelp {
|
2009-06-18 01:14:40 +02:00
|
|
|
padding-top: 20px;
|
2008-12-04 23:38:32 +01:00
|
|
|
}
|
2010-04-14 04:21:11 +02:00
|
|
|
|
2010-10-12 23:56:46 +02:00
|
|
|
.typography label {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2010-10-13 02:45:50 +02:00
|
|
|
#Layout .helpText {
|
2010-04-14 04:21:52 +02:00
|
|
|
float: right;
|
2010-10-13 02:45:50 +02:00
|
|
|
width: 330px;
|
|
|
|
padding-right: 90px;
|
2010-04-14 04:21:52 +02:00
|
|
|
}
|
|
|
|
|
2010-10-04 06:24:33 +02:00
|
|
|
.section {
|
2010-04-14 04:21:11 +02:00
|
|
|
overflow: hidden;
|
2009-06-18 01:14:40 +02:00
|
|
|
}
|
2010-04-14 04:21:11 +02:00
|
|
|
|
2010-10-04 06:24:33 +02:00
|
|
|
.fields {
|
|
|
|
float: left;
|
2010-10-13 02:45:50 +02:00
|
|
|
width: 330px;
|
2010-10-04 06:24:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#devHelp,
|
|
|
|
#devSection {
|
|
|
|
height: 18em;
|
|
|
|
}
|
|
|
|
|
2009-06-18 01:14:40 +02:00
|
|
|
#Layout input.action {
|
|
|
|
text-align: center;
|
2010-04-14 04:21:11 +02:00
|
|
|
font-size: 13px;
|
|
|
|
width: 220px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
2010-04-14 05:31:42 +02:00
|
|
|
#use_environment_field {
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
2010-04-14 04:22:54 +02:00
|
|
|
#use_environment_field input {
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2010-10-04 06:43:12 +02:00
|
|
|
.dbfields {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
2010-04-14 04:21:11 +02:00
|
|
|
#database_credentials {
|
|
|
|
margin: 0;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#database_selection {
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
#database_selection li {
|
2010-10-12 23:56:46 +02:00
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 0;
|
2010-04-14 04:21:11 +02:00
|
|
|
}
|
|
|
|
#database_selection li input {
|
2010-10-13 02:57:05 +02:00
|
|
|
margin-right: 5px;
|
2010-04-14 04:21:11 +02:00
|
|
|
}
|
|
|
|
#database_selection li label {
|
2010-10-04 06:24:33 +02:00
|
|
|
display: inline;
|
2010-04-14 04:21:11 +02:00
|
|
|
}
|
|
|
|
|
2010-05-25 06:24:14 +02:00
|
|
|
.databaseError {
|
|
|
|
clear:both;
|
|
|
|
overflow: hidden;
|
2010-10-13 02:45:50 +02:00
|
|
|
width: 290px;
|
|
|
|
line-height: 1.2;
|
2010-10-04 06:24:33 +02:00
|
|
|
margin: 10px;
|
2010-05-25 06:24:14 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
display: none;
|
2010-10-12 23:56:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.databaseError ul {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.databaseError ul, .databaseError li {
|
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 0;
|
2010-10-13 02:45:50 +02:00
|
|
|
}
|
2010-10-13 02:57:05 +02:00
|
|
|
|
|
|
|
.goodInstall {
|
|
|
|
padding: 0.5em;
|
|
|
|
background-color: #e2fee1;
|
|
|
|
border: 1px #43cb3e solid;
|
|
|
|
color: #359318;
|
|
|
|
overflow: hidden;
|
|
|
|
line-height: 18px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
#Layout p.goodInstall {
|
|
|
|
color: #359318;
|
|
|
|
}
|
|
|
|
.goodInstall a {
|
|
|
|
float: right;
|
|
|
|
font-size: 18px;
|
|
|
|
padding: 0 2px 2px 0;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
em.inlineBarText {
|
|
|
|
float: left;
|
|
|
|
font-style: normal;
|
|
|
|
}
|