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
Tatuya Kamada
gitlab-ce
Commits
029460e2
Commit
029460e2
authored
Jan 09, 2017
by
Ryan Harris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the row-content-block menu on the commits page to a flexbox container
parent
336d7a79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
app/assets/stylesheets/framework/blocks.scss
app/assets/stylesheets/framework/blocks.scss
+12
-2
No files found.
app/assets/stylesheets/framework/blocks.scss
View file @
029460e2
...
...
@@ -22,6 +22,9 @@
}
.row-content-block
{
display
:
-
webkit-box
;
display
:
-
ms-flexbox
;
display
:
flex
;
margin-top
:
0
;
margin-bottom
:
-
$gl-padding
;
background-color
:
$gray-light
;
...
...
@@ -82,8 +85,15 @@
}
.block-controls
{
float
:
right
;
margin-top
:
-36px
;
display
:
-
webkit-box
;
display
:
-
ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
end
;
-ms-flex-pack
:
end
;
justify-content
:
flex-end
;
-webkit-box-flex
:
1
;
-ms-flex
:
1
;
flex
:
1
;
.control
{
float
:
left
;
...
...
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