survey.css 1.6 KB
#upload-slide { 
display: block;
position: absolute;
top: 0px;
left: 0px;
padding: 0px;
}

#header,
#recommender-box {
height: 40px;
}

#submit-button {
height: 42px;
}

#tip-upload {
top: 40px;
width: 420px;
}

#tip-restart .tip,
#tip-finish .tip,
#tip-strategy .tip {
display: none;
position: absolute;
top: 15px;
width: 300px;
right: 0px;
font-size: 11px;
font-weight: normal;
color: #000000;
}

#tip-restart:hover .tip,
#tip-finish:hover .tip,
#tip-strategy:hover .tip { 
display: block; 
z-index: 3;
}

#next-button:hover,
#controls-form input:hover {
background: white;
}


.innertube {
margin: 30px;
}

.coda-slider {
background: none;
}

#wrap {
max-width: 780px;
}

body.survey #wrap {
padding-top: 0px;
min-height: 450px;
}

/* Display None itens Survey */
#footer,
#coda-nav-left-1,
#coda-nav-right-1,
body.survey #header,
#recommender-box #upfile,
#advanced-button,
#copyright span,
#navbar,
#pkgs_list {
display: none;
}

.screenshot {
float: right;
margin: 5px;
}

.content-pkg ul { 
list-style: none;
}

.content-pkg ul li {
margin-bottom: 10px;
}

#next-button,
#restart-button,
#strategy-button,
#finish-button {
border: 1px solid #888a85;
box-shadow: 0 1px 4px gray inset;
border-radius: 5px;
color: #585C60;
font-size: 12px;
font-weight: 600;
width: 135px;
height: 30px;
line-height: 14px;
margin: 0;
margin-left: 10px;
padding: 5px;
z-index: 2;
cursor: pointer;
}

#next-button {
height: 20px;
}

#panel-controls,
#controls-form { 
float: right; 
position: relative;
}


/*
 * Package Box
 */

#title_pkg {
font-weight: bold;
}

#title_pkg span {
color: gray;
font-style:italic;
font-weight: normal;
font-size: 0.8em;
}