mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
FileManager stuff
This commit is contained in:
parent
5c8e3d3489
commit
7565e8217f
13 changed files with 514 additions and 60 deletions
28
web/css/styles.min.css
vendored
28
web/css/styles.min.css
vendored
|
@ -1867,7 +1867,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
|||
}
|
||||
|
||||
|
||||
.l-icon-up-arrow, .l-icon-down-arrow, .l-icon-star, .l-icon-to-top, .l-icon-star-orange, .l-icon-star-blue {
|
||||
.l-icon-up-arrow, .l-icon-down-arrow, .l-icon-star, .l-icon-to-top, .l-icon-shortcuts, .l-icon-star-orange, .l-icon-star-blue {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
background-image: url("/images/sprite.png");
|
||||
|
@ -1928,6 +1928,19 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
|||
background-position: -402px -68px;
|
||||
}
|
||||
|
||||
.l-icon-shortcuts {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
background-position: -283px -68px;
|
||||
border-radius: 18px;
|
||||
}
|
||||
.l-icon-shortcuts:hover {
|
||||
background-color: #ccc;
|
||||
}
|
||||
.l-icon-shortcuts:active {
|
||||
background-color: #98D5CD;
|
||||
}
|
||||
|
||||
.l-icon-star-orange {
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
|
@ -1974,9 +1987,17 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
|||
display: inline-block;
|
||||
position: fixed;
|
||||
top: 92%;
|
||||
right: 3%;
|
||||
right: 4%;
|
||||
}
|
||||
|
||||
.to-shortcuts {
|
||||
display: inline-block;
|
||||
position: fixed;
|
||||
top: 92%;
|
||||
right: 1%;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
#vstobjects {
|
||||
margin-top: -1px;
|
||||
|
@ -2737,6 +2758,7 @@ form#vstobjects.suspended {
|
|||
color: #eee;
|
||||
width: 800px;
|
||||
border: 1px solid #333;
|
||||
font-size: 13px;
|
||||
}
|
||||
.shortcuts .header {
|
||||
border-bottom: 1px solid #333;
|
||||
|
@ -2777,7 +2799,7 @@ form#vstobjects.suspended {
|
|||
padding: 5px 20px;
|
||||
}
|
||||
.shortcuts ul li.step-top {
|
||||
padding-bottom: 30px;
|
||||
padding-top: 30px;
|
||||
}
|
||||
.shortcuts ul li span {
|
||||
color: #48F4EF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue