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
dc51a093
Commit
dc51a093
authored
Mar 28, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip ci] fix tooltip alignment and add border color
parent
f7821a6c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
app/assets/stylesheets/framework/avatar.scss
app/assets/stylesheets/framework/avatar.scss
+1
-1
app/assets/stylesheets/framework/lists.scss
app/assets/stylesheets/framework/lists.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-0
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+3
-2
No files found.
app/assets/stylesheets/framework/avatar.scss
View file @
dc51a093
...
...
@@ -97,7 +97,7 @@
.avatar-counter
{
background-color
:
$gray-darkest
;
color
:
$white-light
;
border
:
1px
solid
$
white-light
;
border
:
1px
solid
$
avatar-counter-border-color
;
border-radius
:
1em
;
font-family
:
$regular_font
;
font-size
:
9px
;
...
...
app/assets/stylesheets/framework/lists.scss
View file @
dc51a093
...
...
@@ -257,11 +257,11 @@ ul.controls {
.author_link
{
display
:
inline-block
;
vertical-align
:
middle
;
.avatar-inline
{
margin-left
:
0
;
margin-right
:
0
;
margin-bottom
:
0
;
}
}
}
...
...
app/assets/stylesheets/framework/variables.scss
View file @
dc51a093
...
...
@@ -437,6 +437,7 @@ $help-shortcut-header-color: #333;
$issues-today-bg
:
#f3fff2
;
$issues-today-border
:
#e1e8d5
;
$compare-display-color
:
#888
;
$avatar-counter-border-color
:
#e6e6e6
;
/*
* jQuery UI
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
dc51a093
...
...
@@ -485,8 +485,9 @@
.avatar-counter
{
display
:
inline-block
;
vertical-align
:
middle
;
// margin-top: 1px;
min-width
:
18px
;
min-width
:
16px
;
line-height
:
14px
;
height
:
16px
;
}
.wide-counter
{
...
...
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