diff options
Diffstat (limited to 'app/assets/stylesheets/sections/events.scss')
-rw-r--r-- | app/assets/stylesheets/sections/events.scss | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index b7a482fd7a1..17df600c1af 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -97,14 +97,21 @@ * */ .event_lp { - @extend .ui-box; color:#777; - margin-bottom:20px; - padding:8px; - @include border-radius(4px); + padding:10px; min-height:22px; + border-left: 5px solid #5AB9C3; + margin-bottom:20px; + background:#f9f9f9; .avatar { width:24px; } + + .btn-new-mr { + @extend .btn-info; + @extend .small; + @extend .right; + margin: -3px; + } } |