2009-06-18 01:14:40 +02:00
|
|
|
body {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#Container * {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
ul#Themes{
|
|
|
|
list-style: none;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
ul#Themes li {
|
|
|
|
clear: both;
|
|
|
|
padding: 3px 0;
|
|
|
|
}
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
.good td {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.warning td {
|
|
|
|
color: #ef7f24;
|
|
|
|
}
|
|
|
|
.testResults .error td {
|
|
|
|
border: 1px #CCC solid;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
background-color: #ffe9e9;
|
|
|
|
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;
|
|
|
|
background-color: #fef1e1;
|
|
|
|
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 {
|
|
|
|
width: 312px;
|
|
|
|
margin-right: 0;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
input.text, textarea, select {
|
|
|
|
padding: 2px;
|
|
|
|
border: 1px solid #A7A7A7;
|
|
|
|
color: #000;
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
width: 305px;
|
2008-12-04 23:38:32 +01:00
|
|
|
}
|
|
|
|
#stats {
|
|
|
|
float: left;
|
|
|
|
margin: 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;
|
2009-06-18 01:14:40 +02:00
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
.testResults td {
|
|
|
|
border: 1px #CCC solid;
|
|
|
|
width: 400px;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
.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-04-14 04:21:52 +02:00
|
|
|
.helpText {
|
|
|
|
float: right;
|
2010-04-14 04:22:06 +02:00
|
|
|
padding-right: 40px;
|
2010-05-25 06:24:14 +02:00
|
|
|
width: 290px;
|
2010-10-04 06:24:33 +02:00
|
|
|
margin-bottom: 0;
|
2010-04-14 04:21:52 +02:00
|
|
|
}
|
|
|
|
|
2010-10-04 06:24:33 +02:00
|
|
|
.section {
|
2009-06-18 01:14:40 +02:00
|
|
|
float: left;
|
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;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#localeHelp,
|
|
|
|
#localeSection {
|
|
|
|
height: 15em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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-04-14 04:21:11 +02:00
|
|
|
#database_credentials {
|
|
|
|
margin: 0;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#database_selection {
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0;
|
2010-04-14 04:21:39 +02:00
|
|
|
margin-top: 15px;
|
2010-04-14 04:21:11 +02:00
|
|
|
}
|
|
|
|
#database_selection li {
|
|
|
|
}
|
|
|
|
#database_selection li input {
|
2010-10-04 06:24:33 +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
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2010-05-25 06:24:14 +02:00
|
|
|
.databaseError {
|
|
|
|
clear:both;
|
|
|
|
overflow: hidden;
|
2010-10-04 06:24:33 +02:00
|
|
|
width: 250px;
|
|
|
|
margin: 10px;
|
2010-05-25 06:24:14 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
display: none;
|
|
|
|
}
|