X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f491d5388cd920a2500b1d5415c63fd8c08c29c3..a528895b70b51139a214ace3ef87e585a7496ca5:/redakcja/static/edumed/css/edumed.css diff --git a/redakcja/static/edumed/css/edumed.css b/redakcja/static/edumed/css/edumed.css index f1de5918..d63ce5b4 100644 --- a/redakcja/static/edumed/css/edumed.css +++ b/redakcja/static/edumed/css/edumed.css @@ -12,7 +12,7 @@ a { #book-text { margin: 3em; - max-width: 500px; + max-width: 640px; } /* ================================== */ @@ -444,12 +444,12 @@ em.person { } .teacher { - display: none; +/* display: none;*/ } -.teacher.show { +/*.teacher.show { display: inherit; -} +}*/ .question-piece.correct { background-color: darkgreen; @@ -459,41 +459,100 @@ em.person { background-color: orange; } - -.zastap.question-piece { - padding: 3px; +.buttons .chosen { + background-color: lightblue; } -.question-piece.editing { - margin: 2px; - border: 1px solid; -} -.przyporzadkuj .lista.predicate { + +.excercise .lista.predicate { list-style: none; position: relative; clear: both; + padding-left: 0; } -.przyporzadkuj .lista.predicate > li { + +.excercise .subjects { + padding-left: 0; +} + + +.excercise .lista.predicate > li { list-style: none; display: block; float: left; - width: 250px; + width: 208px; + margin: 2px; +} + +.excercise.wide .lista.predicate > li { + width: 100%; + margin: 2px; } -.przyporzadkuj .lista.predicate .droppable { +.excercise .lista.predicate .droppable { min-height: 50px; border: 1px dotted black; } -.przyporzadkuj .draggable { +.excercise .draggable { padding: 3px; border: 1px dotted black; display: inline-block; } +.excercise .draggable.disabled { + background-color: grey; +} + +.excercise .placeholder { + padding: 3px; + border: 1px dotted black; + display: inline-block; + min-width: 200px; + min-height: 1em; +} + +.excercise .placeholder.accepting.dragover { + background-color: #ffff99; +} + + +.excercise.zastap .paragraph .placeholder { + display: inline; + min-width: none; + min-height: none; + border: inherit; + padding: inherit; +} + + + +.excercise .lista.subjects { + padding-left: 0px; +} + + +.excercise.uporzadkuj li { + cursor: move; +} + +.draggable .remove { + font-family: sans-serif; + padding: 2px 4px; + background-color: #ee6666; + margin-left: 5px; +} + +.excercise.wybor li[data-name] { + list-style: none; +} + +/* utils */ + .clr { clear: both; -} \ No newline at end of file +} +