cookies and params modification. Hints update as well

This commit is contained in:
Jason White
2014-09-07 01:35:42 -04:00
parent 8ae120404f
commit b06a0a2c7c
6 changed files with 185 additions and 122 deletions

View File

@ -250,7 +250,7 @@ img {
}
.main-content-wrapper #main-content {
background: url('img/webBg.png') no-repeat top left;
/*background: url('img/webBg.png') no-repeat top left;*/
border-top: solid thin #e7e8ec;
display: inline-block;
padding: 15px 15px 0 15px;
@ -782,10 +782,6 @@ fieldset[disabled] .btn-warning.active {
display: none;
}
#hintsView, #cookiesAndParamsView {
display:none;
}
.table-nonfluid {
width:auto;
}
@ -796,6 +792,11 @@ fieldset[disabled] .btn-warning.active {
font-size: x-small;
}
/* HINTS */
#hintsViewTop{
display: none;
background-color: #eee;
}
.info {
color:#e84c3d;
font-weight: bold;