summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index c7cd122a..d5338280 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -708,6 +708,14 @@ p {
right: 20px;
z-index: 1; }
+#tool-bar-top-bar {
+ float: right;
+ padding-bottom: 10px; }
+
+#tool-bar-multiple-node-operations {
+ float: right;
+ width: 100%; }
+
#btn_filter {
background: url(../img/toolbar_icon__filter.png);
background-repeat: no-repeat;
@@ -729,6 +737,18 @@ p {
background-position: center;
background-repeat: no-repeat; }
+#btn_zoom_in {
+ background: url(../img/plus.svg);
+ background-position: center;
+ background-repeat: no-repeat;
+ border: 0px; }
+
+#btn_zoom_out {
+ background: url(../img/minus.svg);
+ background-position: center;
+ background-repeat: no-repeat;
+ border: 0px; }
+
.graph-view {
background-color: #f5f5fa;
height: 100%; }