Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
c23cac33
Commit
c23cac33
authored
Sep 24, 2015
by
Hendrik Leppelsack
Browse files
fix login
parent
dba9211d
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/css/styles.css
View file @
c23cac33
...
...
@@ -184,7 +184,7 @@ html:not(.ie8) input[type="checkbox"].checkbox:disabled +label:before { opacity:
html
:not
(
.ie8
)
input
[
type
=
"checkbox"
]
.checkbox.u-left
+
label
:before
{
float
:
left
;
}
html
:not
(
.ie8
)
input
[
type
=
"checkbox"
]
.checkbox
.
white
+
label
:before
{
html
:not
(
.ie8
)
input
[
type
=
"checkbox"
]
.checkbox
--
white
+
label
:before
{
background-image
:
url('../img/actions/checkbox-white.svg')
;
}
...
...
@@ -192,7 +192,7 @@ html:not(.ie8) input[type="checkbox"].checkbox:checked + label:before {
background-image
:
url('../img/actions/checkbox-checked.svg')
;
}
html
:not
(
.ie8
)
input
[
type
=
"checkbox"
]
.checkbox
.
white
:checked
+
label
:before
{
html
:not
(
.ie8
)
input
[
type
=
"checkbox"
]
.checkbox
--
white
:checked
+
label
:before
{
background-image
:
url('../img/actions/checkbox-checked-white.svg')
;
}
...
...
core/templates/login.php
View file @
c23cac33
...
...
@@ -65,7 +65,7 @@ script('core', [
<?php
endif
;
?>
<?php
if
(
$_
[
'rememberLoginAllowed'
]
===
true
)
:
?>
<div
class=
"remember-login-container"
>
<input
type=
"checkbox"
name=
"remember_login"
value=
"1"
id=
"remember_login"
class=
"white"
>
<input
type=
"checkbox"
name=
"remember_login"
value=
"1"
id=
"remember_login"
class=
"
checkbox checkbox--
white"
>
<label
for=
"remember_login"
>
<?php
p
(
$l
->
t
(
'remember'
));
?>
</label>
</div>
<?php
endif
;
?>
...
...
Write
Preview
Supports
Markdown
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