##// END OF EJS Templates
A better UI
A better UI

File last commit:

r9:809cbd27 default
r9:809cbd27 default
Show More
default.css
54 lines | 652 B | text/css | CssLexer
.qsp-frame {
border: 1px solid black;
overflow: auto;
position: absolute;
padding: 5px;
box-sizing: border-box;
}
#qsp {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#qsp-main {
height: 60%;
width: 70%;
top: 0;
left: 0;
}
#qsp-acts {
height: 40%;
width: 70%;
bottom: 0;
left: 0;
}
#qsp-stat {
height: 50%;
width: 30%;
top: 0;
right: 0;
}
#qsp-objs {
height: 50%;
width: 30%;
bottom: 0;
right: 0;
}
.qsp-act {
display: block;
padding: 2px;
font-size: large;
}
.qsp-act:hover {
outline: #9E9E9E outset 3px
}