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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
f311e189
Commit
f311e189
authored
Mar 14, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve compare switch button
parent
30ca451f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
app/assets/stylesheets/pages/commits.scss
app/assets/stylesheets/pages/commits.scss
+1
-7
No files found.
app/assets/stylesheets/pages/commits.scss
View file @
f311e189
.commits-compare-switch
{
@extend
.btn
;
background
:
image-url
(
"switch_icon.png"
)
no-repeat
center
center
;
width
:
32px
;
height
:
32px
;
text-indent
:
-9999px
;
float
:
left
;
margin-right
:
9px
;
border
:
1px
solid
#DDD
;
@include
border-radius
(
4px
);
padding
:
4px
;
background-color
:
#EEE
;
}
.lists-separator
{
margin
:
10px
0
;
border-color
:
#DDD
;
...
...
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