Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Short Calendar Change
Browse files Browse the repository at this point in the history
Today class style changes for short Cal.
  • Loading branch information
Jessika Mika Caldera authored and Jessika Mika Caldera committed Jan 29, 2015
1 parent c1ede00 commit 92ec886
Show file tree
Hide file tree
Showing 2 changed files with 7,955 additions and 100 deletions.
103 changes: 4 additions & 99 deletions sass/cal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
// opacity so it'll "grey" out whatever the main text color is set to in future themes.
opacity:.7;
}
th.today{
background: $uc-ecw-month-bg;
color: $uc-ecw-month-color;
}
td {
border-top-width:0;
padding-top:0;
Expand Down Expand Up @@ -118,103 +122,4 @@
}
}
}








/*
ul.btn-multi{
margin-bottom:.5em;
li{
ul{
padding: 0px 0px 0px 12px;
li{
&.month-arrow{
a.icon{
span.glyphicons{
padding: 0px 0px 0px 5px;
&:before{
color:#fff;
font-size: 14px;
display:block;
position: relative;
}
}
}
}
}
}
a.btn-toggle{
margin-left:10px;
font-size:14px;
color:#777;
text-align: center;
}
}
}
}
*/
/*
#events-grid.table {
tbody{
tr{
th{
width:14%;
text-align:right;
span{
font-weight:normal;
color:#777;
font-size:12px !important;
}
}
td{
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
background: #fff;
text-align:left;
height: 90px;
padding:1px;
ol.event-list{
li{
span.event-time{
font-size:11px !important;
padding: 0px 0px 0px 2px !important;
}
ol{
padding: 0px 2px 0px 2px !important;
li{
background: rgba(15,25,56, 0.1);
border:1px solid rgba(15,25,56, 0.2) !important;
padding: 0px 3px 0px 3px !important;
margin-bottom: 2px !important;
a.event-link{
strong{
font-weight:normal;
font-size:12px !important;
}
}
}
}
}
}
}
}
}
}
*/
}
7,952 changes: 7,951 additions & 1 deletion style.css

Large diffs are not rendered by default.

0 comments on commit 92ec886

Please sign in to comment.