|
|
@ -7,7 +7,7 @@ body {
|
|
|
|
padding: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 16px;
|
|
|
|
overflow: auto;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
body {
|
|
|
@ -305,6 +305,9 @@ span.fa-folder-open {
|
|
|
|
width: 50px;
|
|
|
|
width: 50px;
|
|
|
|
font-size: 40px;
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#content .element .truncated {
|
|
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
#content div.grid {
|
|
|
|
#content div.grid {
|
|
|
|
padding: 20px;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -312,19 +315,35 @@ span.fa-folder-open {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 10px 10px;
|
|
|
|
margin: 10px 10px;
|
|
|
|
width: 140px;
|
|
|
|
width: 140px;
|
|
|
|
|
|
|
|
height: 140px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: top;
|
|
|
|
vertical-align: top;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
max-height: 145px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#content div.grid li:not(.selected):not(.selectedTmp) {
|
|
|
|
#content div.grid li:not(.selected):not(.selectedTmp) {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#content div.grid li .name {
|
|
|
|
#content div.grid li .name {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: 48px;
|
|
|
|
|
|
|
|
margin: 8px 0;
|
|
|
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#content div.grid li.element {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#content div.grid li .truncated {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#content div.grid li input {
|
|
|
|
#content div.grid li input {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
@ -333,7 +352,8 @@ span.fa-folder-open {
|
|
|
|
#content div.grid li .fa {
|
|
|
|
#content div.grid li .fa {
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
margin: auto;
|
|
|
|
font-size: 40px;
|
|
|
|
font-size: 48px;
|
|
|
|
|
|
|
|
margin: 8px 0;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#content div.grid li .fa.listonly {
|
|
|
|
#content div.grid li .fa.listonly {
|
|
|
|