Skip to content

Commit 2d2d2c3

Browse files
committed
fix width of canvas (smoothie chart legends)
1 parent 1d8a5b5 commit 2d2d2c3

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

css/main.css

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ html {
77
margin-top: 0px;
88
padding-top: 0;
99
border-top: 1px solid #4F8EF7;
10-
10+
1111
background: url(../img/themes/crossword.png);
1212

1313
-webkit-transition: all 1s ease;
@@ -137,14 +137,14 @@ body {
137137
#theme-switcher .option.selected:hover {
138138
background-color: lightgrey;
139139
}
140-
@media (min-width: 1080px) {
140+
@media (min-width: 1080px) {
141141
#plugins {
142142
float: none;
143143
margin: 0 auto;
144144
clear: both;
145145
}
146146
}
147-
@media (max-width: 1079px) {
147+
@media (max-width: 1079px) {
148148
#plugins {
149149
float: none;
150150
margin: 0 auto;
@@ -178,7 +178,7 @@ body {
178178
margin-left: 20px;
179179
margin-bottom: 50px;
180180
}
181-
@media (max-width: 768px) {
181+
@media (max-width: 768px) {
182182
.plugin {
183183
max-width: 80%;
184184
float: none;
@@ -261,7 +261,7 @@ refresh-btn button:active {
261261
height: 100%;
262262
width: 6px;
263263
display: inline-block;
264-
264+
265265
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
266266
animation: stretchdelay 1.2s infinite ease-in-out;
267267
}
@@ -287,15 +287,15 @@ refresh-btn button:active {
287287
}
288288

289289
@-webkit-keyframes stretchdelay {
290-
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
290+
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
291291
20% { -webkit-transform: scaleY(1.0) }
292292
}
293293

294294
@keyframes stretchdelay {
295-
0%, 40%, 100% {
295+
0%, 40%, 100% {
296296
transform: scaleY(0.4);
297297
-webkit-transform: scaleY(0.4);
298-
} 20% {
298+
} 20% {
299299
transform: scaleY(1.0);
300300
-webkit-transform: scaleY(1.0);
301301
}
@@ -311,7 +311,7 @@ table
311311
text-align: left;
312312
table-layout:fixed;
313313
}
314-
table th,
314+
table th,
315315
table td {
316316
padding: 5px;
317317
max-width: 250px;
@@ -341,7 +341,6 @@ table.metrics-table {
341341
canvas {
342342
float: none;
343343
margin: 0 auto;
344-
width: 100%;
345344
max-width: 100%;
346345
}
347346
/*********************************************
@@ -366,7 +365,7 @@ canvas {
366365
padding-bottom: 0;
367366
margin: 0;
368367
}
369-
.table-data-plugin .filter,
368+
.table-data-plugin .filter,
370369
.table-data-plugin .filter:focus,
371370
.table-data-plugin .filter:active {
372371
height: 20px;
@@ -383,7 +382,7 @@ canvas {
383382
.table-data-plugin .filter:focus {
384383
border-bottom: 1px solid #ff5722;
385384
}
386-
.table-data-plugin thead tr th a,
385+
.table-data-plugin thead tr th a,
387386
.table-data-plugin thead tr th a:visited {
388387
color: black;
389388
text-decoration: none;
@@ -393,7 +392,7 @@ canvas {
393392
color: #1EAEDB;
394393
}
395394
/*
396-
* Popover
395+
* Popover
397396
* http://codepen.io/derekpcollins/pen/JCLhG/
398397
*/
399398

0 commit comments

Comments
 (0)