Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
generateur-slogans
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LQDN Adminsys
generateur-slogans
Commits
06b96eee
Verified
Commit
06b96eee
authored
Oct 23, 2017
by
Thibaut Broggi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes margins in left pane
parent
601540fd
Pipeline
#1434
passed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
static/style.css
static/style.css
+13
-12
No files found.
static/style.css
View file @
06b96eee
...
...
@@ -77,6 +77,11 @@ nav > :nth-child(1) > img {
width
:
50%
;
margin-left
:
7vw
;
}
#inputs
>
*
:not
(
:nth-child
(
1
))
{
padding-left
:
10%
;
padding-right
:
10%
;
}
}
nav
>
.active-tab
{
...
...
@@ -126,9 +131,9 @@ a {
.colorpicker
input
[
type
=
"radio"
]
+
label
{
display
:
inline-block
;
width
:
6
em
;
height
:
6
em
;
padding
:
.
8
em
;
width
:
5
em
;
height
:
5
em
;
padding
:
.
6
em
;
border-radius
:
50%
;
}
...
...
@@ -167,6 +172,10 @@ a {
height
:
110px
;
overflow-y
:
hidden
!important
;
}
#inputs
>
div
>
h2
{
margin-left
:
10px
;
}
}
@media
(
max-width
:
600px
)
{
...
...
@@ -203,7 +212,6 @@ div[id^="step"]:target {
div
.navButtons
{
float
:
right
;
margin-right
:
20px
;
margin-top
:
2em
;
}
...
...
@@ -309,12 +317,6 @@ main > #credits {
}
@media
(
min-width
:
992px
)
{
div
#step3
>
div
:nth-of-type
(
1
),
div
#step4
>
div
:nth-of-type
(
1
)
{
margin-left
:
10%
;
width
:
80%
;
}
a
#save-image
{
margin-top
:
2em
;
}
...
...
@@ -363,8 +365,7 @@ div#step3 > div:nth-of-type(1) > input[type="radio"]:checked + label {
textarea
,
input
[
type
=
"text"
]
{
display
:
block
;
width
:
80%
;
margin-left
:
10%
;
width
:
100%
;
padding
:
1em
;
background-color
:
#ebf3ff
;
color
:
inherit
;
...
...
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