| Current File : /home/bwalansa/www/wp-content/plugins/the-events-calendar/src/resources/css/debugger.css |
/* Debug Bar and Support Form */
div#debug-bar-tribe ul {
list-style: none;
margin: 0px;
padding: 0px;
}
div#debug-bar-tribe li {
padding: 0px;
display: block;
margin-bottom: 6px;
background-color: #F4F4F4;
border: #eee solid 1px;
}
div#debug-bar-tribe li div.tribe-debug-entry-title {
font-weight: bold;
padding: 10px;
margin: 0;
background-color: #eee;
}
div#debug-bar-tribe li div.tribe-debug-entry-data {
padding: 10px;
}
div#debug-bar-tribe li.tribe-debug-log {
}
div#debug-bar-tribe li.tribe-debug-warning,
div#debug-bar-tribe li.tribe-debug-notice {
background-color: #fffcee;
border: #E6DB55 solid 1px;
}
div#debug-bar-tribe li.tribe-debug-warning div.tribe-debug-entry-title,
div#debug-bar-tribe li.tribe-debug-notice div.tribe-debug-entry-title {
background-color: #E6DB55;
}
div#debug-bar-tribe li.tribe-debug-error {
background-color: #fee;
border: #D66 solid 1px;
}
div#debug-bar-tribe li.tribe-debug-error div.tribe-debug-entry-title {
background-color: #D66;
}
div.tribe-support-form{
width: 98%;
border: #eee solid 1px;
background-color: #efefef;
padding: 10px;
}
div.tribe-support-form-description textarea {
width: 100%;
height: 200px;
}
div.tribe-support-form-submit input {
margin-top: 10px;
padding: 10px;
}
div#debug-bar-tribe li div.tribe-support-form {
width: 100%;
border: none;
padding: 0;
margin: 0;
background: none;
}
div#debug-bar-tribe li div.tribe-support-form h3 {
background-color: #eee;
padding: 10px;
margin: -10px;
margin-bottom: 10px;
font-weight: bold;
}