Put the menu actions in a box
This commit is contained in:
parent
a632e68b8d
commit
b48bdeff77
13
popup.html
13
popup.html
|
@ -26,10 +26,7 @@
|
|||
margin-bottom: 0.5em;
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
#find-styles, #write-style, #manage-styles {
|
||||
font-size: smaller;
|
||||
}
|
||||
#find-styles, #write-style, #unavailable {
|
||||
.actions > div, #unavailable {
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
#unavailable {
|
||||
|
@ -53,9 +50,11 @@
|
|||
|
||||
<div id="installed"></div>
|
||||
|
||||
<div id="find-styles"><a id="find-styles-link" href="#"></a></div>
|
||||
<div id="manage-styles"><a id="open-manage-link" href="manage.html"></a></div>
|
||||
<div id="write-style"><span id="write-style-for"></span></div>
|
||||
<div class="actions">
|
||||
<div id="find-styles"><a id="find-styles-link" href="#"></a></div>
|
||||
<div id="manage-styles"><a id="open-manage-link" href="manage.html"></a></div>
|
||||
<div id="write-style"><span id="write-style-for"></span></div>
|
||||
</div>
|
||||
|
||||
<script src="popup.js"></script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user