license and profile creation in the same view

This commit is contained in:
Gabriel Bazán 2015-11-16 12:00:10 -03:00
commit b1d4e6224c
5 changed files with 97 additions and 133 deletions

View file

@ -7,7 +7,6 @@
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
color: #2C3E50;
}
@ -1094,6 +1093,10 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
}
/*/////////////////////////////////////////////////*/
.scrollArea {
height: 280px;
overflow: scroll;
}
.tabbable {
border: 2px solid #213140;