forked from CGM_Public/pretix_original
Fix #571 -- Partial payments and refunds
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
// Reset and dependencies
|
||||
@import "bootstrap/normalize";
|
||||
@import "bootstrap/print";
|
||||
@import "bootstrap/glyphicons";
|
||||
// @import "bootstrap/glyphicons";
|
||||
|
||||
// Core CSS
|
||||
@import "bootstrap/scaffolding";
|
||||
|
||||
@@ -77,6 +77,12 @@
|
||||
}
|
||||
|
||||
|
||||
.payments dt {
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
||||
.alert {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@@ -394,6 +394,9 @@ body.loading #wrapper {
|
||||
.dl-horizontal dt {
|
||||
white-space: normal;
|
||||
}
|
||||
td > .dl-horizontal {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.collapse-indicator {
|
||||
-webkit-transition: all 150ms ease-in 0s;
|
||||
|
||||
Reference in New Issue
Block a user