add compact startup, recent files closer
This commit is contained in:
parent
00729eb6b1
commit
d95f78d755
3 changed files with 15 additions and 4 deletions
|
|
@ -65,7 +65,7 @@
|
|||
<!-- file load catalog -->
|
||||
<div id="catalog" class="dialog">
|
||||
<div id="catalogBody" class="flow-col">
|
||||
<label id="localCache">recent files</label>
|
||||
<label id="localCache">recent files<button id="cache-close">x</button></label>
|
||||
<div id="catalogList"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -79,6 +79,15 @@ input[type=range]::-moz-focus-outer {
|
|||
font-size: 18px;
|
||||
margin: 4px;
|
||||
}
|
||||
#localCache {
|
||||
border-bottom: 1px solid #ddd !important;
|
||||
padding-bottom: 8px !important;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
#localCache button {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
#widget-info {
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
|
|
|
|||
Loading…
Reference in a new issue