bunch of small tweaks, fixed a typo
This commit is contained in:
parent
a878b83e69
commit
5f818d3d22
7 changed files with 42 additions and 113 deletions
|
|
@ -189,22 +189,6 @@ div.actions {
|
|||
.help-block {
|
||||
display: block;
|
||||
max-width: 600px;
|
||||
h5, p, ol li {
|
||||
color: @gray;
|
||||
}
|
||||
p, ol li {
|
||||
font-size: 12px;
|
||||
}
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
font-size: 12px;
|
||||
line-height: @baseline;
|
||||
color: @grayLight;
|
||||
}
|
||||
ol {
|
||||
margin-bottom: 10px;
|
||||
margin-left: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
// Inline Fields (input fields that appear as inline objects
|
||||
|
|
@ -285,7 +269,7 @@ ul.inputs-list {
|
|||
}
|
||||
small {
|
||||
font-size: 12px;
|
||||
font-weight: normal !important;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
ul.inputs-list {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue