Merge branch 'sebastian-claesson-dev-v7' into dev-v7

This commit is contained in:
Shannon
2015-05-20 15:08:45 +10:00
2 changed files with 15 additions and 1 deletions

View File

@@ -794,3 +794,17 @@ legend + .control-group {
position: relative;
z-index: 1000;
}
@media (max-width: 767px) {
// Labels on own row
.form-horizontal .control-label {
width: 100%;
}
.form-horizontal .controls {
margin-left: 0;
}
}

View File

@@ -146,7 +146,7 @@ h5{
.controls-row {
padding-top: 5px;
margin-left: 240px !important;
margin-left: 240px;
}
.controls-row label {
display: inline-block