summaryrefslogtreecommitdiff
path: root/res/css/partials
diff options
context:
space:
mode:
Diffstat (limited to 'res/css/partials')
-rw-r--r--res/css/partials/base.scss10
-rw-r--r--res/css/partials/graph-view.scss4
-rw-r--r--res/css/partials/top-bar.scss7
3 files changed, 9 insertions, 12 deletions
diff --git a/res/css/partials/base.scss b/res/css/partials/base.scss
index d565b86d..957f9127 100644
--- a/res/css/partials/base.scss
+++ b/res/css/partials/base.scss
@@ -66,4 +66,12 @@ input{
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #919095;//$mid-grey
-} \ No newline at end of file
+}
+
+.powered-by{
+ position:fixed;
+ color: #363636;//$dark-grey
+ bottom:10px;
+ right:10px;
+ vertical-align: middle;
+}
diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss
index c2d1e2b8..b465e8b9 100644
--- a/res/css/partials/graph-view.scss
+++ b/res/css/partials/graph-view.scss
@@ -183,7 +183,3 @@
}
-.rhizi-logo {
- position: fixed;
- left:800px;
-} \ No newline at end of file
diff --git a/res/css/partials/top-bar.scss b/res/css/partials/top-bar.scss
index e10cfd8f..aeebe9f2 100644
--- a/res/css/partials/top-bar.scss
+++ b/res/css/partials/top-bar.scss
@@ -44,11 +44,4 @@
position:fixed;
top:3px;
right: 50px;
-}
-
-.poweredby{
- position:fixed;
- bottom:10px;
- right:10px;
- vertical-align: middle;
} \ No newline at end of file