From 400060e63b863e1fd666f289eb0a036acff7c91f Mon Sep 17 00:00:00 2001 From: zhegal Date: Fri, 2 Feb 2018 11:19:26 +0200 Subject: [PATCH] comment styles 1 --- frontend/web/css/main.css | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index c9c8fa3..67008e7 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -252,7 +252,7 @@ section.blue-fon {padding-top: 25px;} z-index: -1000; width: 100%; height: 100%; - max-height: calc(100vh - 101px); + max-height: calc(100vh - 22px); overflow: hidden; display: flex; align-items: center; @@ -737,4 +737,63 @@ section.bar.background-gray.steps-pre:before { 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; +} +#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 .comments-start .required label:before{display:none;} +#artbox-comment .comments-start .required label:after { + display: inline-block; + content: "*"; + color: #d40000; + margin-left: 4px; } \ No newline at end of file -- libgit2 0.21.4