155 lines
3.1 KiB
CSS
155 lines
3.1 KiB
CSS
.timely.ticketing table {
|
|
|
|
}
|
|
.timely.ticketing td {
|
|
padding: 3px;
|
|
}
|
|
.timely.ticketing table input[type=text],
|
|
.timely.ticketing table input[type=password] {
|
|
font-size: 16px;
|
|
width: 100%;
|
|
}
|
|
.timely.ticketing .ai1ec_label_field {
|
|
width: 135px;
|
|
}
|
|
.timely.ticketing .ai1ec_input_field {
|
|
width: 280px;
|
|
}
|
|
.timely.ticketing #ai1ec_tickets_submit {
|
|
margin-top: 5px;
|
|
}
|
|
.timely.ticketing sup {
|
|
color: #85c248;
|
|
}
|
|
.timely.ticketing .ai1ec_tickets_logo {
|
|
background: url(../img/timely-logo.png) no-repeat 45px 35px;
|
|
-webkit-background-size: 250px auto;
|
|
background-size: 250px auto;
|
|
}
|
|
.timely .ai1ec-ticket-field-error {
|
|
color: red;
|
|
font-size: 11px;
|
|
margin-top: 5px;
|
|
font-weight: bold;
|
|
display: none;
|
|
}
|
|
.timely .ai1ec-error {
|
|
border-color: #f00;
|
|
}
|
|
.timely .ai1ec-tickets-pending {
|
|
font-size: 14px;
|
|
}
|
|
.timely .ai1ec-payment-details {
|
|
padding: 5px 0;
|
|
display: none;
|
|
}
|
|
.timely .ai1ec-payment-details.ai1ec-active {
|
|
display: block;
|
|
}
|
|
.timely .ai1ec-payment-details input {
|
|
display: block;
|
|
margin: 2px;
|
|
width: 290px;
|
|
}
|
|
.timely .ai1ec-payment-details input[name="ai1ec_postal"] {
|
|
width: 140px;
|
|
}
|
|
.timely .ai1ec-payment-method {
|
|
padding: 15px;
|
|
display: inline-block;
|
|
width: 550px;
|
|
border: 1px solid #ddd;
|
|
background: none;
|
|
}
|
|
.timely .ai1ec-tickets-manage .ai1ec-tab-content {
|
|
|
|
}
|
|
.ai1ec-ticket-details-row {
|
|
display: table-cell !important;
|
|
}
|
|
.ai1ec-ticket-details-row-empty {
|
|
display: none;
|
|
}
|
|
.ai1ec-ticket-details-row > div {
|
|
margin: 10px;
|
|
padding: 0px 20px;
|
|
}
|
|
.ai1ec-ticket-details-row .ai1ec-visible-sm,
|
|
table.ai1ec-ticket-sales .ai1ec-visible-sm {
|
|
display: none;
|
|
}
|
|
@media screen and (max-width: 782px) {
|
|
.ai1ec-ticket-details-row .ai1ec-hidden-sm,
|
|
table.ai1ec-ticket-sales .ai1ec-hidden-sm {
|
|
display: none !important;
|
|
}
|
|
.ai1ec-ticket-details-row .ai1ec-visible-sm,
|
|
table.ai1ec-ticket-sales .ai1ec-visible-sm {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
.ai1ec-ticket-details-row table,
|
|
table.ai1ec-ticket-sales
|
|
{
|
|
width: 100% !important;
|
|
background: #fff;
|
|
border: 1px solid #ccc;
|
|
margin-right: 15px;
|
|
margin-bottom: 20px;
|
|
border-collapse: collapse;
|
|
}
|
|
.ai1ec-ticket-details-row table tr,
|
|
table.ai1ec-ticket-sales tr {
|
|
display: table-row !important;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
.ai1ec-ticket-details-row table td {
|
|
display: table-cell !important;
|
|
}
|
|
.ai1ec-ticket-details-row table th,
|
|
table.ai1ec-ticket-sales th {
|
|
color: #fff;
|
|
background: #999;
|
|
font-weight: bold;
|
|
padding: 8px;
|
|
margin: 0;
|
|
}
|
|
.ai1ec-ticket-details-row table td,
|
|
table.ai1ec-ticket-sales td {
|
|
padding: 5px 8px !important;
|
|
margin: 0;
|
|
}
|
|
.ai1ec-ticket-details-actions {
|
|
width: 150px;
|
|
}
|
|
a.ai1ec-tickets-edit {
|
|
color: #fff500;
|
|
}
|
|
.ai1ec-tickets-status {
|
|
text-transform: capitalize;
|
|
font-weight: bold;
|
|
}
|
|
.ai1ec-tickets-status-open {
|
|
color: #85c248;
|
|
}
|
|
.ai1ec-tickets-status-canceled {
|
|
color: #f00;
|
|
}
|
|
.ai1ec-tickets-status-closed {
|
|
color: #cc0;
|
|
}
|
|
.ai1ec-ticket-details-row .ai1ec-ticket-attendees {
|
|
background: #f5f5f5;
|
|
padding: 0 20px;
|
|
}
|
|
.ai1ec-ticket-details-row .ai1ec-ticket-attendees th {
|
|
background: #eee;
|
|
}
|
|
.ai1ec-ticket-details-row .ai1ec-ticket-attendees td {
|
|
background: #fff;
|
|
}
|
|
#ai1ec_currency {
|
|
width: 293px;
|
|
}
|