File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -834,9 +834,13 @@ table.dragshadow td.size {
834834}
835835
836836.notCreatable {
837- padding-left : 12px ;
838- padding-top : 12px ;
839- color : var (--color-text-lighter );
837+ margin-left : 12px ;
838+ margin-right : 44px ;
839+ margin-top : 12px ;
840+ color : var (--color-main-text );
841+ overflow : auto ;
842+ min-width : 100px ;
843+ height : 58px ;
840844}
841845
842846#quota {
Original file line number Diff line number Diff line change 55 </div>
66 <div id="file_action_panel"></div>
77 <div class="notCreatable notPublic hidden">
8- <?php p ($ l ->t ('You don’t have permission to upload or create files here ' ))?>
8+ <?php p (' ⚠️ ' . $ l ->t ('You don’t have permission to upload or create files here ' ))?>
99 </div>
1010 <?php /* Note: the template attributes are here only for the public page. These are normally loaded
1111 through ajax instead (updateStorageStatistics).
You can’t perform that action at this time.
0 commit comments