Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Alain Shakour
clowdflows
Commits
ee439bca
Commit
ee439bca
authored
Nov 22, 2013
by
Janez K
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed signuplogin
parent
60982d40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
11 deletions
+16
-11
signuplogin/templates/signuplogin/signuplogin.html
signuplogin/templates/signuplogin/signuplogin.html
+2
-2
website/static/bootstrap3/css/custom.css
website/static/bootstrap3/css/custom.css
+14
-9
No files found.
signuplogin/templates/signuplogin/signuplogin.html
View file @
ee439bca
...
...
@@ -19,8 +19,8 @@
<label
for=
"repeat_password"
>
Repeat password
</label>
<input
type=
"password"
name=
"repeat_password"
></input>
<br/>
<div
id=
"missing_error"
class=
"invisible
"
>
All fields are mandatory
</div>
<div
id=
"unknown_error"
class=
"invisible
"
>
An unknown error occurred
</div>
<div
id=
"missing_error"
style=
"display: none;
"
>
All fields are mandatory
</div>
<div
id=
"unknown_error"
style=
"display: none;
"
>
An unknown error occurred
</div>
<input
type=
"submit"
value=
"Sign up"
style=
""
></input>
</form>
...
...
website/static/bootstrap3/css/custom.css
View file @
ee439bca
...
...
@@ -24,7 +24,7 @@ body {
}
header
{
padding-top
:
6
0px
;
padding-top
:
5
0px
;
padding-bottom
:
80px
;
background-color
:
#016383
;
text-align
:
center
;
...
...
@@ -43,6 +43,17 @@ header h1 {
margin-top
:
30px
;
}
.cf-buttons
button
{
-webkit-transition
:
-webkit-transform
300ms
ease
;
-moz-transition
:
-moz-transform
300ms
ease
;
-ms-transition
:
-ms-transform
300ms
ease
;
-o-transition
:
-o-transform
300ms
ease
;
transition
:
transform
300ms
ease
;
transition
:
300ms
ease
;
border-radius
:
0px
!important
;
}
.cf-buttons
button
{
margin-left
:
6px
;
margin-right
:
6px
;
...
...
@@ -77,19 +88,13 @@ header h1 {
padding
:
14px
24px
;
font-size
:
24px
;
line-height
:
1.33
;
border-radius
:
9px
;
}
.btn-lg
{
transition
:
0.5s
;
-webkit-transition
:
0.5s
;
}
.btn-lg
:hover
{
padding
:
14px
24px
;
/*
padding: 14px 24px;
font-size: 24px;
line-height
:
1.33
;
border-radius
:
9px
;
transition
:
0.5s
;
-webkit-transition
:
0.5s
;
line-height: 1.33;*/
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment