made changes for e-rang forms
This commit is contained in:
parent
f299873c28
commit
b59e3963ad
|
@ -68,3 +68,59 @@ display:block;}
|
|||
|
||||
.hideText
|
||||
{display:none;}
|
||||
|
||||
/* FORMS FOR E-RANG */
|
||||
#commentWrapper
|
||||
{color:#888;}
|
||||
|
||||
#commentWrapper h3
|
||||
{font-size:24px;
|
||||
padding-bottom:6px;
|
||||
color:#f7bd00;
|
||||
text-align:center;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
#commentWrapper h4
|
||||
{font-size:18px;
|
||||
text-align:center;
|
||||
padding-bottom:8px;}
|
||||
|
||||
#commentWrapper label {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
#comment_form input[type="text"], #comment_form input[type="password"], #comment_form textarea {
|
||||
border: 1px solid #E3E3E3;
|
||||
padding: 2px 2px 2px 4px;
|
||||
-moz-border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
-moz-box-shadow: inset 2px 2px 6px #d7d7d7;
|
||||
-webkit-box-shadow: inset 2px 2px 6px #d7d7d7;
|
||||
box-shadow: inset 2px 2px 6px #d7d7d7;
|
||||
margin-bottom: 10px;
|
||||
vertical-align:text-top;}
|
||||
|
||||
.leave_response th
|
||||
{width:18%;}
|
||||
|
||||
#comment_form input[type=submit] {
|
||||
background-color:#f7bd00;
|
||||
color:#FFF;
|
||||
font-size:14px;
|
||||
-moz-border-radius:6px;
|
||||
-webkit-border-radius:6px;
|
||||
border-radius:6px;
|
||||
padding:3px 24px;
|
||||
border:1px solid transparent;
|
||||
margin-top:10px;
|
||||
font-family:'Century Gothic', Arial, 'DejaVu Sans', sans-serif;
|
||||
cursor:pointer;
|
||||
vertical-align:text-top;}
|
||||
|
||||
#form_table tr:nth-child(6) {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* END FORMS FOR E-RANG */
|
||||
|
|
|
@ -103,7 +103,7 @@ association of theatre people coming together in the larger interests of theatre
|
|||
|
||||
</div>
|
||||
|
||||
<!--
|
||||
|
||||
<div id="commentWrapper">
|
||||
{% load comments %}
|
||||
<h3>Comments and Feedback</h3>
|
||||
|
@ -150,4 +150,4 @@ association of theatre people coming together in the larger interests of theatre
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user