Skip to content

Commit

Permalink
major speed improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlers committed Feb 27, 2018
1 parent 56c5c39 commit 9c8c298
Show file tree
Hide file tree
Showing 10 changed files with 288 additions and 131 deletions.
4 changes: 4 additions & 0 deletions WebContent/VAADIN/themes/hpoweb/hpoweb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ $v-app-loading-text: "Loading HPO data... please wait";

// Insert your own theme rules here

.v-button-left {
text-align: left;
}

.tab-content-vl{
background-color: white;
border: solid 1px lightgray;
Expand Down
4 changes: 4 additions & 0 deletions WebContent/VAADIN/themes/hpoweb/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13075,6 +13075,10 @@ div.v-layout.v-horizontal.v-widget {
overflow: hidden;
}

.hpoweb .v-button-left {
text-align: left;
}

.hpoweb .tab-content-vl {
background-color: white;
border: solid 1px lightgray;
Expand Down
Loading

0 comments on commit 9c8c298

Please sign in to comment.