Removed AccountModel.

Download Settings updated to use Descriptions.
This commit is contained in:
Mark McDowall
2011-04-26 22:09:24 -07:00
parent ff0e0597b4
commit 72d3f5cef2
6 changed files with 174 additions and 321 deletions
+24 -3
View File
@@ -190,9 +190,9 @@ hr
/* Config Pages */
.config-section
{
width: 550px;
width: 650px;
height: 45px;
display: block;
padding-bottom: 25px;
}
.config-group
@@ -200,6 +200,15 @@ hr
width: 300px;
display: block;
float: left;
height: 20px;
}
.config-group2
{
width: 300px;
display: block;
float: right;
height: 20px;
}
.config-title
@@ -217,7 +226,11 @@ hr
.config-validation
{
color: Red;
float: right;
}
.config-description
{
}
.sub-field
@@ -227,7 +240,15 @@ hr
margin-bottom: 10px;
}
.config-value
{
float: right;
}
.config-checkbox
{
margin-right: 135px;
}
button, input[type="button"], input[type="submit"], input[type="reset"]
{