Edit File by line
/home/barbar84/www/wp-conte.../plugins/file-man.../applicat.../library/css
File: statusbar.css
/******************************************************************/
[0] Fix | Delete
/* STATUSBAR STYLES */
[1] Fix | Delete
/******************************************************************/
[2] Fix | Delete
[3] Fix | Delete
/* statusbar container */
[4] Fix | Delete
.elfinder-statusbar {
[5] Fix | Delete
display: flex;
[6] Fix | Delete
justify-content: space-between;
[7] Fix | Delete
cursor: default;
[8] Fix | Delete
text-align: center;
[9] Fix | Delete
font-weight: normal;
[10] Fix | Delete
padding: .2em .5em;
[11] Fix | Delete
border-right: 0 solid transparent;
[12] Fix | Delete
border-bottom: 0 solid transparent;
[13] Fix | Delete
border-left: 0 solid transparent;
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
.elfinder-statusbar:before,
[17] Fix | Delete
.elfinder-statusbar:after {
[18] Fix | Delete
display: none;
[19] Fix | Delete
}
[20] Fix | Delete
[21] Fix | Delete
.elfinder-statusbar span {
[22] Fix | Delete
vertical-align: bottom;
[23] Fix | Delete
overflow: hidden;
[24] Fix | Delete
text-overflow: ellipsis;
[25] Fix | Delete
-o-text-overflow: ellipsis;
[26] Fix | Delete
}
[27] Fix | Delete
[28] Fix | Delete
.elfinder-statusbar span.elfinder-path-other {
[29] Fix | Delete
flex-shrink: 0;
[30] Fix | Delete
text-overflow: clip;
[31] Fix | Delete
-o-text-overflow: clip;
[32] Fix | Delete
}
[33] Fix | Delete
[34] Fix | Delete
.elfinder-statusbar span.ui-state-hover,
[35] Fix | Delete
.elfinder-statusbar span.ui-state-active {
[36] Fix | Delete
border: none;
[37] Fix | Delete
}
[38] Fix | Delete
[39] Fix | Delete
.elfinder-statusbar span.elfinder-path-cwd {
[40] Fix | Delete
cursor: default;
[41] Fix | Delete
}
[42] Fix | Delete
[43] Fix | Delete
/* path in statusbar */
[44] Fix | Delete
.elfinder-path {
[45] Fix | Delete
display: flex;
[46] Fix | Delete
order: 1;
[47] Fix | Delete
flex-grow: 1;
[48] Fix | Delete
cursor: pointer;
[49] Fix | Delete
white-space: nowrap;
[50] Fix | Delete
overflow: hidden;
[51] Fix | Delete
text-overflow: ellipsis;
[52] Fix | Delete
-o-text-overflow: ellipsis;
[53] Fix | Delete
max-width: 30%\9;
[54] Fix | Delete
}
[55] Fix | Delete
[56] Fix | Delete
.elfinder-ltr .elfinder-path {
[57] Fix | Delete
text-align: left;
[58] Fix | Delete
float: left\9;
[59] Fix | Delete
}
[60] Fix | Delete
[61] Fix | Delete
.elfinder-rtl .elfinder-path {
[62] Fix | Delete
text-align: right;
[63] Fix | Delete
float: right\9;
[64] Fix | Delete
}
[65] Fix | Delete
[66] Fix | Delete
/* path in workzone (case of swipe to navbar close) */
[67] Fix | Delete
.elfinder-workzone-path {
[68] Fix | Delete
position: relative;
[69] Fix | Delete
}
[70] Fix | Delete
[71] Fix | Delete
.elfinder-workzone-path .elfinder-path {
[72] Fix | Delete
position: relative;
[73] Fix | Delete
font-size: .75em;
[74] Fix | Delete
font-weight: normal;
[75] Fix | Delete
float: none;
[76] Fix | Delete
max-width: none;
[77] Fix | Delete
overflow: hidden;
[78] Fix | Delete
overflow-x: hidden;
[79] Fix | Delete
text-overflow: initial;
[80] Fix | Delete
-o-text-overflow: initial;
[81] Fix | Delete
}
[82] Fix | Delete
[83] Fix | Delete
.elfinder-mobile .elfinder-workzone-path .elfinder-path {
[84] Fix | Delete
overflow: auto;
[85] Fix | Delete
overflow-x: scroll;
[86] Fix | Delete
}
[87] Fix | Delete
[88] Fix | Delete
.elfinder-ltr .elfinder-workzone-path .elfinder-path {
[89] Fix | Delete
margin-left: 24px;
[90] Fix | Delete
}
[91] Fix | Delete
[92] Fix | Delete
.elfinder-rtl .elfinder-workzone-path .elfinder-path {
[93] Fix | Delete
margin-right: 24px;
[94] Fix | Delete
}
[95] Fix | Delete
[96] Fix | Delete
.elfinder-workzone-path .elfinder-path span {
[97] Fix | Delete
display: inline-block;
[98] Fix | Delete
padding: 5px 3px;
[99] Fix | Delete
}
[100] Fix | Delete
[101] Fix | Delete
.elfinder-workzone-path .elfinder-path span.elfinder-path-cwd {
[102] Fix | Delete
font-weight: bold;
[103] Fix | Delete
}
[104] Fix | Delete
[105] Fix | Delete
.elfinder-workzone-path .elfinder-path span.ui-state-hover,
[106] Fix | Delete
.elfinder-workzone-path .elfinder-path span.ui-state-active {
[107] Fix | Delete
border: none;
[108] Fix | Delete
}
[109] Fix | Delete
[110] Fix | Delete
.elfinder-workzone-path .elfinder-path-roots {
[111] Fix | Delete
position: absolute;
[112] Fix | Delete
top: 0;
[113] Fix | Delete
width: 24px;
[114] Fix | Delete
height: 20px;
[115] Fix | Delete
padding: 2px;
[116] Fix | Delete
border: none;
[117] Fix | Delete
overflow: hidden;
[118] Fix | Delete
}
[119] Fix | Delete
[120] Fix | Delete
.elfinder-ltr .elfinder-workzone-path .elfinder-path-roots {
[121] Fix | Delete
left: 0;
[122] Fix | Delete
}
[123] Fix | Delete
[124] Fix | Delete
.elfinder-rtl .elfinder-workzone-path .elfinder-path-roots {
[125] Fix | Delete
right: 0;
[126] Fix | Delete
}
[127] Fix | Delete
[128] Fix | Delete
/* total/selected size in statusbar */
[129] Fix | Delete
.elfinder-stat-size {
[130] Fix | Delete
order: 3;
[131] Fix | Delete
flex-grow: 1;
[132] Fix | Delete
overflow: hidden;
[133] Fix | Delete
white-space: nowrap;
[134] Fix | Delete
}
[135] Fix | Delete
[136] Fix | Delete
.elfinder-ltr .elfinder-stat-size {
[137] Fix | Delete
text-align: right;
[138] Fix | Delete
float: right\9;
[139] Fix | Delete
}
[140] Fix | Delete
[141] Fix | Delete
.elfinder-rtl .elfinder-stat-size {
[142] Fix | Delete
text-align: left;
[143] Fix | Delete
float: left\9;
[144] Fix | Delete
}
[145] Fix | Delete
[146] Fix | Delete
/* info of current selected item */
[147] Fix | Delete
.elfinder-stat-selected {
[148] Fix | Delete
order: 2;
[149] Fix | Delete
margin: 0 .5em;
[150] Fix | Delete
white-space: nowrap;
[151] Fix | Delete
overflow: hidden;
[152] Fix | Delete
}
[153] Fix | Delete
[154] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function