Skip to content

Commit

Permalink
show license is web ui
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jun 22, 2018
1 parent 41d897f commit 0d92e2c
Show file tree
Hide file tree
Showing 3 changed files with 14,839 additions and 89 deletions.
26 changes: 26 additions & 0 deletions addon_files/redmatic/www/css/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
.alert {
width: 300px;
margin: 4px;
}

html, body {
height: 100%;
}

#container {
height: calc(100% - 82px);
}

#licenses {
height: calc(100% - 40px);
width: 100%;
}

iframe {
border: 1px solid lightgrey;
padding: 0;
margin: 0;
height: 100%;
width: 100%;

}

#myTabContent {
height: 100%;
}
Loading

0 comments on commit 0d92e2c

Please sign in to comment.