Skip to content
Snippets Groups Projects
Commit 088562c8 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

COMUNNITY_default_responsive_mode : improve items table css

parent d2ec5b39
Branches
Tags
2 merge requests!988Comunnity default responsive mode,!970Comunnity default responsive mode
......@@ -574,17 +574,24 @@
table.exemplaires tr > * {
width: 100% !important;
width: 20% !important;
max-width: 10% !important;
padding: 0;
margin: 0;
padding: 0 1%;
margin: 1% 0;
min-width: 0 !important;
white-space: normal !important;
float: left;
overflow: hidden;
font-size: 0.8em;
font-size: 11px;
word-wrap: break-word;
text-align: left !important;
text-align: center !important
min-height: 4em;
line-height: 1em;
}
#dialog_reserver {
padding: 0 !important;
}
......
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