Commit 77a16324 by Dányi Bence

one: file-list current location display improved

parent 6823e692
......@@ -319,8 +319,16 @@
border-bottom: 1px solid #888
}
}
#current-location .summary{
border-bottom: 1px solid #888
#current-location{
.summary{
border-bottom: 1px solid #888;
height: 25px;
.name {
position: absolute;
left: 100px;
text-align: left;
}
}
}
.filetype-c {
background-image: url(icons/document-visual-studio.png);
......
......@@ -15,7 +15,7 @@
<option value="date">Dátum szerint</option>
</select>
</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>
</li>
......
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