관리자 페이지 스타일 미세 조정 (계속) (#1062)

* 관리자 페이지 스타일 미세 조정 (계속)

- 컨텐츠 좌우 여백을 15px으로 조정.
- 모듈 즐겨찾기 별표 아이콘 크기 조정, 가운데 정렬.

* 필요 없어진 style 영역 제거
This commit is contained in:
Min-Soo Kim 2018-08-15 15:13:50 +09:00 committed by GitHub
parent 5e2d89ee4d
commit e21dffdc51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 40 additions and 15 deletions

View file

@ -13,7 +13,7 @@
</div>
<table class="x_table x_table-striped x_table-hover dsTg">
<caption>
<strong>All({$addon_count})</strong>
<strong>{lang('all')} ({$addon_count})</strong>
<div class="x_pull-right x_btn-group">
<button type="button" class="x_btn x_active __simple">{$lang->simple_view}</button>
<button type="button" class="x_btn __detail">{$lang->detail_view}</button>