Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dio-el-claire committed Mar 11, 2012
1 parent ca3058a commit 1975b99
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/statusbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,19 @@
.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; }

0 comments on commit 1975b99

Please sign in to comment.