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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
55f180d2
Commit
55f180d2
authored
May 08, 2018
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix positioning of add-to-tree dropdown
parent
bbec7216
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
13 deletions
+4
-13
app/assets/stylesheets/bootstrap_migration.scss
app/assets/stylesheets/bootstrap_migration.scss
+4
-0
app/assets/stylesheets/framework/typography.scss
app/assets/stylesheets/framework/typography.scss
+0
-8
app/assets/stylesheets/pages/tree.scss
app/assets/stylesheets/pages/tree.scss
+0
-5
No files found.
app/assets/stylesheets/bootstrap_migration.scss
View file @
55f180d2
...
...
@@ -36,6 +36,10 @@ html [type="button"],
cursor
:
pointer
;
}
a
{
color
:
$gl-link-color
;
}
.form-group.row
.col-form-label
{
// Bootstrap 4 aligns labels to the left
// for horizontal forms
...
...
app/assets/stylesheets/framework/typography.scss
View file @
55f180d2
...
...
@@ -432,11 +432,3 @@ textarea {
color
:
$placeholder-text-color
;
}
}
/**
* global colors
*/
a
{
color
:
$gl-link-color
;
}
app/assets/stylesheets/pages/tree.scss
View file @
55f180d2
...
...
@@ -41,11 +41,6 @@
position
:
relative
;
}
}
.add-to-tree-dropdown
{
position
:
absolute
;
left
:
18px
;
}
}
}
...
...
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