webgui/www/extras/wobject/Survey/surveyedit.css
Patrick Donelan feb17b8acf Improved Edit Survey section list.
Removed unnecessary <br>'s from Section list
Made sections panel resizable
Made current selection highlighted via CSS
2009-04-16 05:18:45 +00:00

155 lines
No EOL
2.5 KiB
CSS

#loading-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 20000;
background-color: white;
opacity:0.6;
filter:alpha(opacity=60);
}
#loading {
position: absolute;
left: 50%;
top: 50%;
padding: 2px;
z-index: 20001;
height: auto;
margin: -35px 0 0 -30px;
}
#loading .loading-indicator {
background: url(/extras/wobject/Survey/rel_interstitial_loading.gif) no-repeat;
color: #555;
font: bold 13px tahoma,arial,helvetica;
padding: 18px 80px;
margin: 0;
text-align: center;
height: auto;
z-index: 20002;
}
div.testarea {
width: 200px;
height: 100px;
z-index: 999;
border: 1px solid gray;
background: #f7f7f7;
position: absolute;
top: 5%;
left:5%;
}
div.trashcan {
border: 1px solid gray;
width: 175px;
height: 50px;
}
div.workarea {
padding:10px;
padding-top:40px;
float:left
}
div.editarea {
margin-top:40px;
padding:10px;
float:left;
border: 1px solid gray;
}
div.editquestion {
padding:10px;
float:left;
}
div.editanswer {
padding:10px;
float:left;
}
#submitbutton { padding:20px; }
div.entry {
padding-bottom:10px;
padding-left:10px;
}
ul.draglist {
position: relative;
width: 340px;
background: #f7f7f7;
border: 1px solid gray;
list-style: none;
margin:0;
padding:0;
padding-bottom:20px;
}
ul.draglist li {
margin: 5px;
}
ul.questionList {
position: relative;
background: #f7f7f7;
border: 1px solid gray;
list-style: none;
margin:0;
padding:0;
min-height: 40px
}
li.section {
background-color: #CCCCFF;
border:1px solid #7EA6B2;
cursor: move;
min-height: 10px;
}
li.ssection {
border:1px solid #7EA6B2;
cursor: move;
min-height: 10px;
}
li.question {
background-color: #D1E6EC;
border:1px solid #7EA6B2;
cursor: move;
padding-left:10px;
min-height: 10px;
}
li.answer {
background-color: #F1FFB8;
border:1px solid #7EA6B2;
cursor: move;
padding-left:15px;
min-height: 10px;
}
#sections li.selected {
background: #68FFBC url(/extras/versionDotOn.gif) no-repeat scroll 99% center;
}
#goto-yui-ac {
width:15em;
margin-top:0.5em;
}
#warnings-outer {
margin: 5px;
padding: 0 5px;
border: 1px solid;
color: red;
}
#warnings {
color: red;
}
#sections_c .yui-resize .yui-resize-handle-r {
right: -6px;
}
#sections_c .yui-resize .yui-resize-handle-b {
bottom: -6px;
}