Current File : /home/bwalansa/www/wp-content/plugins/the-events-calendar/src/resources/css/tickets.css
/* = WooTickets Admin Styles
=============================================*/

#ticket_form {
	display : none;
}

#ticket_form input[type=radio] {
	margin-right : 5px;
}

#ticket_form span {
	margin-right : 10px;
}

.ticket_list tr td {
	padding        : 4px 7px 2px;
	vertical-align : top;
}

.ticket_list tr td div.ticket_controls {
	visibility : hidden;
}

.ticket_list tr:hover td div.ticket_controls {
	visibility : visible;
}

.ticket_list h4 {
	text-transform : uppercase;
	border-bottom  : 1px solid #e5e5e5;
	padding-bottom : 6px;
}

.ticket_list h4 a {
	font-weight    : normal;
	font-size      : 11px;
	text-transform : none;
}

p.ticket_name {
	font-size   : 13px;
	font-weight : bold;
}

td.tickets_name {
	white-space: nowrap;
}

.ticket_form p.description {
	display : inline;
}

.ticket_form h4.ticket_form_title_edit {
	display : none;
}
#tribe_ticket_header_preview img {
	max-width : 95% !important;
	height    : auto !important;
}

#tribe_ticket_header_remove {
	display: none;
}

.ticket_time{
	display:none;
}