diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 1795688..d5db9ba 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -12696,4 +12696,119 @@ li.active-menu-admin:hover a .ico_num { position: absolute; bottom: 30px; right: 315px; -} \ No newline at end of file +} + +.new-title-help { + font-size: 18px; + line-height: 18px; + margin-top: 31px; +} + +.new-txt-help p { + font-size: 13px; + line-height: 20px; + margin-top: 18px; + width: 100%; + float: left; +} + +.new-txt-help p:first-child { + margin-top: 21px; +} + +.new-txt-help iframe { + max-width: 100% !important; + max-height: 315px !important; + float: left; +} + +.qwestion-help-wr { + margin-top: 18px; + float: left; +} + +.qwestion-help-wr li { + list-style: none; + border-bottom: 1px solid #dcdcdc; + width: 100%; + float: left; + padding: 18px 0; +} + +.qwestion-help-wr li:first-child { + border-top: 1px solid #dcdcdc; +} + +.questions_a a { + color: #0072bc; + float: left; + font-size: 18px; + text-decoration: none; +} + +.questions_a a span { + border-bottom: 1px dashed #0072bc; +} + +.questions_hide { + display: none; +} + +.qwestion-help-wr li ol li { + border-top:0 !important; + border-bottom: 0 !important; + padding-bottom: 0; + padding-top: 1px; + margin-left: 13px; + margin-top: 18px; +} + +li.active>.questions_hide { + display: block; +} + +li.active>.questions_a a { + color: #333; cursor: default; +} + +li.active>.questions_a a span { + border-bottom: 0; +} + +.qwestion-help-wr li ol li{ + list-style-type: decimal; +} + +.questions_hide ol { + width: 100%; + float: left; + padding-left: 13px; +} + +.qwestion-help-wr li ol li .questions_a { + float: left; +} + +.box-new-qwestions { + padding-bottom: 50px; +} + +.box-new-qwestions .pagination { + margin-top: 40px; +} + +.questions_answer img { + max-width: 100%; +} + +.questions_answer p { + font-size: 13px; + line-height: 20px; + margin-top: 18px; + width: 100%; + float: left; +} + +.questions_answer p:first-child { + margin-top: 21px; +} -- libgit2 0.21.4