Skip to content
Snippets Groups Projects
Commit 2c153aa2 authored by Sivaji Ganesh Jojodae's avatar Sivaji Ganesh Jojodae
Browse files

Making 'add new questions' fieldset under 'manage questions' tab smaller to...

Making 'add new questions' fieldset under 'manage questions' tab smaller to make the UI compact by sivaj
parent 2d8c32d1
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,8 @@ div.multichoice_answer_incorrect {
.add-questions {
background: transparent url(images/add.png) no-repeat scroll 0% 10%;
padding: 0 0 1em 2em;
float: left;
padding: 0 2em 1em;
}
#export-table {
......@@ -84,7 +85,7 @@ div.multichoice_answer_incorrect {
}
.multichoice_answer_correct {
background-color: lightgreen;
background-color: lightgreen;
}
.hidden-question {
......@@ -108,8 +109,8 @@ div.multichoice_answer_incorrect {
background-color: black;
}
#quiz-question-browser-filters td.active {
/* background-color: #202050; */
background-color: #666;
/* background-color: #202050; */
background-color: #666;
}
.quiz-question-browser-row.odd:not(.selected) td.active {
......@@ -134,7 +135,7 @@ div.multichoice_answer_incorrect {
float: right;
}
/* alpha 3 original CSS
/* alpha 3 original CSS
table.quiz-report-q-header {
border-style: none;
......@@ -182,42 +183,42 @@ table.quiz-report-q-header {
*/
dl.quiz-report {
margin: 0;
padding: 0;
margin: 0;
padding: 0;
}
dl.quiz-report dt {
background: #eee;
border-top: solid 1px gray;
background: #eee;
border-top: solid 1px gray;
float: left;
padding-left: 5px;
width: 100%;
padding-left: 5px;
width: 100%;
}
dl.quiz-report dt div.quiz-report-score-container {
border-right: solid 1px gray;
border-left: solid 1px gray;
border-bottom: solid 1px gray;
float: right;
padding: 4px 6px;
border-right: solid 1px gray;
border-left: solid 1px gray;
border-bottom: solid 1px gray;
float: right;
padding: 4px 6px;
}
dl.quiz-report dt p {
clear: both ;
float: left;
clear: both ;
float: left;
}
dl.quiz-report dt p.quiz-report-question {
clear: none;
clear: none;
}
dl.quiz-report dt div.quiz-report-score-container span div.form-item {
display: inline;
display: inline;
}
dl.quiz-report dd {
margin: 10px 0 50px 0;
padding-left: 5px;
margin: 10px 0 50px 0;
padding-left: 5px;
}
.q-correct {
......@@ -242,4 +243,4 @@ dl.quiz-report dd {
color: #ff0000;
cursor: pointer;
text-decoration: underline;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment