mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(style) .mini-icon: background
This commit is contained in:
parent
0384bc8fa8
commit
14df5aab3b
1 changed files with 2 additions and 4 deletions
|
|
@ -131,6 +131,8 @@ body {
|
|||
width: 16px;
|
||||
height: 16px;
|
||||
margin-left: 6px;
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
/* отступ перед картинкой
|
||||
* для нормального отображения
|
||||
* рамки
|
||||
|
|
@ -139,13 +141,9 @@ body {
|
|||
|
||||
.directory {
|
||||
background-image:url('/img/dir.png');
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.text-file {
|
||||
background-image:url('/img/txt.png');
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.fm {
|
||||
height: 90%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue