X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a85740df875a17b21d94b777b4152e77dbae6e28..ce3d5f6fd76ca2f366088105b6637d68ace76de0:/redakcja/static/edumed/css/edumed.css diff --git a/redakcja/static/edumed/css/edumed.css b/redakcja/static/edumed/css/edumed.css index c1c612f5..d944d382 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; } /* ================================== */ @@ -459,12 +459,96 @@ em.person { background-color: orange; } +.buttons .chosen { + background-color: lightblue; +} -.zastap.question-piece { - padding: 3px; + + +.excercise .lista.predicate { + list-style: none; + position: relative; + clear: both; + padding-left: 0; } -.question-piece.editing { + +.excercise .subjects { + padding-left: 0; +} + + +.excercise .lista.predicate > li { + list-style: none; + display: block; + float: left; + width: 208px; + margin: 2px; +} + +.excercise.wide .lista.predicate > li { + width: 100%; margin: 2px; - border: 1px solid; -} \ No newline at end of file +} + +.excercise .lista.predicate .droppable { + min-height: 50px; + border: 1px dotted black; +} + + +.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; +} + + +.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; +} +