Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
9568fefb
Commit
9568fefb
authored
11 years ago
by
Jan-Christoph Borchardt
Browse files
Options
Downloads
Patches
Plain Diff
move log in button CSS to appropriate place
parent
89d0d7f5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/css/styles.css
+18
-4
18 additions, 4 deletions
core/css/styles.css
with
18 additions
and
4 deletions
core/css/styles.css
+
18
−
4
View file @
9568fefb
...
...
@@ -133,10 +133,6 @@ a.disabled, a.disabled:hover, a.disabled:focus {
}
#body-login
input
{
font-size
:
1.5em
;
}
#body-login
input
[
type
=
"text"
],
#body-login
input
[
type
=
"password"
]
{
width
:
13em
;
}
#body-login
input
.login
{
width
:
auto
;
float
:
right
;
padding
:
7px
9px
6px
;
}
#remember_login
{
margin
:
.8em
.2em
0
1em
;
vertical-align
:
text-bottom
;
}
.searchbox
input
[
type
=
"search"
]
{
font-size
:
1.2em
;
padding
:
.2em
.5em
.2em
1.5em
;
background
:
#fff
url('../img/actions/search.svg')
no-repeat
.5em
center
;
border
:
0
;
-moz-border-radius
:
1em
;
-webkit-border-radius
:
1em
;
border-radius
:
1em
;
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
;
filter
:
alpha
(
opacity
=
70
);
opacity
:
.7
;
-webkit-transition
:
opacity
300ms
;
-moz-transition
:
opacity
300ms
;
-o-transition
:
opacity
300ms
;
transition
:
opacity
300ms
;
margin-top
:
10px
;
float
:
right
;
}
input
[
type
=
"submit"
]
.enabled
{
background
:
#66f866
;
border
:
1px
solid
#5e5
;
-moz-box-shadow
:
0
1px
1px
#f8f8f8
,
0
1px
1px
#cfc
inset
;
-webkit-box-shadow
:
0
1px
1px
#f8f8f8
,
0
1px
1px
#cfc
inset
;
box-shadow
:
0
1px
1px
#f8f8f8
,
0
1px
1px
#cfc
inset
;
}
#select_all
{
margin-top
:
.4em
!important
;}
...
...
@@ -328,6 +324,24 @@ li.update, li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; bac
#alternative-logins
legend
{
margin-bottom
:
10px
;
}
#alternative-logins
li
{
height
:
40px
;
display
:
inline-block
;
white-space
:
nowrap
;
}
/* Log in and install button */
#body-login
input
{
font-size
:
1.5em
;
}
#body-login
input
[
type
=
"text"
],
#body-login
input
[
type
=
"password"
]
{
width
:
13em
;
}
#body-login
input
.login
{
width
:
auto
;
float
:
right
;
padding
:
7px
9px
6px
;
}
#remember_login
{
margin
:
.8em
.2em
0
1em
;
vertical-align
:
text-bottom
;
}
/* Sticky footer */
#body-login
.wrapper
{
min-height
:
100%
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment