ask module update css
This commit is contained in:
parent
e353961b21
commit
f3e1f4057d
|
@ -1,8 +1,40 @@
|
|||
#acknowledgement {
|
||||
font-size: 14px;
|
||||
color: green;
|
||||
display: none;
|
||||
padding: 20px;
|
||||
margin: -20px 0 30px 0;
|
||||
background-color: #fff;
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
border: solid 2px #f0f0f0;
|
||||
}
|
||||
#aclnowledgement:after {
|
||||
content: '';
|
||||
display: table;
|
||||
width: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.ask-question {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/* AQ form */
|
||||
#new-ask-question {
|
||||
background-color: #f8f8f8;
|
||||
padding: 20px 0;
|
||||
}
|
||||
#new-ask-question .form-horizontal .control-label {
|
||||
width: 100px;
|
||||
}
|
||||
#new-ask-question .form-horizontal .controls {
|
||||
margin-left: 120px;
|
||||
}
|
||||
#new-ask-question .form-horizontal .controls textarea {
|
||||
width: 80%;
|
||||
resize: vertical;
|
||||
}
|
||||
#new-ask-question .form-horizontal .form-actions {
|
||||
padding-left: 120px;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue