Update help_feedback.css
This commit is contained in:
parent
5a73b67545
commit
43d3f32d0c
|
@ -9,7 +9,7 @@ div.help_feedback {
|
|||
bottom: 0;
|
||||
background: white;
|
||||
height: auto;
|
||||
width: 320px;
|
||||
width: 365px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
@ -18,11 +18,43 @@ div.help_feedback {
|
|||
margin-right: 10px;
|
||||
margin-top: 10px;
|
||||
margin-left: 10px;
|
||||
|
||||
font-weight: normal;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
font-size: 1.2em;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 92% 10px;
|
||||
color: #000;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
padding-left: 10px;
|
||||
border: none;
|
||||
font-family: "lato", "Open Sans", sans-serif;
|
||||
cursor: pointer;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.btn_something {
|
||||
margin-top: 10px;
|
||||
margin-left: 10px;
|
||||
|
||||
font-weight: normal;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
font-size: 1.2em;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 92% 10px;
|
||||
color: #000;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
padding-left: 10px;
|
||||
border: none;
|
||||
font-family: "lato", "Open Sans", sans-serif;
|
||||
cursor: pointer;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.textarea_feedback {
|
||||
|
@ -41,7 +73,7 @@ div.help_feedback {
|
|||
}
|
||||
|
||||
.btn_submit_feed_back {
|
||||
margin-right: 10px;
|
||||
margin-right: 50px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
@ -52,7 +84,6 @@ div.help_feedback {
|
|||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
font-size: 1.2em;
|
||||
background-color: lightgrey;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 92% 10px;
|
||||
color: #000;
|
||||
|
|
Loading…
Reference in New Issue