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;
|
font-size:13px;
|
||||||
color:#7b7b7b;
|
color:#7b7b7b;
|
||||||
line-height:16px;
|
line-height:16px;
|
||||||
padding:14px 24px 46px 24px;
|
padding:14px 24px 36px 24px;
|
||||||
float:left;}
|
float:left;}
|
||||||
|
|
||||||
.footerList li
|
.footerList li
|
||||||
|
@ -297,6 +297,7 @@ color:#515050;}
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
color:#ffb400;
|
color:#ffb400;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
|
padding-top:10px;
|
||||||
padding-left:22px;
|
padding-left:22px;
|
||||||
clear:both;}
|
clear:both;}
|
||||||
|
|
||||||
|
|
|
@ -102,7 +102,7 @@ vertical-align:text-top;
|
||||||
|
|
||||||
|
|
||||||
#formItf
|
#formItf
|
||||||
{text-transform:capitalize;}
|
{padding:10px;}
|
||||||
|
|
||||||
#formItf input:focus
|
#formItf input:focus
|
||||||
{outline:none;
|
{outline:none;
|
||||||
|
@ -140,14 +140,30 @@ margin-left:70px;
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
display:block;}
|
display:block;}
|
||||||
|
|
||||||
.select2-container .select2-choice
|
.select2-container
|
||||||
{width:400px;}
|
{width:400px !important;
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
|
||||||
.uniForm fieldset
|
.uniForm fieldset
|
||||||
{width:560px;}
|
{width:540px;}
|
||||||
|
|
||||||
#formItf h3
|
#formItf h3
|
||||||
{padding:16px;}
|
{padding:16px;}
|
||||||
|
|
||||||
.formset_help_text
|
.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>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="stylesheet" href="/static/css/reset.css" />
|
||||||
</head>
|
<link rel="stylesheet" href="/static/css/noel/main.css" />
|
||||||
<body>
|
<link rel="stylesheet" href="/static/css/register.css" />
|
||||||
<form action="" method="POST">
|
</head>
|
||||||
{% csrf_token %}
|
<body>
|
||||||
{{ form.as_p }}
|
<form action="" method="POST" id="formItf">
|
||||||
<br /><br />
|
{% csrf_token %}
|
||||||
<input type="submit" value="Submit" />
|
<table>
|
||||||
</form>
|
{{ form.as_table }}
|
||||||
</body>
|
<tr>
|
||||||
|
<td>
|
||||||
</html>
|
</td>
|
||||||
|
<td><input type="submit" value="Submit" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
</form>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user