Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
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
c7574e3c
authored
Feb 15, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: details hidden by default
parent
401eda7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
one/static/box.less
+15
-3
No files found.
one/static/box.less
View file @
c7574e3c
...
@@ -71,8 +71,14 @@
...
@@ -71,8 +71,14 @@
list-style-type: none;
list-style-type: none;
}
}
.entry{
.entry{
&.opened .actions{
&.opened {
display: block !important;
.actions{
display: block !important;
}
.summary .name .details {
display: inline;
border: none;
}
}
}
&.small .summary{
&.small .summary{
padding: 5px;
padding: 5px;
...
@@ -151,6 +157,10 @@
...
@@ -151,6 +157,10 @@
.actions{
.actions{
display: block;
display: block;
}
}
.name .details {
display: inline;
border: none;
}
}
}
.id{
.id{
...
@@ -166,7 +176,9 @@
...
@@ -166,7 +176,9 @@
position: relative;
position: relative;
&.filetype-new-folder {
&.filetype-new-folder {
float: left;
float: left;
}
.details {
display: none;
}
}
}
}
@placeholderColor: #555;
@placeholderColor: #555;
...
...
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