fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
master xml making script
[redakcja.git]
/
redakcja
/
static
/
edumed
/
css
/
edumed.css
diff --git
a/redakcja/static/edumed/css/edumed.css
b/redakcja/static/edumed/css/edumed.css
index
a19bec5
..
ccc2a0c
100644
(file)
--- a/
redakcja/static/edumed/css/edumed.css
+++ b/
redakcja/static/edumed/css/edumed.css
@@
-439,17
+439,17
@@
em.person {
}
}
-.ex
c
ercise .buttons {
+.exercise .buttons {
text-align: right;
}
.teacher {
text-align: right;
}
.teacher {
- display: none;
+/* display: none;*/
}
}
-.teacher.show {
+
/*
.teacher.show {
display: inherit;
display: inherit;
-}
+}
*/
.question-piece.correct {
background-color: darkgreen;
.question-piece.correct {
background-color: darkgreen;
@@
-464,16
+464,18
@@
em.person {
}
}
-.zastap.question-piece {
- padding: 3px;
+table.framed {
+ border-collapse:collapse;
+ border: 1px solid black;
}
}
-
.question-piece.editing
{
-
margin: 2px
;
-
border: 1px solid
;
+
table.framed td
{
+
border: 1px solid black
;
+
padding: 5px
;
}
}
-.excercise .lista.predicate {
+
+.exercise .lista.predicate {
list-style: none;
position: relative;
clear: both;
list-style: none;
position: relative;
clear: both;
@@
-481,12
+483,12
@@
em.person {
}
}
-.ex
c
ercise .subjects {
+.exercise .subjects {
padding-left: 0;
}
padding-left: 0;
}
-.ex
c
ercise .lista.predicate > li {
+.exercise .lista.predicate > li {
list-style: none;
display: block;
float: left;
list-style: none;
display: block;
float: left;
@@
-494,28
+496,28
@@
em.person {
margin: 2px;
}
margin: 2px;
}
-.ex
c
ercise.wide .lista.predicate > li {
+.exercise.wide .lista.predicate > li {
width: 100%;
margin: 2px;
}
width: 100%;
margin: 2px;
}
-.ex
c
ercise .lista.predicate .droppable {
+.exercise .lista.predicate .droppable {
min-height: 50px;
border: 1px dotted black;
}
min-height: 50px;
border: 1px dotted black;
}
-.ex
c
ercise .draggable {
+.exercise .draggable {
padding: 3px;
border: 1px dotted black;
display: inline-block;
}
padding: 3px;
border: 1px dotted black;
display: inline-block;
}
-.ex
c
ercise .draggable.disabled {
+.exercise .draggable.disabled {
background-color: grey;
}
background-color: grey;
}
-.ex
c
ercise .placeholder {
+.exercise .placeholder {
padding: 3px;
border: 1px dotted black;
display: inline-block;
padding: 3px;
border: 1px dotted black;
display: inline-block;
@@
-523,12
+525,30
@@
em.person {
min-height: 1em;
}
min-height: 1em;
}
+.exercise .placeholder.accepting.dragover {
+ background-color: #ffff99;
+}
+
+
+.exercise.zastap .paragraph .placeholder {
+ display: inline;
+ min-width: none;
+ min-height: none;
+ border: inherit;
+ padding: inherit;
+}
+
-.excercise .lista.subjects {
+
+.exercise .lista.subjects {
padding-left: 0px;
}
padding-left: 0px;
}
+.exercise.uporzadkuj li {
+ cursor: move;
+}
+
.draggable .remove {
font-family: sans-serif;
padding: 2px 4px;
.draggable .remove {
font-family: sans-serif;
padding: 2px 4px;
@@
-536,6
+556,10
@@
em.person {
margin-left: 5px;
}
margin-left: 5px;
}
+.exercise.wybor li[data-name] {
+ list-style: none;
+}
+
/* utils */
.clr {
/* utils */
.clr {