diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-22 01:42:08 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-22 02:23:51 +0300 |
| commit | 767a0326609c2458105431b55fb7ce57519e25ae (patch) | |
| tree | 60cb2cf3f1db9991468e4f82c4474facf9285082 /res | |
| parent | e4b2dcdc92d83ad9f1b2c073abc0cf1ddea7c98b (diff) | |
[activity-view] style
Diffstat (limited to 'res')
| -rw-r--r-- | res/client/css/by-view/activity.scss | 11 |
1 files changed, 8 insertions, 3 deletions
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; } |
