Skip to content

Commit

Permalink
- Tune for vertical scren
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Basov(aka mvb, from SGSIV) committed Sep 14, 2017
1 parent 7083452 commit c69565a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/src/main/assets/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ body {
background-color: LightYellow;
}
button.btnT {
width: 24.2%;
width: 24%;
height: 100%;
border-radius: 7px;
}
button.btnB {
width: 48.9%;
height: 100%;
border-radius: 7px;
margin-top: 0.3em;
margin-botom: 0.2em;
margin-top: 0.4em;
margin-botom: 0.1em;
}
pre {
margin-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
function openTab(tabName, btnName) {
var i;
var t = document.getElementsByClassName("tab");
var b = document.getElementsByClassName("btn");
var b = document.getElementsByClassName("btnT");

for (i = 0; i < t.length; i++) {
t[i].style.display = "none";
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/assets/ticket.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
margin-botom: 0.5em;
padding: 0.3em;
background-color: LightCyan;
height:77vh;
width:95vw;
height:80vh;
width:92vw;
overflow-y: scroll;
}
#Dump {
Expand Down

0 comments on commit c69565a

Please sign in to comment.