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()
|
init: function()
|
||||||
{
|
{
|
||||||
this.div = jQuery(document.createElement("div"))
|
this.div = jQuery(document.createElement("div"))
|
||||||
.addClass('et2_vfs');
|
.addClass('et2_vfsPath');
|
||||||
this.span = jQuery(document.createElement("ul"))
|
this.span = jQuery(document.createElement("ul"))
|
||||||
.appendTo(this.div);
|
.appendTo(this.div);
|
||||||
this._super.apply(this, arguments);
|
this._super.apply(this, arguments);
|
||||||
|
@ -890,11 +890,11 @@ ul.et2_link_string {
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
div.et2_vfs {
|
div.et2_vfsPath {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
div.et2_vfs ul {
|
div.et2_vfsPath ul {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
@ -907,7 +907,7 @@ div.et2_vfs ul {
|
|||||||
/* This hides the higher level directories if overflow */
|
/* This hides the higher level directories if overflow */
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
}
|
}
|
||||||
div.et2_vfs li {
|
div.et2_vfsPath li {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
border-right: 1px solid silver;
|
border-right: 1px solid silver;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -915,10 +915,10 @@ div.et2_vfs li {
|
|||||||
padding-right: 6px;
|
padding-right: 6px;
|
||||||
flex: none;
|
flex: none;
|
||||||
}
|
}
|
||||||
div.et2_vfs li:hover {
|
div.et2_vfsPath li:hover {
|
||||||
background-color: green;
|
background-color: green;
|
||||||
}
|
}
|
||||||
div.et2_vfs li img {
|
div.et2_vfsPath li img {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user