mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
* Changed navpills to navtabs in email template editor * Issue 517 - Added border radius to email template tabs and removed excess bottom margin.
This commit is contained in:
@@ -74,8 +74,18 @@ div[data-formset-body], div[data-formset-form], div[data-nested-formset-form], d
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.container ul.nav-pills {
|
||||
margin: 20px 0;
|
||||
.preview-panel .nav-tabs {
|
||||
border-bottom: 0px solid #ddd;
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 0px 5px 5px 5px;
|
||||
padding: 5px 5px 0px 5px;
|
||||
}
|
||||
|
||||
.mail-preview-group {
|
||||
margin-bottom: -15px;
|
||||
}
|
||||
|
||||
.variation-matrix {
|
||||
|
||||
Reference in New Issue
Block a user