diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-22 07:49:30 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-22 07:49:41 +0200 |
| commit | 599b8148bac2f91d0d00b44f393bc082ae476212 (patch) | |
| tree | eebfbf6acefdd88c25c858822116d178533ad880 /res/client/css/style.css | |
| parent | bf4df7f0c9898f748bce01ed237e0c52738432cf (diff) | |
client: move zoom buttons into zoom-bar on bottom right
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index d5338280..3a534dc5 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -505,7 +505,7 @@ body.debug .debug-ui-right { border-top: 6px solid #919095; } .info.type-project { - border-top: 6px solid #40c200; } + border-top: 6px solid #40C200; } .info .info-card-attr { display: block; @@ -561,7 +561,7 @@ body.debug .debug-ui-right { .kbd-button { background-color: #f7f7f7; - box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; + box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset; border-radius: 3px; border: 1px solid lightgray; display: inline-block; @@ -594,8 +594,8 @@ body.debug .debug-ui-right { width: 100%; min-height: 48px; text-align: center; - background-color: #d3f2f8; - color: #1d6e7f; + background-color: #D3F2F8; + color: #1D6E7F; border-top: 1px solid #8eb6bf; border-bottom: 1px solid #8eb6bf; } @@ -713,8 +713,7 @@ p { padding-bottom: 10px; } #tool-bar-multiple-node-operations { - float: right; - width: 100%; } + float: right; } #btn_filter { background: url(../img/toolbar_icon__filter.png); @@ -749,6 +748,11 @@ p { background-repeat: no-repeat; border: 0px; } +#zoom-bar { + position: absolute; + bottom: 50px; + right: 10px; } + .graph-view { background-color: #f5f5fa; height: 100%; } @@ -846,7 +850,7 @@ p { fill: #8b3ab0; } .circle.project { - fill: #40c200; } + fill: #40C200; } .circle.third-internship-proposal { fill: #33c2e0; } @@ -1177,3 +1181,5 @@ g:focus circle { svg text::selection { background: none; } + +/*# sourceMappingURL=style.css.map */ |
