summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-22 01:42:08 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-22 02:23:51 +0300
commit767a0326609c2458105431b55fb7ce57519e25ae (patch)
tree60cb2cf3f1db9991468e4f82c4474facf9285082 /res
parente4b2dcdc92d83ad9f1b2c073abc0cf1ddea7c98b (diff)
[activity-view] style
Diffstat (limited to 'res')
-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;
}