|
@@ -118,20 +118,26 @@ body input[type="text"]::placeholder {
|
|
|
font-family: 'Lato', sans-serif;
|
|
|
font-weight: bold;
|
|
|
letter-spacing: 0.037em;
|
|
|
+ margin-top: 15px;
|
|
|
+}
|
|
|
+.add-test-component span.title-text:nth-of-type(1) {
|
|
|
+ margin-top: 5px;
|
|
|
}
|
|
|
.add-test-component span.title-text:nth-of-type(2) {
|
|
|
- margin-top: 15px;
|
|
|
- margin-bottom: 0px;
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
|
|
|
|
.add-test-component .add-test-header {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
+/* .add-test-component .add-test-header input {
|
|
|
+ margin: 0 auto;
|
|
|
+} */
|
|
|
+
|
|
|
.add-test-component .title-input, .description-input {
|
|
|
width: 80%;
|
|
|
height: 34px;
|
|
|
- margin-left: 10%;
|
|
|
}
|
|
|
|
|
|
.add-test-component textarea.title-input {
|
|
@@ -139,10 +145,8 @@ body input[type="text"]::placeholder {
|
|
|
}
|
|
|
|
|
|
.add-test-component .description-input {
|
|
|
- margin-top: 10px;
|
|
|
margin-bottom: 40px;
|
|
|
width: 80%;
|
|
|
- margin-left: 10%;
|
|
|
}
|
|
|
|
|
|
.add-test-component button {
|
|
@@ -158,7 +162,6 @@ body input[type="text"]::placeholder {
|
|
|
border-radius: 5px;
|
|
|
color: rgb(142, 142, 142);
|
|
|
border: 1px solid rgb(232, 232, 232);
|
|
|
- margin: 10px;
|
|
|
}
|
|
|
|
|
|
.add-test-component .submit-form {
|
|
@@ -172,12 +175,18 @@ body input[type="text"]::placeholder {
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
|
|
|
+.add-test-component .submit-inner-wrapper input, .add-test-component .submit-inner-wrapper button{
|
|
|
+ margin: 10px;
|
|
|
+ margin-bottom: 5px;
|
|
|
+}
|
|
|
+
|
|
|
.add-test-component .select-image {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.add-test-component .select-image input {
|
|
|
display: block;
|
|
|
+ margin-bottom: 10px;
|
|
|
width: 75%;
|
|
|
background-color: rgb(232,232,232);
|
|
|
padding-left: 8px;
|
|
@@ -208,56 +217,104 @@ body input[type="text"]::placeholder {
|
|
|
|
|
|
|
|
|
.add-test-component .submit-form input {
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-right: 10px;
|
|
|
font-weight: bold;
|
|
|
font-family: "Lato", sans-serif;
|
|
|
font-size: 1.05rem;
|
|
|
box-shadow: inset 1px 1px 4px rgb(220, 220, 220)!important;
|
|
|
}
|
|
|
|
|
|
+.question-rating {
|
|
|
+ display: inline-block;
|
|
|
+ position: relative;
|
|
|
+ right: 31px;
|
|
|
+ top: 10.5px;
|
|
|
+}
|
|
|
+
|
|
|
+.question-rating-number {
|
|
|
+ display: inline-block;
|
|
|
+ position: relative;
|
|
|
+ bottom: 10px;
|
|
|
+ width: 53%;
|
|
|
+ padding: 6.1px 0;
|
|
|
+ padding-left: 3px;
|
|
|
+ border-left: 1px solid rgba(200,200,200,.2);
|
|
|
+ background: linear-gradient(to top, rgb(240,240,240),rgb(243,243,243));
|
|
|
+ box-shadow: inset 0 0 2px rgb(200,200,200);
|
|
|
+ /* border-right: none; */
|
|
|
+ color: rgb(130,130,130);
|
|
|
+}
|
|
|
+
|
|
|
+.question-rating-buttons{
|
|
|
+ display: inline-block;
|
|
|
+ width: 47%;
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.question-rating-button{
|
|
|
+ height: 17px;
|
|
|
+ padding-left: 2px;
|
|
|
+ padding-right: 7px;
|
|
|
+ box-shadow: inset 0 0 1px rgb(200,200,200);
|
|
|
+ border: 1px solid rgba(200, 200, 200,.6);
|
|
|
+ background-color: rgb(227, 227, 227);
|
|
|
+}
|
|
|
+
|
|
|
+.question-rating-button:nth-of-type(1) {
|
|
|
+ border-top-right-radius: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.question-rating-button:nth-of-type(2) {
|
|
|
+ border-bottom-right-radius: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.question-rating-button span {
|
|
|
+ font-size: 13px;
|
|
|
+ position: relative;
|
|
|
+ bottom: 3px;
|
|
|
+}
|
|
|
+
|
|
|
.add-test-item {
|
|
|
position: relative;
|
|
|
border-bottom: 1px solid #e8e8e8;
|
|
|
padding-top: 13px;
|
|
|
}
|
|
|
|
|
|
-.add-test-item:nth-first-of-type, .add-test-item:nth-last-of-type {
|
|
|
+.add-test-item:nth-of-type(2) {
|
|
|
border-top: 1px solid #e8e8e8;
|
|
|
}
|
|
|
|
|
|
.add-test-item span.question-counter {
|
|
|
- position: absolute;
|
|
|
- left: 9px;
|
|
|
- top: 20px;
|
|
|
+ position: relative;
|
|
|
+ top: 4px;
|
|
|
font-size: 1.9rem;
|
|
|
font-weight: bold;
|
|
|
color: rgb(195, 195, 195);
|
|
|
}
|
|
|
|
|
|
.add-test-item span.question-mark{
|
|
|
- top: 18px;
|
|
|
- right: 140px;
|
|
|
- width: 30px;
|
|
|
- position: absolute;
|
|
|
+ position: relative;
|
|
|
+ top: 5px;
|
|
|
text-align: right;
|
|
|
color: rgb(210,210,210);
|
|
|
font-size: 37px;
|
|
|
}
|
|
|
|
|
|
.add-test-item .answer-circle {
|
|
|
- position: absolute;
|
|
|
- left: 11%;
|
|
|
- top: 13%;
|
|
|
+ position: relative;
|
|
|
+ top: 2px;
|
|
|
font-size: 24px;
|
|
|
color: rgb(205, 205, 205);
|
|
|
}
|
|
|
|
|
|
.add-test-item input, .title-input, .description-input{
|
|
|
- display: block;
|
|
|
+ display: inline-block;
|
|
|
width: 70%;
|
|
|
font-size: 1rem;
|
|
|
padding: 0 10px;
|
|
|
height: 34px;
|
|
|
- margin: 10px;
|
|
|
border-radius: 8px;
|
|
|
border: 1px solid rgb(232, 232, 232);
|
|
|
background: linear-gradient(to top, rgb(239,239,239),rgb(242,242,242));
|
|
@@ -267,13 +324,14 @@ body input[type="text"]::placeholder {
|
|
|
}
|
|
|
|
|
|
.answer-input-wrapper {
|
|
|
- position: relative;
|
|
|
+ padding-left: 80px;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.add-test-item span.icon{
|
|
|
- position: absolute;
|
|
|
- left: 625px;
|
|
|
- bottom: -3px;
|
|
|
+ position: relative;
|
|
|
+ top: 1px;
|
|
|
+ right: 22px;
|
|
|
font-size: 22px;
|
|
|
height: 30px;
|
|
|
width: 30px;
|
|
@@ -287,9 +345,14 @@ body input[type="text"]::placeholder {
|
|
|
color: rgb(185, 185, 185);
|
|
|
}
|
|
|
|
|
|
-.add-test-item .question-input {
|
|
|
- margin-left: 50px;
|
|
|
+.question-input-wrapper{
|
|
|
margin-bottom: 15px;
|
|
|
+ padding-left: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.add-test-item .question-input {
|
|
|
+ margin-left: 20px;
|
|
|
+ margin-right: 5px;
|
|
|
}
|
|
|
|
|
|
.add-test-item .question-input::placeholder {
|
|
@@ -297,7 +360,9 @@ body input[type="text"]::placeholder {
|
|
|
}
|
|
|
|
|
|
.add-test-item .answer-input {
|
|
|
- margin: 10px auto;
|
|
|
+ display: inline-block;
|
|
|
+ width: 80%;
|
|
|
+ margin-left: 10px;
|
|
|
}
|
|
|
|
|
|
.add-test-item .answer-input::placeholder {
|
|
@@ -312,6 +377,7 @@ body input[type="text"]::placeholder {
|
|
|
height: 34px;
|
|
|
border-radius: 5px;
|
|
|
border: 1px solid rgb(232, 232, 232);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
/* main-page */
|
|
@@ -626,6 +692,8 @@ span.answer-circle-active {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
.read-more-text{
|
|
|
display: block;
|
|
|
padding: 10px 0 10px;
|
|
@@ -682,6 +750,8 @@ span.answer-circle-active {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
.main-component nav li {
|
|
|
width: 100%;
|
|
|
}
|