#book-text {
margin: 3em;
- max-width: 500px;
+ max-width: 640px;
}
/* ================================== */
background-color: orange;
}
+.buttons .chosen {
+ background-color: lightblue;
+}
+
.zastap.question-piece {
padding: 3px;
list-style: none;
position: relative;
clear: both;
+ padding-left: 0;
}
.przyporzadkuj .lista.predicate > li {
list-style: none;
display: block;
float: left;
- width: 250px;
+ width: 208px;
+ margin: 2px;
+}
+
+.przyporzadkuj.wide .lista.predicate > li {
+ width: 100%;
+ margin: 2px;
}
.przyporzadkuj .lista.predicate .droppable {
display: inline-block;
}
+.przyporzadkuj .lista.subjects {
+ padding-left: 0px;
+}
+
.clr {
clear: both;
-}
\ No newline at end of file
+}
+