diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index a842bb4..591818e 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -520,6 +520,81 @@ section.bar.background-gray.steps-pre:before { text-align: center; margin-bottom: 20px; } + + + + +.comments-start .required label:before{display:none;content:'';} +.comments-start .required label:after { + display: inline-block; + content: "*"; + color: #d40000; + margin-left: 4px; +} +.user-ico{padding: 10px;text-align: center;font-size: 30px;} +#blog-post{padding-bottom: 50px;} +#artbox-comment .submit_btn button{ + color: #0080ca; + background-color: initial; + border: 1px solid; + border-color: #0080ca; + font-weight: 700; + font-family: "Roboto",Helvetica,Arial,sans-serif; + text-transform: uppercase; + letter-spacing: .08em; + padding: 6px 12px; + font-size: 13px; + line-height: 1.42857143; + border-radius: 0; + margin: 0 auto; + display: block; +} +#artbox-comment .submit_btn button:hover, #artbox-comment .submit_btn button:active{ + color:#fff; + background-color:#0080ca; +} +#artbox-comment .submit_btn button:active{ + background-image: none; + outline: 0; + -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125); + box-shadow: inset 0 3px 5px rgba(0,0,0,.125); +} +#artbox-comment .submit_btn button:before{ + content: "\f0e5"; + display: inline-block; + font: normal normal normal 14px/1 FontAwesome; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + margin-right: 5px; +} +#artbox-comment .form-comm-wr{background:none;} +#artbox-comment .input_bl label { + position: relative; + width: 100%; + text-align: left; + padding-right: 10px; + margin: 9px 0 0 0; + display: inline-block; + max-width: 100%; + margin-bottom: 5px; + font-weight: normal; + text-transform: none; + font-family: "Roboto",Helvetica,Arial,sans-serif; + font-size: 14px; + line-height: 1.42857143; + color: #555; +} +#artbox-comment .submit_btn{width: 100%;} +.input_bl input, .input_bl textarea, .answer-form textarea{width:100%;border-radius: 0!important;} +.form-comm-wr .form-group { + margin-bottom: 0; + width: 50%; + padding: 0px 15px; +} +.form-comm-wr .form-group.field-commentmodel-text{width:100%;} + @media(min-width:1201px){ .links-ses-for-wr .container .row p {margin: 7px 20px;} .main-slider {min-height: 620px;} @@ -730,74 +805,4 @@ section.bar.background-gray.steps-pre:before { } @media(max-width:275px){ .head_video_buttons .button1, .head_video_buttons .button2{width: 100%!important;} -} - - -.comments-start .required label:before{display:none;content:'';} -.comments-start .required label:after { - display: inline-block; - content: "*"; - color: #d40000; - margin-left: 4px; -} -.user-ico{ - padding: 10px; - text-align: center; - font-size: 30px; -} -#blog-post{padding-bottom: 50px;} -#artbox-comment .submit_btn button{ - color: #0080ca; - background-color: initial; - border: 1px solid; - border-color: #0080ca; - font-weight: 700; - font-family: "Roboto",Helvetica,Arial,sans-serif; - text-transform: uppercase; - letter-spacing: .08em; - padding: 6px 12px; - font-size: 13px; - line-height: 1.42857143; - border-radius: 0; - margin: 0 auto; - display: block; -} -#artbox-comment .submit_btn button:hover, #artbox-comment .submit_btn button:active{ - color:#fff; - background-color:#0080ca; -} -#artbox-comment .submit_btn button:active{ - background-image: none; - outline: 0; - -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125); - box-shadow: inset 0 3px 5px rgba(0,0,0,.125); -} -#artbox-comment .submit_btn button:before{ - content: "\f0e5"; - display: inline-block; - font: normal normal normal 14px/1 FontAwesome; - font-size: inherit; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - margin-right: 5px; -} -#artbox-comment .form-comm-wr{background:none;} -#artbox-comment .input_bl label { - position: relative; - width: 100%; - text-align: left; - padding-right: 10px; - margin: 9px 0 0 0; - display: inline-block; - max-width: 100%; - margin-bottom: 5px; - font-weight: normal; - text-transform: none; - font-family: "Roboto",Helvetica,Arial,sans-serif; - font-size: 14px; - line-height: 1.42857143; - color: #555; -} -#artbox-comment .submit_btn{width: 100%;} -.input_bl input, .input_bl textarea, .answer-form textarea{width:100%;border-radius: 0!important;} \ No newline at end of file +} \ No newline at end of file -- libgit2 0.21.4