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
77a16324
authored
Feb 06, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one: file-list current location display improved
parent
6823e692
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
one/static/box.less
+10
-2
one/templates/box-filelist.html
+1
-1
No files found.
one/static/box.less
View file @
77a16324
...
@@ -319,8 +319,16 @@
...
@@ -319,8 +319,16 @@
border-bottom: 1px solid #888
border-bottom: 1px solid #888
}
}
}
}
#current-location .summary{
#current-location{
border-bottom: 1px solid #888
.summary{
border-bottom: 1px solid #888;
height: 25px;
.name {
position: absolute;
left: 100px;
text-align: left;
}
}
}
}
.filetype-c {
.filetype-c {
background-image: url(icons/document-visual-studio.png);
background-image: url(icons/document-visual-studio.png);
...
...
one/templates/box-filelist.html
View file @
77a16324
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<option
value=
"date"
>
Dátum szerint
</option>
<option
value=
"date"
>
Dátum szerint
</option>
</select>
</select>
</div>
</div>
<div
class=
"name"
>
Jelenlegi hely:
<span
data-bind=
"text: currentPath"
></span
></div>
<div
class=
"name"
>
<small>
Jelenlegi hely:
<span
data-bind=
"text: currentPath"
></span></small
></div>
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
</div>
</div>
</li>
</li>
...
...
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