Skip to content

Commit

Permalink
add history 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal committed Oct 23, 2017
1 parent a2dd38d commit b0c261f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
Binary file removed export-medium.zip
Binary file not shown.
18 changes: 13 additions & 5 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,31 @@
height: 600px;
}

.right-area {
font-size: 18px;
}

body {
width: 800px;
height: 600px;
}

ul li {
.buttons li {
list-style: none;
display: inline;
margin-right: 5px;
font-size: 16px;
font-weight: bold;
}

h1,
button {
display: inline;
color: gray;
border-radius: 5px;
font-size: 16px;
font-weight: bold;
filter: alpha(opacity=50)
}

#shadow {
Expand Down Expand Up @@ -94,10 +105,7 @@
<body>

<div class="main">
<ul>
<li>
<h1>The export result</h1>
</li>
<ul class="buttons">
<li><button class="export">export</button></li>
<li><button class="copy">copy to clipboard</button></li>
<li><button class="history">history</button></li>
Expand Down

0 comments on commit b0c261f

Please sign in to comment.