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
183b3103
Commit
183b3103
authored
Mar 30, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip ci] cleanup css
parent
a9978bbb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
4 deletions
+15
-4
app/assets/stylesheets/framework/avatar.scss
app/assets/stylesheets/framework/avatar.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
+13
-3
No files found.
app/assets/stylesheets/framework/avatar.scss
View file @
183b3103
...
...
@@ -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/variables.scss
View file @
183b3103
...
...
@@ -439,6 +439,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 @
183b3103
...
...
@@ -307,6 +307,10 @@
margin-top
:
0
;
}
.sidebar-avatar-counter
{
padding-top
:
2px
;
}
.author
{
display
:
none
;
}
...
...
@@ -340,7 +344,6 @@
width
:
24px
;
height
:
24px
;
border-radius
:
12px
;
line-height
:
24px
;
}
.sidebar-collapsed-user
{
...
...
@@ -353,6 +356,11 @@
}
.multiple-users
{
height
:
24px
;
margin-bottom
:
17px
;
margin-top
:
4px
;
padding-bottom
:
4px
;
.btn-link
{
padding
:
0
;
border
:
0
;
...
...
@@ -363,12 +371,14 @@
}
.btn-link
:first-child
{
position
:
absolute
;
left
:
10px
;
z-index
:
1
;
transform
:
translateX
(
3px
);
}
.btn-link
:last-child
{
transform
:
translateX
(
-3px
);
position
:
absolute
;
right
:
10px
;
&
:hover
{
text-decoration
:
none
;
...
...
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