initial cut of paramView re-enabled

This commit is contained in:
Jason White
2015-08-19 05:34:08 -04:00
parent 1351f0e6a2
commit 1d70da301e
5 changed files with 82 additions and 8 deletions

View File

@ -736,13 +736,31 @@ cookie-container {
margin-bottom:4px;
}
.cookie-table tr td, .params-table tr td {
padding: 3px;
max-width: 220px;
.cookie-table, .param-table {
border:1px solid #eee;
}
.cookie-table tr td, .param-table tr td {
padding:3px ;
padding-left: 5px;
width:220px;
max-width: 240px;
font-size: x-small;
word-wrap: break-word;
}
.cookie-table th, .param-table th {
border:none;
border-right:1px solid #ccc;
padding-right:3px;
}
.cookie-table td, .param-table td {
border:none;
padding-left:3px;
}
/* ==========================================================================
MENU / Sidebar
========================================================================== */