From 767a0326609c2458105431b55fb7ce57519e25ae Mon Sep 17 00:00:00 2001 From: LV-426 Date: Fri, 22 May 2015 01:42:08 +0300 Subject: [activity-view] style --- res/client/css/by-view/activity.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'res') diff --git a/res/client/css/by-view/activity.scss b/res/client/css/by-view/activity.scss index 4046fbf5..8ab5cec7 100644 --- a/res/client/css/by-view/activity.scss +++ b/res/client/css/by-view/activity.scss @@ -1,7 +1,6 @@ .activity__entry { background-color: #E0E0E0; - border-top: 1px solid white; - border-bottom: 1px solid white; + border-bottom: 2px solid white; line-height: 20px; padding: 0px 5px; @@ -41,10 +40,16 @@ background-color: transparent; max-height: 110px; overflow-y: auto; + + &:first-child:before { + border-top: 2px solid white; + } } #activity_view__header { - background-color: rgba(1.0, 1.0, 1.0, 0.3); + background-color: #CFE5FF; border-radius: 3px 3px 0 0; text-align: center; + font-size: 14px; + padding: 5px; } -- cgit v1.3.1