Added comments and notes

This commit is contained in:
Simon Busborg
2015-11-19 11:11:09 +01:00
parent 9c027dcdbc
commit 6e27caa547
2 changed files with 8 additions and 2 deletions

View File

@@ -543,14 +543,20 @@ height:1px;
display: inline;
}
//NOTE titles for input fields
.input-label--title {
font-weight: bold;
color: @black;
margin-bottom: 3px;
}
//NOTE Use this for headers in the panels
.panel-dialog--header {
font-weight: bold;
border-bottom: 1px solid @gray;
margin: 10px 0;
padding-bottom: 10px;
font-size: 14px * 1.25; //NOTE @font-size-h4 can't be used here for some reason. In all variables regarding font-sizes is a hassle.
font-weight: bold;
line-height: 20px;
}

View File

@@ -5,7 +5,7 @@
<div class="umb-panel">
<div class="umb-panel-header">
<h4 class="panel-dialog--header" style="border-bottom: 1px solid whitesmoke">Configure the section</h4>
<div class="panel-dialog--header" style="border-bottom: 1px solid whitesmoke">Configure the section</div>
</div>
<div class="umb-panel-body with-footer umb-querybuilder">