mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
28 lines
745 B
CSS
28 lines
745 B
CSS
/******************************************************************/
|
|
/* STATUSBAR STYLES */
|
|
/******************************************************************/
|
|
|
|
|
|
/* statusbar container */
|
|
.elfinder-statusbar {
|
|
text-align:center;
|
|
font-weight:normal;
|
|
padding:.2em .5em;
|
|
|
|
border-right:0 solid;
|
|
border-bottom:0 solid;
|
|
border-left:0 solid;
|
|
}
|
|
|
|
.elfinder-statusbar a { text-decoration:none; }
|
|
|
|
.elfinder-statusbar div { font-size:.7em; }
|
|
|
|
/* path in statusbar */
|
|
.elfinder-ltr .elfinder-path { float:left; }
|
|
.elfinder-rtl .elfinder-path { float:right; }
|
|
|
|
/* total/selected size in statusbar */
|
|
.elfinder-ltr .elfinder-stat-size { float:right; }
|
|
.elfinder-rtl .elfinder-stat-size { float:left; }
|