More calendar tweaks
This commit is contained in:
parent
0cfc55116d
commit
21250e91c4
4 changed files with 13 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
<div id="schedule-add-show" class="tabs ui-widget ui-widget-content block-shadow alpha-block padded">
|
||||
<div class="button-bar">
|
||||
<a href="#" id="add-show-close" class="icon-link add-show-close"><span class="ui-icon ui-icon-circle-close"></span><?php echo _("Close") ?></a>
|
||||
<button data-action="<?php echo isset($this->action) ? $this->action : "add-show" ?>" aria-disabled="false" role="button" class="add-show-submit right-floated ui-button ui-widget ui-state-default ui-button-text-icon-primary">
|
||||
<button data-action="<?php echo isset($this->action) ? $this->action : "add-show" ?>" aria-disabled="false" role="button" class="right-floated ui-button ui-widget ui-state-default ui-button-text-icon-primary btn btn-small">
|
||||
<span class="ui-icon ui-icon-plusthick"></span>
|
||||
<span class="ui-button-text"><?php echo ($this->addNewShow ? _("Add this show") : _("Update show")); ?></span>
|
||||
</button>
|
||||
|
|
|
@ -38,6 +38,7 @@ html .fc,
|
|||
|
||||
table.fc-header {
|
||||
background: #4a4a4a;
|
||||
border-bottom: 1px solid #222;
|
||||
}
|
||||
|
||||
#schedule_calendar > table > tbody > tr > td.fc-header-left
|
||||
|
@ -437,7 +438,7 @@ table.fc-border-separate {
|
|||
|
||||
.fc-border-separate tr.fc-last th,
|
||||
.fc-border-separate tr.fc-last td {
|
||||
border-bottom-width: 1px;
|
||||
border-bottom: 1px solid #222;
|
||||
}
|
||||
|
||||
.fc-border-separate tbody tr.fc-first td,
|
||||
|
|
|
@ -127,6 +127,7 @@
|
|||
border: 1px solid #5b5b5b;
|
||||
background: #4a4a4a ;
|
||||
color: #ccc;
|
||||
text-shadow: #343434 0px -1px;
|
||||
}
|
||||
.ui-widget-header a {
|
||||
color: #444444;
|
||||
|
@ -139,6 +140,7 @@
|
|||
border:1px solid #5b5b5b;
|
||||
background-color: #6e6e6e;
|
||||
color: #ffffff;
|
||||
text-shadow: rgba(0, 0, 0, 0.2) 0px -1px;
|
||||
}
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
|
||||
color: #ffffff;
|
||||
|
@ -157,8 +159,11 @@
|
|||
}
|
||||
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
|
||||
border: 1px solid #5b5b5b;
|
||||
background: #c6c6c6;
|
||||
background: #ccc9c7;
|
||||
color: #000;
|
||||
text-shadow: rgba(255, 255, 255, 0.2) 0px 1px;
|
||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
|
||||
outline:none;
|
||||
}
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
|
||||
|
@ -177,8 +182,8 @@
|
|||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
|
||||
border: 1px solid #ff5d1a;
|
||||
background: rgba(255, 93, 26, 0.1);
|
||||
border: 1px solid #696969;
|
||||
background: rgba(255, 255, 255, 0.15);
|
||||
color: #1adeff;
|
||||
}
|
||||
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
|
||||
|
|
|
@ -1380,7 +1380,7 @@ input[type="checkbox"] {
|
|||
thead tr.fc-first
|
||||
{
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
/** Extremely nasty workaround for a fullcalendar bug, where clicking "Add Show"
|
||||
|
@ -2828,7 +2828,7 @@ tbody tr th {
|
|||
}
|
||||
thead tr th {
|
||||
color: #FFFFFF;
|
||||
font-size: 12px;
|
||||
font-size: 16px;
|
||||
padding: 5px 5px;
|
||||
border-color:#CCCCCC;
|
||||
background-color: #6e6e6e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue