diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 19:59:02 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 19:59:02 +0200 |
| commit | b2bba3e883d0b16847ae7cc428f4bb62915bc141 (patch) | |
| tree | f957c7d2285a55b4240ef384e1e21bb8877603ab /res/css/partials | |
| parent | 6eb3b3e8ee13d0ab41b0dd1b2eccecae5bb20c49 (diff) | |
Made powered by nicer+removed debug interface
Diffstat (limited to 'res/css/partials')
| -rw-r--r-- | res/css/partials/base.scss | 10 | ||||
| -rw-r--r-- | res/css/partials/graph-view.scss | 4 | ||||
| -rw-r--r-- | res/css/partials/top-bar.scss | 7 |
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 |
