changes to test profile page
This commit is contained in:
parent
b693320f8d
commit
ad59af7bc4
|
@ -275,7 +275,7 @@ font-family:Arial, 'Century Gothic', 'DejaVu Sans', sans-serif; /*should test th
|
|||
font-size:13px;
|
||||
color:#7b7b7b;
|
||||
line-height:16px;
|
||||
padding:14px 24px 46px 24px;
|
||||
padding:14px 24px 36px 24px;
|
||||
float:left;}
|
||||
|
||||
.footerList li
|
||||
|
@ -297,6 +297,7 @@ color:#515050;}
|
|||
font-size:12px;
|
||||
color:#ffb400;
|
||||
text-align:left;
|
||||
padding-top:10px;
|
||||
padding-left:22px;
|
||||
clear:both;}
|
||||
|
||||
|
|
|
@ -102,7 +102,7 @@ vertical-align:text-top;
|
|||
|
||||
|
||||
#formItf
|
||||
{text-transform:capitalize;}
|
||||
{padding:10px;}
|
||||
|
||||
#formItf input:focus
|
||||
{outline:none;
|
||||
|
@ -140,14 +140,30 @@ margin-left:70px;
|
|||
margin-top:10px;
|
||||
display:block;}
|
||||
|
||||
.select2-container .select2-choice
|
||||
{width:400px;}
|
||||
.select2-container
|
||||
{width:400px !important;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.uniForm fieldset
|
||||
{width:560px;}
|
||||
{width:540px;}
|
||||
|
||||
#formItf h3
|
||||
{padding:16px;}
|
||||
|
||||
.formset_help_text
|
||||
{padding-left:16px;}
|
||||
{padding-left:16px;}
|
||||
|
||||
.popup_add_btn
|
||||
{color:#FFB400;
|
||||
font-size:200%;
|
||||
text-decoration:none;
|
||||
float:left;
|
||||
display:block;
|
||||
padding-left:20px;}
|
||||
|
||||
#formItf input[type="checkbox"]+label
|
||||
{display:inline;}
|
||||
|
||||
.select2-results li
|
||||
{padding:6px;}
|
|
@ -1,15 +1,24 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<form action="" method="POST">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<br /><br />
|
||||
<input type="submit" value="Submit" />
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/static/css/reset.css" />
|
||||
<link rel="stylesheet" href="/static/css/noel/main.css" />
|
||||
<link rel="stylesheet" href="/static/css/register.css" />
|
||||
</head>
|
||||
<body>
|
||||
<form action="" method="POST" id="formItf">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
<tr>
|
||||
<td>
|
||||
</td>
|
||||
<td><input type="submit" value="Submit" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue
Block a user