Files
Studio-42-elFinder/css/statusbar.css
T
Dmitry (dio) Levashov 1975b994ab fixes #201
2012-03-11 22:53:06 +04:00

38 lines
1021 B
CSS

/******************************************************************/
/* STATUSBAR STYLES */
/******************************************************************/
/* statusbar container */
.elfinder-statusbar {
text-align:center;
font-weight:normal;
padding:.2em .5em;
border-right:0 solid transparent;
border-bottom:0 solid transparent;
border-left:0 solid transparent;
}
.elfinder-statusbar a { text-decoration:none; }
.elfinder-statusbar div { font-size:.7em; }
/* path in statusbar */
.elfinder-path {
max-width:30%;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
}
.elfinder-ltr .elfinder-path { float:left; }
.elfinder-rtl .elfinder-path { float:right; }
/* total/selected size in statusbar */
.elfinder-stat-size { white-space:nowrap; }
.elfinder-ltr .elfinder-stat-size { float:right; }
.elfinder-rtl .elfinder-stat-size { float:left; }
.elfinder-stat-selected { white-space:nowrap; overflow:hidden; }