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
8b0906c8
Commit
8b0906c8
authored
Nov 04, 2015
by
Kjel Delaey
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply the same rules to block event items..
Try to avoid alignment issues as well.
parent
8508be74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
app/assets/stylesheets/pages/events.scss
app/assets/stylesheets/pages/events.scss
+3
-10
No files found.
app/assets/stylesheets/pages/events.scss
View file @
8b0906c8
...
...
@@ -4,19 +4,16 @@
*/
.event-item
{
font-size
:
$gl-font-size
;
padding
:
$gl-padding
;
padding
:
$gl-padding
$gl-padding
$gl-padding
(
$gl-padding
+
$gl-avatar-size
)
;
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
border-bottom
:
1px
solid
$table-border-color
;
color
:
#7f8fa4
;
&
.event-inline
{
padding-left
:
$gl-padding
+
$gl-avatar-size
;
.avatar
{
position
:
relative
;
top
:
-2px
;
margin-left
:
-
$gl-avatar-size
;
}
.event-title
{
...
...
@@ -33,6 +30,7 @@
}
.avatar
{
margin-left
:
-
$gl-avatar-size
;
margin-right
:
15px
;
}
...
...
@@ -46,9 +44,6 @@
}
.event-body
{
margin-left
:
63px
;
margin-right
:
80px
;
.event-note
{
margin-top
:
5px
;
word-wrap
:
break-word
;
...
...
@@ -158,9 +153,7 @@
@media
(
max-width
:
$screen-xs-max
)
{
.event-item
{
&
.event-inline
{
padding-left
:
$gl-padding
;
}
padding-left
:
$gl-padding
;
.event-title
{
white-space
:
normal
;
...
...
Kirill Smelkov
@kirr
mentioned in commit
b6f89c34
·
Nov 15, 2015
mentioned in commit
b6f89c34
mentioned in commit b6f89c3490f8c31607073c9761de3ebb30ae244e
Toggle commit list
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