moved some sgv only css to a new file that can be ignore for validation, other css clean up

This commit is contained in:
Jason Calabrese
2015-08-04 00:11:37 -07:00
parent 205e6bc002
commit c1c5dc6944
3 changed files with 31 additions and 26 deletions
+2 -26
View File
@@ -10,7 +10,6 @@ html, body {
}
body {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
fill: #fff;
background: #000;
color: #bdbdbd;
}
@@ -217,28 +216,6 @@ body {
top: calc(45px + 180px);
}
.axis path,
.axis line {
fill: none;
stroke: #ffffff;
shape-rendering: crispEdges;
}
.open-right, .open-left {
shape-rendering: crispEdges;
}
.grid path, .axis line {
stroke: #bdbdbd;
stroke-opacity: 1;
}
.brush .extent {
stroke: #ffffff;
stroke-opacity: 0;
fill-opacity: 0;
}
#silenceBtn {
z-index: 99;
border-radius: 5px;
@@ -318,7 +295,6 @@ body {
background: white;
border: 0;
border-radius: 8px;
pointer-events: none;
}
.alarms {
@@ -559,7 +535,7 @@ body {
.focus-range {
position: absolute;
top: 80px;
left: initial;
left: auto;
right: 10px;
margin: 0;
width: auto;
@@ -708,7 +684,7 @@ body {
.focus-range {
position: absolute;
top: 40px;
left: initial;
left: auto;
right: 35px;
margin: 0;
width: auto;
+28
View File
@@ -0,0 +1,28 @@
body {
fill: #fff;
}
.axis path,
.axis line {
fill: none;
stroke: #ffffff;
shape-rendering: crispEdges;
}
.open-right, .open-left {
shape-rendering: crispEdges;
}
.grid path, .axis line {
stroke: #bdbdbd;
stroke-opacity: 1;
}
.brush .extent {
stroke: #ffffff;
stroke-opacity: 0;
fill-opacity: 0;
}
.tooltip {
pointer-events: none;
}
+1
View File
@@ -28,6 +28,7 @@
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.7.0" />
<link rel="stylesheet" type="text/css" href="/css/dropdown.css" />
<link rel="stylesheet" type="text/css" href="/css/drawer.css?v=0.7.0" />
<link rel="stylesheet" type="text/css" href="/css/sgv.css?v=0.7.0" />
<link rel="stylesheet" type="text/css" href="/bower_components/tipsy-jmalonzo/src/stylesheets/tipsy.css" />
</head>
<body>