Commit 5f911488 authored by Mikolaï Krol's avatar Mikolaï Krol

erp5_jexcel_editor: fixed style for small screens

parent db105553
...@@ -8,16 +8,20 @@ div.jexcel_formula img{ ...@@ -8,16 +8,20 @@ div.jexcel_formula img{
input.jexcel_formula { input.jexcel_formula {
margin-left: 2px; margin-left: 2px;
width: 92.8%; width: calc(100% - 77px);
position:sticky; position:sticky;
top:0px; top:0px;
z-index:0; z-index:0;
display: inline-block; display: inline-block;
} }
div.jexcel-filter > * {
display: inline-block;
}
input.cell_input { input.cell_input {
display: inline-block; display: inline-block;
width: 4%; width: 35px;
} }
input.jexcel_search { input.jexcel_search {
...@@ -57,3 +61,9 @@ body > div.spreadsheet.jexcel_tabs > div:nth-child(1) { ...@@ -57,3 +61,9 @@ body > div.spreadsheet.jexcel_tabs > div:nth-child(1) {
.jexcel_tab_link.selected { .jexcel_tab_link.selected {
cursor: alias; cursor: alias;
} }
@media (max-width: 1150px){
div.jexcel_filter {
display: none;
}
}
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