View | Details | Raw Unified | Return to bug 22287
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/reports.css (-13 / +4 lines)
Lines 74-96 del { Link Here
74
    color: #C00;
74
    color: #C00;
75
}
75
}
76
76
77
fieldset.rows {
78
    background-color: transparent;
79
    border: 0;
80
    font-size: 100%;
81
    margin: 0;
82
    padding: 0;
83
}
84
85
fieldset.rows label,
77
fieldset.rows label,
86
fieldset.rows span.label {
78
fieldset.rows span.label {
87
    width: 12em;
79
    width: 12em;
88
}
80
}
89
81
90
fieldset.rows legend {
91
    margin-left: 0;
92
}
93
94
fieldset.rows .column_config_row {
82
fieldset.rows .column_config_row {
95
    display: flex;
83
    display: flex;
96
    flex-wrap: wrap;
84
    flex-wrap: wrap;
Lines 108-111 fieldset.rows .chart-column-conf label { Link Here
108
    margin: .4em 0;
96
    margin: .4em 0;
109
    text-align: left;
97
    text-align: left;
110
    width: auto;
98
    width: auto;
99
}
100
101
#makechart select {
102
    max-width: 12em;
111
}
103
}
112
- 

Return to bug 22287