Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quassel-rest-search
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Janne Mareike Koschinski
quassel-rest-search
Commits
1668e2fc
Commit
1668e2fc
authored
7 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Minor form improvements
parent
fc2fe914
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
res/css/login.css
+8
-2
8 additions, 2 deletions
res/css/login.css
res/css/login.sass
+7
-1
7 additions, 1 deletion
res/css/login.sass
with
15 additions
and
3 deletions
res/css/login.css
+
8
−
2
View file @
1668e2fc
...
@@ -45,6 +45,9 @@
...
@@ -45,6 +45,9 @@
box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-tap-highlight-color
:
transparent
;
}
-webkit-tap-highlight-color
:
transparent
;
}
html
{
background
:
#F2F2F2
;
}
body
{
body
{
background
:
#F2F2F2
;
background
:
#F2F2F2
;
font-family
:
'Roboto'
,
sans-serif
;
font-family
:
'Roboto'
,
sans-serif
;
...
@@ -66,7 +69,8 @@ body {
...
@@ -66,7 +69,8 @@ body {
form
{
form
{
background
:
#fff
;
background
:
#fff
;
max-width
:
390px
;
max-width
:
320px
;
width
:
100%
;
padding
:
20px
48px
;
padding
:
20px
48px
;
margin
:
0
auto
;
margin
:
0
auto
;
color
:
#212121
;
color
:
#212121
;
...
@@ -74,7 +78,9 @@ form {
...
@@ -74,7 +78,9 @@ form {
@media
(
max-width
:
320px
)
{
@media
(
max-width
:
320px
)
{
form
{
form
{
padding
:
8px
16px
;
padding
:
8px
16px
;
margin
:
initial
;
}
}
margin
:
initial
;
width
:
initial
;
max-width
:
initial
;
}
}
.header
{
.header
{
display
:
flex
;
display
:
flex
;
...
...
This diff is collapsed.
Click to expand it.
res/css/login.sass
+
7
−
1
View file @
1668e2fc
...
@@ -8,6 +8,9 @@
...
@@ -8,6 +8,9 @@
box-sizing
:
border-box
box-sizing
:
border-box
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
)
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
)
html
background
:
#F2F2F2
body
body
background
:
#F2F2F2
background
:
#F2F2F2
font-family
:
'Roboto'
,
sans-serif
font-family
:
'Roboto'
,
sans-serif
...
@@ -30,7 +33,8 @@ body
...
@@ -30,7 +33,8 @@ body
form
form
background
:
#fff
background
:
#fff
max-width
:
390px
max-width
:
320px
width
:
100%
padding
:
20px
48px
padding
:
20px
48px
margin
:
0
auto
margin
:
0
auto
color
:
#212121
color
:
#212121
...
@@ -39,6 +43,8 @@ form
...
@@ -39,6 +43,8 @@ form
@media
(
max-width
:
320px
)
@media
(
max-width
:
320px
)
padding
:
8px
16px
padding
:
8px
16px
margin
:
initial
margin
:
initial
width
:
initial
max-width
:
initial
.header
.header
display
:
flex
display
:
flex
...
...
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