styled settings page

This commit is contained in:
Tom Giannattasio
2012-08-17 17:01:45 -04:00
parent 1bd790fabb
commit a2d0ada82c
2 changed files with 36 additions and 0 deletions

View File

@@ -588,6 +588,41 @@ section.wiki {
/*-----------------
Settings
-----------------*/
#settings_form {
.well {
margin-bottom: 15px;
@include clearfix;
}
.control-group {
float: left;
margin-bottom: 0;
clear: both;
}
label {
margin-left: 15px;
}
.controls {
padding-top: 4px;
}
label,
.controls {
float: right;
}
}
/*-----------------
New