add various (temporary) hacks for applications

This commit is contained in:
Frédéric Péters 2018-08-15 17:16:07 +02:00
parent 86fc6c6ca1
commit 82204b268c
1 changed files with 34 additions and 7 deletions

View File

@ -1146,13 +1146,6 @@ $colors: "4e7ee2", "ff375e", "6f2b92";
}
}
div#pages-list,
div#appbar + div#description {
background: white;
padding: 0.5rem;
border-radius: 3px;
}
div.section {
margin: 1em 0;
&:first-child {
@ -1221,3 +1214,37 @@ div.section {
@import 'grid';
@import 'jqueryui';
@import 'forms';
/* temporary hacks for applications */
div.form-inner-container, // authentic
div#pages-list, // combo
div.placeholder, // combo
table.agenda-table, // chrono
div#appbar + form, // misc
div#main-content > h2:first-child + form, // w.c.s.
div#appbar + div#description // passerelle
{
background: white;
padding: 0.5rem;
border-radius: 3px;
box-sizing: border-box;
}
div.other_actions { // authentic
margin-left: 71%;
width: 29%;
}
div div.bo-block ul.biglist { // w.c.s.
margin: -1ex;
}
div div.bo-block ul.biglist p.details.badge { // w.c.s.
background: $secondary-color;
}
body.welco-home div#main-content {
background: white;
margin: 0;
}