mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
* initial commit * API auth * Hierarchical URLs * Add session auth * Strong hierarchy * Add filters * Add i18n fields, questions * More viewsets and serializers * Ticket download * Add OrderPosition serializer * View-level permissions * More tests * More tests * Add basic API docs * Add REST API to docs frontpage * Tests for order endpoints * Add invoice tests * Voucher and waitinglist tests * Doc draft * order docs * Docs on all viewsets * Disable DRF docs, style sphinx, style browsable API * Fix tests * deprecated imports * Test foo * Attendee names * Fix migration problems * Remove browsable API, plugin integration * Doc fixes
This commit is contained in:
13
doc/_themes/pretix_theme/static/css/pretix.css
vendored
13
doc/_themes/pretix_theme/static/css/pretix.css
vendored
@@ -4183,11 +4183,15 @@ input[type="radio"][disabled], input[type="checkbox"][disabled] {
|
||||
}
|
||||
|
||||
.wy-table td, .rst-content table.docutils td, .rst-content table.field-list td, .wy-table th, .rst-content table.docutils th, .rst-content table.field-list th {
|
||||
font-size: 90%;
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
padding: 8px 16px
|
||||
}
|
||||
.rst-content table td p, .rst-content .section table td ul {
|
||||
font-size: 14px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.wy-table td:first-child, .rst-content table.docutils td:first-child, .rst-content table.field-list td:first-child, .wy-table th:first-child, .rst-content table.docutils th:first-child, .rst-content table.field-list th:first-child {
|
||||
border-left-width: 0
|
||||
@@ -6052,3 +6056,10 @@ url('../opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular'
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* REST */
|
||||
@media screen and (min-width: 480px) {
|
||||
.wy-table-responsive table.rest-resource-table td, .wy-table-responsive table.rest-resource-table th {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user