reworked cookies/params and modified button layout some

This commit is contained in:
Jason White
2014-09-04 20:02:23 -04:00
parent 2a87ee669c
commit 91029ed3a6
3 changed files with 71 additions and 42 deletions

View File

@ -781,11 +781,17 @@ fieldset[disabled] .btn-warning.active {
.lessonHelp, .lessonHelpBtn {
display: none;
}
/*
.paramsView {
float:right;
width 50%;
margin-right:10px;
border-left:2px solid #333;
#hintsView, #cookiesAndParamsView {
display:none;
}
*/
.table-nonfluid {
width:auto;
}
.cookieTable tr td, .paramsTable tr td {
padding: 3px;
max-width: 200px;
font-size: x-small;
}