From c45af498f0da72fb2cb9d2a50d1aa3f7429ecd25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 20 Mar 2014 11:53:03 +0100 Subject: [PATCH] editor: tweaking main bar ui --- src/editor/modules/mainBar/mainBar.less | 14 +++++++++++++- src/editor/modules/mainBar/template.html | 8 +++++--- src/editor/modules/rng/mainLayout.less | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/editor/modules/mainBar/mainBar.less b/src/editor/modules/mainBar/mainBar.less index 0e2a899..32f18ec 100644 --- a/src/editor/modules/mainBar/mainBar.less +++ b/src/editor/modules/mainBar/mainBar.less @@ -4,7 +4,7 @@ .rng-module-mainBar { - font-size: 10px; + font-size: 11px; li { display: inline; @@ -13,9 +13,21 @@ border-style: solid; margin: 0 5px 0 0; padding: 0 5px 0 0; + &:last-child { + margin-right: 0; + padding-right: 0; + } } ul { list-style-type: none; } + + .top { + float:right; + } + + .bottom { + margin-top: 8px; + } } \ No newline at end of file diff --git a/src/editor/modules/mainBar/template.html b/src/editor/modules/mainBar/template.html index d4746d2..35082cd 100644 --- a/src/editor/modules/mainBar/template.html +++ b/src/editor/modules/mainBar/template.html @@ -1,9 +1,11 @@
-
\ No newline at end of file diff --git a/src/editor/modules/rng/mainLayout.less b/src/editor/modules/rng/mainLayout.less index ac28f02..f957f0a 100644 --- a/src/editor/modules/rng/mainLayout.less +++ b/src/editor/modules/rng/mainLayout.less @@ -20,7 +20,7 @@ [fnpjs-place="mainView"] { position: absolute; - top: 0; + top: 15px; left:0; right:0; bottom:0; -- 2.20.1