Skip to content
Snippets Groups Projects
Commit 061695ae authored by Dirk Furrer's avatar Dirk Furrer
Browse files

Merge with e7272a390b6bda8b7ccff8e7fe9cd325858fe98a

parents 4907b3a1 4bab2c1a
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,7 @@
position: relative;
top: 0;
left: 0;
margin-right: 0;
}
}
}
......@@ -207,7 +208,6 @@
.o_tool_dropdown {
position: relative;
margin: 0 10px;
&:first-child {
margin-left: 0;
......@@ -216,6 +216,7 @@
margin-right: 0;
}
a.dropdown-toggle {
position: relative;
i {
font-size: $o-toolbar-size-icon-md;
}
......@@ -243,11 +244,12 @@
font-size: $o-toolbar-size-caret-sm;
}
}
@media (max-width: $screen-xs-max) {
@media (max-width: $screen-xs-max) {
padding: 0 10px 0 5px;
i {
font-size: $o-toolbar-size-icon-xs;
}
span, .o_icon_caret {
span {
display: none;
}
}
......@@ -293,7 +295,7 @@
vertical-align: top;
}
}
.o_tools_right, .o_tools_right, .o_tools_center {
.o_tools_center {
float: left;
}
.o_tool, .o_text, .o_tool_dropdown {
......
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