Bugzilla – Attachment #166558: Bug 36827: Fix tab formatting for
bug #36827
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 36827
Collapse All
|
Expand All
(-)
a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue (+3 lines)
Lines 242-245 export default {
Link Here
242
.active {
242
.active {
243
cursor: pointer;
243
cursor: pointer;
244
}
244
}
245
.toptabs {
246
margin-bottom: 0;
247
}
245
</style>
248
</style>
(-)
a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportsHome.vue (-1 / +3 lines)
Lines 117-120 export default {
Link Here
117
.rows {
117
.rows {
118
float: none;
118
float: none;
119
}
119
}
120
.toptabs {
121
margin-bottom: 0;
122
}
120
</style>
123
</style>
121
-
Return to
bug 36827