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

OO-4282 fix position also in CP

parent efa743b2
No related branches found
No related tags found
No related merge requests found
...@@ -81,16 +81,25 @@ a.o_chelp { ...@@ -81,16 +81,25 @@ a.o_chelp {
/* content packaging module */ /* content packaging module */
.o_module_cp_wrapper { .o_module_cp_wrapper {
position: relative;
.o_tools { .o_tools {
position: absolute; position: absolute;
top: 0; top: 0;
right: $padding-base-horizontal; right: 0;
text-align: right; text-align: right;
vertical-align: middle; vertical-align: middle;
.o_search_wrapper { .o_search_wrapper {
display: inline-block; display: inline-block;
position: relative; position: relative;
top: -2px; top: -2px;
/* remove space around search icon */
.form-group {
margin-bottom: 0;
}
.form-control-static {
padding-top: 0;
padding-bottom: 0;
}
} }
} }
} }
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
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