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