mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
c51bce7358
refs. https://github.com/TryGhost/Team/issues/205 Major update to Ghost Admin UI including: - improved general consistency (typography, colors and contrast, UI components, icons) - new design for post and pages lists, improved discoverability of filters - search moved to modal - account menu is decoupled from ghost logo - further usability fixes
28 lines
865 B
Handlebars
28 lines
865 B
Handlebars
<ol class="gh-list loading">
|
|
<li class="gh-list-row header">
|
|
<div class="gh-list-header">
|
|
<div class="bg-lightgrey w20 h3"></div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="gh-list-row loading">
|
|
<div class="gh-list-data gh-list-loadingcell">
|
|
<div class="gh-list-loading-title"></div>
|
|
<div class="gh-list-loading-detail"></div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="gh-list-row loading">
|
|
<div class="gh-list-data gh-list-loadingcell">
|
|
<div class="gh-list-loading-title"></div>
|
|
<div class="gh-list-loading-detail"></div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="gh-list-row loading">
|
|
<div class="gh-list-data gh-list-loadingcell">
|
|
<div class="gh-list-loading-title"></div>
|
|
<div class="gh-list-loading-detail"></div>
|
|
</div>
|
|
</li>
|
|
</ol> |