Index: openacs-4/packages/xowf/www/resources/test-item.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/resources/Attic/test-item.css,v diff -u -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/xowf/www/resources/test-item.css 6 Nov 2019 18:44:47 -0000 1.1.2.4 +++ openacs-4/packages/xowf/www/resources/test-item.css 25 Nov 2019 14:51:46 -0000 1.1.2.5 @@ -38,23 +38,40 @@ /*background-color: #fafafa;*/ } div.mc_interaction div.form-label, +div.sc_interaction div.form-label, div.text_interaction div.form-label { display: none; } -div.mc_interaction, div.sc_interaction, div.text_entry_interaction, div.text_interaction { +div.mc_interaction, +div.sc_interaction, +div.text_entry_interaction, +div.text_interaction { padding: 15px 0px 0px 15px; } -div.mc_interaction label, div.sc_interaction label { +div.mc_interaction label, +div.sc_interaction label { font-weight: normal; + /*margin: 0px 0px 10px 0px;*/ + padding: 0px 0px 4px 0px; } label div.richtext-label { display: inline-block; - max-width: 500px; + width: 450px; padding: 0px 0px 0px 15px; } - +div.text_entry_interaction div.progress, +div.mc_interaction div.progress, +div.sc_interaction div.progress { + margin: 0px; +} +div.text_entry_interaction div.progress div.progress-bar, +div.mc_interaction div.progress div.progress-bar, +div.sc_interaction div.progress div.progress-bar { + background-color: #ccc; + color: #444; +} div.mc_interaction label input[type="checkbox"], div.sc_interaction label input[type="radio"] { vertical-align: top; @@ -123,3 +140,26 @@ font-size: 14px; background-color: #fafafa; } + +/* + * Action button styling + */ +form button.current { + background-color: #ddd; + border-top: 2px solid #999; + border-bottom: 2px solid #999; + border-style: groove; +} + +/* + * Modal + jquery tag cloud + */ +div.text_entry_interaction .modal { + display: block; /* undo display:none */ + height: 0; /* height:0 is also invisible */ + overflow-y: hidden; /* no-overflow */ +} +div.text_entry_interaction .modal.fade.in { + height: auto; /* let the content decide it */ +} +