mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 06:42:14 +09:00
관리자 페이지 스타일 미세 조정 (계속) (#1062)
* 관리자 페이지 스타일 미세 조정 (계속) - 컨텐츠 좌우 여백을 15px으로 조정. - 모듈 즐겨찾기 별표 아이콘 크기 조정, 가운데 정렬. * 필요 없어진 style 영역 제거
This commit is contained in:
parent
5e2d89ee4d
commit
e21dffdc51
9 changed files with 40 additions and 15 deletions
21
modules/module/tpl/css/module_admin.less
Normal file
21
modules/module/tpl/css/module_admin.less
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.fvOff,.fvOn{
|
||||
display:inline-block;
|
||||
width:25px;
|
||||
height:25px;
|
||||
background-color:transparent;
|
||||
background-size:25px 25px;
|
||||
overflow:hidden;
|
||||
text-indent:-1000px;
|
||||
border:0
|
||||
}
|
||||
.fvOff{
|
||||
background-image: data-uri('images/star-empty.svg');
|
||||
}
|
||||
.fvOn{
|
||||
background-image: data-uri('images/star-fill.svg');
|
||||
}
|
||||
.x_table.x_table-striped.x_table-hover.dsTg tr {
|
||||
th:first-child, td:first-child {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue