Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
456a75fb
Commit
456a75fb
authored
Jun 06, 2016
by
Connor Shea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve input padding, fix #18237.
parent
4d4a9b7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+1
-0
app/assets/stylesheets/framework/selects.scss
app/assets/stylesheets/framework/selects.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-0
No files found.
app/assets/stylesheets/framework/forms.scss
View file @
456a75fb
...
...
@@ -76,6 +76,7 @@ label {
.form-control
{
@include
box-shadow
(
none
);
border-radius
:
3px
;
padding
:
$gl-vert-padding
$gl-input-padding
;
}
.select-wrapper
{
...
...
app/assets/stylesheets/framework/selects.scss
View file @
456a75fb
...
...
@@ -8,7 +8,7 @@
background
:
#fff
;
border-color
:
$input-border
;
height
:
35px
;
padding
:
$gl-vert-padding
$gl-
btn
-padding
;
padding
:
$gl-vert-padding
$gl-
input
-padding
;
font-size
:
$gl-font-size
;
line-height
:
1
.42857143
;
border-radius
:
$border-radius-base
;
...
...
app/assets/stylesheets/framework/variables.scss
View file @
456a75fb
...
...
@@ -57,6 +57,7 @@ $code_line_height: 1.5;
*/
$gl-padding
:
16px
;
$gl-btn-padding
:
10px
;
$gl-input-padding
:
10px
;
$gl-vert-padding
:
6px
;
$gl-padding-top
:
10px
;
...
...
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