Skip to content

Commit

Permalink
[web-ui][stats][graphs][bugfix] CHANGELOG below.
Browse files Browse the repository at this point in the history
CHANGELOG
=========
* Removed comments from `app/scripts/styles/pickadate.classic.css` which
  were causing the r.js tool to complain.
* Removed node.js sniffing from `app/scripts/vendor/viz.js`, which
  caused an exception to be thrown while building assets.
  • Loading branch information
andykram committed Apr 10, 2013
1 parent 8cb7b04 commit b064677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 55 deletions.
@@ -1,13 +1,3 @@


/**
* Classic styling for pickadate.js
* Demo: http://amsul.github.com/pickadate.js/themes.htm#classic
*/

/**
* The picker holder
*/
.pickadate__holder {

/* The base font-size */
Expand All @@ -24,9 +14,6 @@
}


/**
* The frame that bounds the calendar
*/
.pickadate__frame {
position: relative;
max-width: 420px;
Expand All @@ -39,10 +26,6 @@
transition: all .15s ease-out;
}


/**
* When the calendar opens
*/
.pickadate__holder--opened .pickadate__frame {
top: .5em;
max-height: 25em;
Expand All @@ -52,11 +35,6 @@
box-shadow: 0 6px 18px 1px rgba(0,0,0,.12);
}


/**
* The calendar itself
*/

.pickadate__calendar {
color: #000;
background: #fff;
Expand All @@ -72,11 +50,6 @@
border-radius: 6px;
}



/**
* The calendar table of dates
*/
.pickadate__table {
text-align: center;
border-collapse: collapse;
Expand All @@ -87,17 +60,11 @@
margin-top: .75em;
}

/* Remove browser stylings on a table cell */
.pickadate__table td {
margin: 0;
padding: 0;
}



/**
* The header containing the month and year tags/selectors
*/
.pickadate__header {
text-align: center;
position: relative;
Expand Down Expand Up @@ -156,11 +123,6 @@
}




/**
* The weekday labels
*/
.pickadate__weekday {
width: 14.285714286%; /* 100/7 */
font-size: .75em;
Expand All @@ -170,19 +132,13 @@
}


/**
* The days on the calendar
*/
.pickadate__day {
padding: .33em 0 .25em;
font-weight: 100;
border: 1px solid #fff;
margin-bottom: 1px;
}

/**
* The various states of a day
*/
.pickadate__day--today {
color: #0089ec;
position: relative;
Expand Down Expand Up @@ -216,11 +172,6 @@
opacity: .75;
}



/**
* The footer containing the "today" and "clear" buttons
*/
.pickadate__footer {
text-align: center;
margin: .5em 0 -.5em;
Expand Down Expand Up @@ -267,10 +218,6 @@




/**
* The hover effect on any buttons
*/
.pickadate__day--infocus:hover,
.pickadate__day--outfocus:hover,
.pickadate__nav--prev:hover,
Expand All @@ -292,4 +239,4 @@
.pickadate__holder--focused .pickadate__day--highlighted {
background: #0089ec;
color: #fff;
}
}
2 changes: 1 addition & 1 deletion src/main/resources/assets/app/scripts/vendor/viz.js

Large diffs are not rendered by default.

0 comments on commit b064677

Please sign in to comment.