summaryrefslogtreecommitdiff
path: root/res/client/css/by-view/activity.scss
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css/by-view/activity.scss')
-rw-r--r--res/client/css/by-view/activity.scss11
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;
}