mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Minor CSS helpers
This commit is contained in:
@@ -190,6 +190,15 @@ div.mail-preview {
|
|||||||
width: 1% !important;
|
width: 1% !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.input-group-smaller-height {
|
||||||
|
.form-control {
|
||||||
|
height: 32px;
|
||||||
|
}
|
||||||
|
.btn {
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.input-group-btn .btn {
|
.input-group-btn .btn {
|
||||||
padding-bottom: 7px;
|
padding-bottom: 7px;
|
||||||
}
|
}
|
||||||
@@ -202,7 +211,9 @@ div.mail-preview {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
input[type=number].short {
|
||||||
|
width: 80px !important;
|
||||||
}
|
}
|
||||||
.metadata-group {
|
.metadata-group {
|
||||||
.form-group {
|
.form-group {
|
||||||
|
|||||||
Reference in New Issue
Block a user