Commit 92c2d59a by Bence Dányi

webui: css transitions

parent 3efe50cc
...@@ -273,13 +273,17 @@ ...@@ -273,13 +273,17 @@
z-index: 2; z-index: 2;
position: relative; position: relative;
} }
.details {
height: auto;
}
} }
&.opened #new-folder-form { &.opened #new-folder-form {
display: block; display: block;
} }
.details { .details {
border-top: 1px solid #888; height: 0px;
display: none; -webkit-transition: height 700ms;
overflow: hidden;
.container { .container {
padding: 5px 5px; padding: 5px 5px;
.upload-zone { .upload-zone {
...@@ -314,6 +318,9 @@ ...@@ -314,6 +318,9 @@
a { a {
text-decoration: underline; text-decoration: underline;
} }
.details-container {
border-top: 1px solid #888;
}
.name { .name {
float: none; float: none;
background-image: url(/static/icons/computer.png); background-image: url(/static/icons/computer.png);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment