diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-02-02 16:53:59 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-02-02 16:53:59 +0100 |
commit | 8ad4a477c15f928323da24aff4188bd7f0dca1d9 (patch) | |
tree | 0f0e488eaacefc304154d6e68e1e2a41cb148cb5 /styles.css | |
parent | ec3cabf60551be0c589b11fa5db8de302645988e (diff) |
Ajax dynamic formula display
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,16 @@ .que.algebra .answer input { width: 80%; } +.que.algebra .displayformula { + padding: 0.3em; + display: block; + width: 300px; + min-height: 70px ! important; + background: #fff3bf; + padding: 0.5em; + margin-top: 1em; + box-shadow: 0.5em 0.5em 1em #000; +} /* Editing form. */ body#page-question-type-algebra div[id^=fgroup_id_][id*=answeroptions_] { |