Use existing CSS class
This commit is contained in:
parent
71245cb531
commit
3dbe89969e
2 changed files with 4 additions and 6 deletions
|
@ -117,6 +117,8 @@ form .text-muted {margin: 0 0 -5.5px}
|
|||
.label{border-radius: .25em;padding: .2em .6em .3em;}
|
||||
kbd{border-radius: .25em}
|
||||
.modal-open .modal {padding-left: 0px !important;padding-right: 0px !important;overflow-y: scroll;}
|
||||
tr.align-middle > *,
|
||||
th.align-middle > *,
|
||||
.align-middle {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
@ -182,10 +184,6 @@ li.btn.btn-default.pill:active,li.btn.btn-default.pill:focus,li.btn.btn-default.
|
|||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.text-v-center {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
.muted {
|
||||
filter: alpha(opacity=20);
|
||||
opacity: 0.2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue