Commit 22fb1ae3 authored by yann300's avatar yann300

horizontal align editor & rightpanel

parent 5d8507f2
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
border-bottom: 3px solid hsla(229, 100%, 97%, 1); /* backgroundBlue in style-guide.js*/ border-bottom: 3px solid hsla(229, 100%, 97%, 1); /* backgroundBlue in style-guide.js*/
height: 2em; height: 2em;
font-size: 1em; font-size: 1em;
padding-top: 0.5em; margin-top: 0.5em;
box-sizing: content-box; box-sizing: content-box;
display: flex; display: flex;
} }
......
...@@ -16,6 +16,8 @@ var css = csjs` ...@@ -16,6 +16,8 @@ var css = csjs`
.tabsbar { .tabsbar {
display : flex; display : flex;
overflow : hidden; overflow : hidden;
height : 2em;
margin-top : 0.5em;
} }
.tabs { .tabs {
position : relative; position : relative;
...@@ -34,7 +36,6 @@ var css = csjs` ...@@ -34,7 +36,6 @@ var css = csjs`
height : 2.5em; height : 2.5em;
box-sizing : border-box; box-sizing : border-box;
line-height : 2em; line-height : 2em;
padding : 0.5em 0 0;
top : 0; top : 0;
border-bottom : 0 none; border-bottom : 0 none;
} }
...@@ -77,14 +78,11 @@ var css = csjs` ...@@ -77,14 +78,11 @@ var css = csjs`
z-index : 999; z-index : 999;
text-align : center; text-align : center;
cursor : pointer; cursor : pointer;
padding : 0 0.9em;
vertical-align : middle; vertical-align : middle;
background-color : ${styles.colors.white}; background-color : ${styles.colors.white};
height : 100%; height : 100%;
font-size : 1.3em; font-size : 1.3em;
} color : orange;
.scroller i {
line-height : 3em;
} }
.scrollerright { .scrollerright {
right : 0; right : 0;
...@@ -95,7 +93,6 @@ var css = csjs` ...@@ -95,7 +93,6 @@ var css = csjs`
} }
.toggleRHP { .toggleRHP {
margin-top : 0.5em; margin-top : 0.5em;
padding : 0.6em;
font-weight : bold; font-weight : bold;
color : ${styles.colors.black}; color : ${styles.colors.black};
right : 0; right : 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment