Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
92c2d59a
authored
Apr 18, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: css transitions
parent
3efe50cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
one/static/style/box.less
+9
-2
No files found.
one/static/style/box.less
View file @
92c2d59a
...
...
@@ -273,13 +273,17 @@
z-index: 2;
position: relative;
}
.details {
height: auto;
}
}
&.opened #new-folder-form {
display: block;
}
.details {
border-top: 1px solid #888;
display: none;
height: 0px;
-webkit-transition: height 700ms;
overflow: hidden;
.container {
padding: 5px 5px;
.upload-zone {
...
...
@@ -314,6 +318,9 @@
a {
text-decoration: underline;
}
.details-container {
border-top: 1px solid #888;
}
.name {
float: none;
background-image: url(/static/icons/computer.png);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment