mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Clean up simple mode views
- 간단보기(모바일) 상태시 최근 글은 날짜 대신 시간을 표시 - 간단보기/상세보기 토글 위치를 일관성있게 변경 - 간단보기/상세보기 토글 버튼과 다른 버튼들 사이에 여백 확보
This commit is contained in:
parent
e7fc36f87b
commit
666be26ca7
5 changed files with 24 additions and 13 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<a href="#listManager" data-value="modify" class="modalAnchor _member x_btn">{$lang->modify}</a>
|
||||
<a href="#listManager" data-value="delete" class="modalAnchor _member x_btn">{$lang->delete}</a>
|
||||
</div>
|
||||
<div class="x_pull-right x_btn-group">
|
||||
<div class="x_pull-right x_btn-group margin_after">
|
||||
<button type="button" class="x_btn x_active __simple">{$lang->simple_view}</button>
|
||||
<button type="button" class="x_btn __detail">{$lang->detail_view}</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue