Skip to content

Commit

Permalink
Cleanup shellinabox page
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBerger committed Oct 12, 2014
1 parent 61dd356 commit 8027dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions rpimonitor/web/css/rpimonitor.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
/* Main marketing message and start button */
.jumbotron {
margin: 40px 180px 180px;
/*margin: 40px 180px 180px;*/
text-align: center;
}
.jumbotron h1 {
Expand Down Expand Up @@ -82,18 +82,10 @@ body {

#shellinaboxframe,
#shellinaboxdiv {
padding: 0px 0px 0px 0px;
min-width: 100%;
min-height: 100%;
}

.justgage {
display: inline-block;
/* margin-bottom: -10px; */
}

/*
.justgage svg{
margin-top: -20px;
}
*/
2 changes: 1 addition & 1 deletion rpimonitor/web/js/rpimonitor.shellinabox.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(function () {
});

function resize_frame(){
var window_height = $(window).height() - 60 - 40;
var window_height = $(window).height() - 30 - 40;
$('#shellinaboxdiv').css('height',window_height+'px');
}

Expand Down

0 comments on commit 8027dec

Please sign in to comment.