mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(style) add .reduce-text
This commit is contained in:
parent
ae83d1276a
commit
25bf6c0f01
4 changed files with 23 additions and 32 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<li draggable class="{{ className }}">
|
||||
<span class="mini-icon {{ type }}"></span>
|
||||
<span class=name>{{ name }}</span>
|
||||
<span class=size>{{ size }}</span>
|
||||
<span class=owner>{{ owner }}</span>
|
||||
<span class=mode>{{ mode }}</span>
|
||||
<span class="name reduce-text">{{ name }}</span>
|
||||
<span class="size reduce-text">{{ size }}</span>
|
||||
<span class="owner reduce-text">{{ owner }}</span>
|
||||
<span class="mode reduce-text">{{ mode }}</span>
|
||||
</li>
|
||||
|
|
@ -16,18 +16,18 @@
|
|||
|
||||
<div class=fm>{{ fm }}</div>
|
||||
<div class="keyspanel">
|
||||
<button id=f1 class="cmd-button icon-help" title="help">F1</button>
|
||||
<button id=f2 class="cmd-button icon-rename" title="rename">F2</button>
|
||||
<button id=f3 class="cmd-button icon-view" title="view">F3</button>
|
||||
<button id=f4 class="cmd-button icon-edit" title="edit">F4</button>
|
||||
<button id=f5 class="cmd-button icon-copy" title="copy">F5</button>
|
||||
<button id=f6 class="cmd-button icon-move" title="move">F6</button>
|
||||
<button id=f7 class="cmd-button icon-directory" title="make directory">F7</button>
|
||||
<button id=f8 class="cmd-button icon-delete" title="delete">F8</button>
|
||||
<button id=f9 class="cmd-button icon-menu" title="menu">F9</button>
|
||||
<button id=f10 class="cmd-button icon-config" title="config">F10</button>
|
||||
<button id=~ class="cmd-button icon-console" title="console">~</button>
|
||||
<button id=contact class="cmd-button icon-contact" title="contact"></button>
|
||||
<button id=f1 class="cmd-button reduce-text icon-help" title="help">F1</button>
|
||||
<button id=f2 class="cmd-button reduce-text icon-rename" title="rename">F2</button>
|
||||
<button id=f3 class="cmd-button reduce-text icon-view" title="view">F3</button>
|
||||
<button id=f4 class="cmd-button reduce-text icon-edit " title="edit">F4</button>
|
||||
<button id=f5 class="cmd-button reduce-text icon-copy" title="copy">F5</button>
|
||||
<button id=f6 class="cmd-button reduce-text icon-move" title="move">F6</button>
|
||||
<button id=f7 class="cmd-button reduce-text icon-directory" title="make directory">F7</button>
|
||||
<button id=f8 class="cmd-button reduce-text icon-delete" title="delete">F8</button>
|
||||
<button id=f9 class="cmd-button reduce-text icon-menu" title="menu">F9</button>
|
||||
<button id=f10 class="cmd-button reduce-text icon-config" title="config">F10</button>
|
||||
<button id=~ class="cmd-button reduce-text icon-console" title="console">~</button>
|
||||
<button id=contact class="cmd-button reduce-text icon-contact" title="contact"></button>
|
||||
</div>
|
||||
<script>
|
||||
!(function() {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<div class=path title="{{ fullPath }}"><span class="path-icon clear-storage" title="clear storage (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span class=links>{{ path }}</span></div>
|
||||
<div class="path reduce-text" title="{{ fullPath }}"><span class="path-icon clear-storage" title="clear storage (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span class=links>{{ path }}</span></div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue