Skip to content
Snippets Groups Projects
Commit bce04376 authored by Florian Gnägi's avatar Florian Gnägi
Browse files

OO-4282 display content tools above to not overlap with content

parent e3e9763b
No related branches found
No related tags found
No related merge requests found
Showing
with 28 additions and 13 deletions
This diff is collapsed.
This diff is collapsed.
......@@ -44,6 +44,10 @@ a {
h1 {
color: $o-content-h1-color;
}
body > h1:first-child {
margin-top: 0;
}
h2 {
color: $o-content-h2-color;
}
......
......@@ -68,14 +68,14 @@ a.o_chelp {
.o_singlepage {
.o_edit {
position: absolute;
top: $padding-large-vertical;
top: 0;
right: $padding-base-horizontal + $padding-xs-horizontal + $line-height-computed;
}
}
/* the clone controller is used to pop content out of the window into another window. */
.o_content_popup {
position: absolute;
top: $padding-large-vertical;
top: 0;
right: $padding-base-horizontal;
}
......@@ -83,7 +83,7 @@ a.o_chelp {
.o_module_cp_wrapper {
.o_tools {
position: absolute;
top: $padding-large-vertical;
top: 0;
right: $padding-base-horizontal;
text-align: right;
vertical-align: middle;
......
.o_wikimod_nav .o_noti {
margin:0;
.o_wikimod_nav {
/* room for popup icon */
margin-right: 20px;
.o_noti {
margin:0;
}
.o_portfolio_collector {
/* fix awkward positioning */
position: relative;
top: -5px;
}
}
.o_wikimod_editform_wrapper {
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment