Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Jan 26, 2015
1 parent 1173044 commit b43ada6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
12 changes: 3 additions & 9 deletions build/development/plugins/tauCharts.export.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
display: none;
}
.graphical-report__export {
float: right;
margin: 0 20px 0 0;
display: block;
background-repeat: no-repeat;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZXhwb3J0PC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiMwMDAiPjxwYXRoIGQ9Ik0xNyAxLjY3bC04LjMyOCA4LjM2Nkw4IDkuNSAxNi4zNTMgMUgxMlYwaDZ2NmgtMVYxLjY3eiIgb3BhY2l0eT0iLjgiLz48cGF0aCBkPSJNMCA1LjAxQzAgMy4zNDYgMS4zMzcgMiAzLjAxIDJIMTZ2MTIuOTljMCAxLjY2My0xLjMzNyAzLjAxLTMuMDEgMy4wMUgzLjAxQzEuMzQ2IDE4IDAgMTYuNjYzIDAgMTQuOTlWNS4wMXpNMTUgMTVDMTUgMTYuMTA1IDE0LjEwMyAxNyAxMi45OTQgMTdIMy4wMDZDMS44OTggMTcgMSAxNi4xMDMgMSAxNC45OTRWNS4wMDZDMSAzLjg5OCAxLjg4NyAzIDIuOTk4IDNIOVYyaDd2N2gtMXY2LjAwMnoiIG9wYWNpdHk9Ii40Ii8+PC9nPjwvZz48L3N2Zz4=);
Expand All @@ -12,17 +14,9 @@
opacity: 0.6;
cursor: pointer;
text-decoration: none;
position: fixed;
right: 20px;
top: 15px;
position: relative;
z-index: 100;
}
.graphical-report__export__wrap {
display: block;
float: right;
width: 20px;
height: 30px;
}
.graphical-report__export:hover {
opacity: 1;
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion build/production/tauCharts.min.css

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions examples/legend.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,7 @@

<div class="graphical-report__chart">
<div class="graphical-report__layout">
<div class="graphical-report__layout__header">
<div class="graphical-report__export__wrap">
<a class="graphical-report__export">Export</a>
</div>
</div>
<div class="graphical-report__layout__header"><a class="graphical-report__export">Export</a></div>
<div class="graphical-report__layout__container">
<div class="graphical-report__layout__sidebar"></div>
<div class="graphical-report__layout__content">
Expand Down

0 comments on commit b43ada6

Please sign in to comment.