BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
db6cb399
Commit
db6cb399
authored
Nov 05, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9804 from trimentor/9722-fix-alignment-of-event-items-and-its-children
9722 fix alignment of event items and its children
parents
363900a3
b6f89c34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
events.scss
app/assets/stylesheets/pages/events.scss
+6
-8
No files found.
app/assets/stylesheets/pages/events.scss
View file @
db6cb399
...
...
@@ -4,7 +4,7 @@
*/
.event-item
{
font-size
:
$gl-font-size
;
padding
:
$gl-padding
;
padding
:
$gl-padding
$gl-padding
$gl-padding
(
$gl-padding
+
$gl-avatar-size
+
15px
)
;
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
border-bottom
:
1px
solid
$table-border-color
;
...
...
@@ -16,10 +16,7 @@
top
:
-2px
;
}
.event-title
{
line-height
:
44px
;
}
.event-title
,
.event-item-timestamp
{
line-height
:
44px
;
}
...
...
@@ -30,7 +27,7 @@
}
.avatar
{
margin-
right
:
15px
;
margin-
left
:
-
(
$gl-avatar-size
+
15px
)
;
}
.event-title
{
...
...
@@ -43,8 +40,7 @@
}
.event-body
{
margin-left
:
63px
;
margin-right
:
80px
;
margin-right
:
174px
;
.event-note
{
margin-top
:
5px
;
...
...
@@ -155,6 +151,8 @@
@media
(
max-width
:
$screen-xs-max
)
{
.event-item
{
padding-left
:
$gl-padding
;
.event-title
{
white-space
:
normal
;
overflow
:
visible
;
...
...
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