Mostly new graphics for the calendar page

This commit is contained in:
Albert Santoni 2015-08-10 17:11:40 -04:00
parent a28df91c56
commit 849b8038ce
10 changed files with 60 additions and 43 deletions

View file

@ -45,7 +45,6 @@
#schedule-add-show dt, #schedule-add-show dt.big {
clear: left;
color: #666666;
float: left;
font-size: 1.2em;
font-weight: bold;
@ -161,6 +160,11 @@ label.wrapp-label input[type="checkbox"] {
cursor: pointer;
}
/* Hack for calendar page icons */
.icon-white {
margin-right: 4px;
}
/*
.add-button {
border: 1px solid #5b5b5b;
background-color: #767676;
@ -169,21 +173,13 @@ label.wrapp-label input[type="checkbox"] {
color: #ffffff;
margin:0;
font-size:12px;
/*font-weight:bold;*/
padding:4px 12px 4px 22px;
text-decoration:none;
/*text-shadow: #000 0px -1px;*/
display:block;
float:left;
position:relative;
}
.add-button:hover {
border: 1px solid #000000;
background-color: #353535;
background: -moz-linear-gradient(top, #353535 0, #000000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #353535), color-stop(100%, #000000));
color: #ffffff;
}
.add-button span {
position:absolute;
top:3px;
@ -207,4 +203,9 @@ label.wrapp-label input[type="checkbox"] {
background-color: #b1b1b1;
background: -moz-linear-gradient(top, #c7c7c7 0, #c7c7c7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c7c7c7), color-stop(100%, #c7c7c7));
}
}
.ui-state-hover {
background: inherit;
}