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
Kazuhiko Shiozaki
gitlab-ce
Commits
283a9c7b
Commit
283a9c7b
authored
Nov 10, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix margin-right for some avatars
parent
3e046733
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
app/assets/stylesheets/gitlab_bootstrap/common.scss
app/assets/stylesheets/gitlab_bootstrap/common.scss
+4
-4
app/assets/stylesheets/sections/issues.scss
app/assets/stylesheets/sections/issues.scss
+1
-1
app/assets/stylesheets/sections/merge_requests.scss
app/assets/stylesheets/sections/merge_requests.scss
+1
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap/common.scss
View file @
283a9c7b
...
...
@@ -68,10 +68,10 @@
.alert-message.error
{
@extend
.alert-error
;
}
/** AVATARS **/
img
.avatar
{
float
:left
;
margin-right
:
1
5
px
;
width
:
40px
;
border
:
1px
solid
#ddd
;
padding
:
1px
;
}
img
.avatar.s16
{
width
:
16px
;
height
:
16px
;
}
img
.avatar.s24
{
width
:
24px
;
height
:
24px
;
}
img
.avatar.s32
{
width
:
32px
;
height
:
32px
;
}
img
.avatar
{
float
:left
;
margin-right
:
1
2
px
;
width
:
40px
;
border
:
1px
solid
#ddd
;
padding
:
1px
;
}
img
.avatar.s16
{
width
:
16px
;
height
:
16px
;
margin-right
:
6px
;
}
img
.avatar.s24
{
width
:
24px
;
height
:
24px
;
margin-right
:
8px
;
}
img
.avatar.s32
{
width
:
32px
;
height
:
32px
;
margin-right
:
10px
;
}
img
.lil_av
{
padding-left
:
4px
;
padding-right
:
3px
;
}
/** HELPERS **/
...
...
app/assets/stylesheets/sections/issues.scss
View file @
283a9c7b
...
...
@@ -44,7 +44,7 @@
img
.avatar
{
width
:
32px
;
margin-top
:
4
px
;
margin-top
:
1
px
;
}
}
}
...
...
app/assets/stylesheets/sections/merge_requests.scss
View file @
283a9c7b
...
...
@@ -71,7 +71,7 @@ li.merge_request {
padding
:
7px
10px
;
img
.avatar
{
width
:
32px
;
margin-top
:
4
px
;
margin-top
:
1
px
;
}
p
{
padding
:
0px
;
...
...
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