Overview
Comment:Add some CSS for modules
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA3-256: 269006b5ee9071d84393e7a27539764dc10779192ecc1bfa75ac720f5342b0e2
User & Date: bohwaz on 2023-02-02 03:38:41
Other Links: branch diff | manifest | tags
Context
2023-02-02
03:40
Module 'Reçu fiscal': rewrite to be in line with new French regulations, requiring to store each reicept check-in: 8ecb415591 user: bohwaz tags: dev
03:38
Add some CSS for modules check-in: 269006b5ee user: bohwaz tags: dev
03:37
CSS: Change font path to default file, without cache forcing query string check-in: b1b77a9abf user: bohwaz tags: dev
Changes

Modified src/www/admin/static/styles/02-common.css from [8d487b5bdc] to [deb85d27da].

260
261
262
263
264
265
266







267
268
269
270
271
272
273
    display: none;
}

.shortFormRight p.submit {
    margin-top: -2em;
    float: right;
}








.memberList {
    clear: both;
}

.pagination {
    clear: both;







>
>
>
>
>
>
>







260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
    display: none;
}

.shortFormRight p.submit {
    margin-top: -2em;
    float: right;
}

.shortForms {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    text-align: center;
}

.memberList {
    clear: both;
}

.pagination {
    clear: both;

Modified src/www/admin/static/styles/06-tables.css from [f310e2111f] to [9d1a0340d3].

85
86
87
88
89
90
91




92
93
94
95
96
97
98
table.search th {
    background: rgba(var(--gSecondColor), 0.5);
}

table.list tr.disabled, table.list td.disabled, table.list th.disabled {
    color: var(--gBorderColor);
}





table.list tr:nth-child(even).disabled {
    background: var(--gLightBackgroundColor);
}

.userOrder .cur {
    background: rgba(var(--gSecondColor), 1.0);







>
>
>
>







85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
table.search th {
    background: rgba(var(--gSecondColor), 0.5);
}

table.list tr.disabled, table.list td.disabled, table.list th.disabled {
    color: var(--gBorderColor);
}

table.list tr.crossed th, table.list tr.crossed td {
    text-decoration: line-through;
}

table.list tr:nth-child(even).disabled {
    background: var(--gLightBackgroundColor);
}

.userOrder .cur {
    background: rgba(var(--gSecondColor), 1.0);