mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Fix broken styling in vfs list
This commit is contained in:
parent
54bd5eac99
commit
1d11aad2b2
@ -273,7 +273,7 @@ var et2_vfsPath = (function(){ "use strict"; return et2_vfsName.extend(
|
||||
init: function()
|
||||
{
|
||||
this.div = jQuery(document.createElement("div"))
|
||||
.addClass('et2_vfs');
|
||||
.addClass('et2_vfsPath');
|
||||
this.span = jQuery(document.createElement("ul"))
|
||||
.appendTo(this.div);
|
||||
this._super.apply(this, arguments);
|
||||
|
@ -890,11 +890,11 @@ ul.et2_link_string {
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
}
|
||||
div.et2_vfs {
|
||||
div.et2_vfsPath {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
div.et2_vfs ul {
|
||||
div.et2_vfsPath ul {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
@ -907,7 +907,7 @@ div.et2_vfs ul {
|
||||
/* This hides the higher level directories if overflow */
|
||||
direction: rtl;
|
||||
}
|
||||
div.et2_vfs li {
|
||||
div.et2_vfsPath li {
|
||||
direction: ltr;
|
||||
border-right: 1px solid silver;
|
||||
display: inline-block;
|
||||
@ -915,10 +915,10 @@ div.et2_vfs li {
|
||||
padding-right: 6px;
|
||||
flex: none;
|
||||
}
|
||||
div.et2_vfs li:hover {
|
||||
div.et2_vfsPath li:hover {
|
||||
background-color: green;
|
||||
}
|
||||
div.et2_vfs li img {
|
||||
div.et2_vfsPath li img {
|
||||
height: 16px;
|
||||
float: left;
|
||||
margin: 0px;
|
||||
|
Loading…
Reference in New Issue
Block a user