[Frontend] Adding missed CSS files

WTD-1172
This commit is contained in:
Charles Hacskaylo 2015-05-06 16:57:04 -07:00
parent f114f742c4
commit a244502f16
2 changed files with 57 additions and 41 deletions

View File

@ -132,16 +132,16 @@
z-index: 0; } z-index: 0; }
/* line 158, ../sass/plots/_plots-main.scss */ /* line 158, ../sass/plots/_plots-main.scss */
.gl-plot .l-limit.s-limit-upr.s-limit-yellow { .gl-plot .l-limit.s-limit-upr.s-limit-yellow {
background: rgba(204, 153, 0, 0.2); } background: rgba(157, 117, 0, 0.2); }
/* line 161, ../sass/plots/_plots-main.scss */ /* line 161, ../sass/plots/_plots-main.scss */
.gl-plot .l-limit.s-limit-upr.s-limit-red { .gl-plot .l-limit.s-limit-upr.s-limit-red {
background: rgba(204, 0, 0, 0.2); } background: rgba(170, 0, 0, 0.2); }
/* line 167, ../sass/plots/_plots-main.scss */ /* line 167, ../sass/plots/_plots-main.scss */
.gl-plot .l-limit.s-limit-lwr.s-limit-yellow { .gl-plot .l-limit.s-limit-lwr.s-limit-yellow {
background: rgba(204, 153, 0, 0.2); } background: rgba(157, 117, 0, 0.2); }
/* line 170, ../sass/plots/_plots-main.scss */ /* line 170, ../sass/plots/_plots-main.scss */
.gl-plot .l-limit.s-limit-lwr.s-limit-red { .gl-plot .l-limit.s-limit-lwr.s-limit-red {
background: rgba(204, 0, 0, 0.2); } background: rgba(170, 0, 0, 0.2); }
/* line 176, ../sass/plots/_plots-main.scss */ /* line 176, ../sass/plots/_plots-main.scss */
.gl-plot .l-oob-data { .gl-plot .l-oob-data {
-moz-animation: pulse 2s infinite; -moz-animation: pulse 2s infinite;

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
/* CONSTANTS */ /* CONSTANTS */
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ /* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, html, body, div, span, applet, object, iframe,
@ -708,44 +709,48 @@ span {
line-height: 1.695rem; line-height: 1.695rem;
position: absolute; } position: absolute; }
/* line 1, ../sass/_limits.scss */ /* line 9, ../sass/_limits.scss */
.s-limit { .s-limit-upr,
.s-limit-lwr {
white-space: nowrap; } white-space: nowrap; }
/* line 5, ../sass/_limits.scss */ /* line 14, ../sass/_limits.scss */
.s-limit:before { .s-limit-upr:before,
.s-limit-lwr:before {
display: inline-block; display: inline-block;
font-family: symbolsfont; font-family: symbolsfont;
font-size: 0.8em; font-size: 0.8em;
margin-right: 3px; margin-right: 3px;
vertical-align: middle; } vertical-align: middle; }
/* line 14, ../sass/_limits.scss */
.s-limit.s-limit-upr.s-limit-yellow { /* line 24, ../sass/_limits.scss */
background: rgba(204, 153, 0, 0.5); } .s-limit-upr.s-limit-yellow {
/* line 16, ../sass/_limits.scss */ background: #9d7500; }
.s-limit.s-limit-upr.s-limit-yellow:before { /* line 3, ../sass/_limits.scss */
color: #ffd966; .s-limit-upr.s-limit-yellow:before {
content: "\0000ed"; } color: #ffcc37;
/* line 21, ../sass/_limits.scss */ content: "í"; }
.s-limit.s-limit-upr.s-limit-red { /* line 25, ../sass/_limits.scss */
background: rgba(204, 0, 0, 0.5); } .s-limit-upr.s-limit-red {
/* line 23, ../sass/_limits.scss */ background: #aa0000; }
.s-limit.s-limit-upr.s-limit-red:before { /* line 3, ../sass/_limits.scss */
color: #ff6666; .s-limit-upr.s-limit-red:before {
content: "\0000eb"; } color: #ff4444;
/* line 30, ../sass/_limits.scss */ content: "ë"; }
.s-limit.s-limit-lwr.s-limit-yellow {
background: rgba(204, 153, 0, 0.5); } /* line 29, ../sass/_limits.scss */
/* line 32, ../sass/_limits.scss */ .s-limit-lwr.s-limit-yellow {
.s-limit.s-limit-lwr.s-limit-yellow:before { background: #9d7500; }
color: #ffd966; /* line 3, ../sass/_limits.scss */
content: "\0000ec"; } .s-limit-lwr.s-limit-yellow:before {
/* line 37, ../sass/_limits.scss */ color: #ffcc37;
.s-limit.s-limit-lwr.s-limit-red { content: "ì"; }
background: rgba(204, 0, 0, 0.5); } /* line 30, ../sass/_limits.scss */
/* line 39, ../sass/_limits.scss */ .s-limit-lwr.s-limit-red {
.s-limit.s-limit-lwr.s-limit-red:before { background: #aa0000; }
color: #ff6666; /* line 3, ../sass/_limits.scss */
content: "\0000ee"; } .s-limit-lwr.s-limit-red:before {
color: #ff4444;
content: "î"; }
/* line 1, ../sass/lists/_tabular.scss */ /* line 1, ../sass/lists/_tabular.scss */
.w1 { .w1 {
@ -827,10 +832,21 @@ span {
/* line 72, ../sass/lists/_tabular.scss */ /* line 72, ../sass/lists/_tabular.scss */
.tabular .tr .td { .tabular .tr .td {
border-top: 1px solid rgba(255, 255, 255, 0.1); border-top: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
padding: 2px 5px; } padding: 2px 5px; }
/* line 75, ../sass/lists/_tabular.scss */ /* line 76, ../sass/lists/_tabular.scss */
.tabular .tr .td.numeric { .tabular .tr .td.numeric {
text-align: right; } text-align: right; }
/* line 79, ../sass/lists/_tabular.scss */
.tabular .tr .td.s-cell-type-value {
text-align: right; }
/* line 81, ../sass/lists/_tabular.scss */
.tabular .tr .td.s-cell-type-value .l-cell-contents {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding-left: 5px;
padding-right: 5px; }
/*********************************** TYPE STYLES */ /*********************************** TYPE STYLES */
/* line 4, ../sass/controls/_buttons.scss */ /* line 4, ../sass/controls/_buttons.scss */
@ -2407,16 +2423,16 @@ input[type="text"] {
z-index: 0; } z-index: 0; }
/* line 158, ../sass/plots/_plots-main.scss */ /* line 158, ../sass/plots/_plots-main.scss */
.gl-plot .l-limit.s-limit-upr.s-limit-yellow { .gl-plot .l-limit.s-limit-upr.s-limit-yellow {
background: rgba(204, 153, 0, 0.2); } background: rgba(157, 117, 0, 0.2); }
/* line 161, ../sass/plots/_plots-main.scss */ /* line 161, ../sass/plots/_plots-main.scss */
.gl-plot .l-limit.s-limit-upr.s-limit-red { .gl-plot .l-limit.s-limit-upr.s-limit-red {
background: rgba(204, 0, 0, 0.2); } background: rgba(170, 0, 0, 0.2); }
/* line 167, ../sass/plots/_plots-main.scss */ /* line 167, ../sass/plots/_plots-main.scss */
.gl-plot .l-limit.s-limit-lwr.s-limit-yellow { .gl-plot .l-limit.s-limit-lwr.s-limit-yellow {
background: rgba(204, 153, 0, 0.2); } background: rgba(157, 117, 0, 0.2); }
/* line 170, ../sass/plots/_plots-main.scss */ /* line 170, ../sass/plots/_plots-main.scss */
.gl-plot .l-limit.s-limit-lwr.s-limit-red { .gl-plot .l-limit.s-limit-lwr.s-limit-red {
background: rgba(204, 0, 0, 0.2); } background: rgba(170, 0, 0, 0.2); }
/* line 176, ../sass/plots/_plots-main.scss */ /* line 176, ../sass/plots/_plots-main.scss */
.gl-plot .l-oob-data { .gl-plot .l-oob-data {
-moz-animation: pulse 2s infinite; -moz-animation: pulse 2s infinite;