diff options
| author | garbash <dor.garbash@gmail.com> | 2015-05-20 20:54:30 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-05-20 20:54:30 +0300 |
| commit | 865be149d1e04f250760661fd70d4d375237b2c3 (patch) | |
| tree | f7f74240a241b724e1818565d064a7855a8b83d9 /res/client/css/style.css | |
| parent | bd4b058554ab806c8b7d17342a0864e4da3e37c1 (diff) | |
Fixed activity history width
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index da347b4e..a60ec264 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -901,9 +901,8 @@ p { #activity_view { bottom: 0px; cursor: pointer; - left: 10px; position: fixed; - width: 45%; } + width: 35%; } #activity_view__body { background-color: transparent; @@ -1267,6 +1266,25 @@ p { stroke-opacity: 0.5; stroke-width: 5px; } +.node.team { + fill: #ff8b11; + stroke: #ff8b11; + stroke-width: 4px; + stroke-opacity: 0.4; } + .node.team.related { + stroke: #33c2e0; + stroke-opacity: 0.5; + stroke-width: 2px; } + .node.team.selected { + stroke: #fad900; + stroke-opacity: 0.5; + stroke-width: 2px; + z-index: 1; } + .node.team:hover { + stroke: #ff8b11; + stroke-opacity: 0.5; + stroke-width: 5px; } + .node.empty { fill: #919095; stroke: #919095; |
