Rev908, Sidebar shorten long bad filenames, Only show opener error if site is using the API
This commit is contained in:
parent
b2fb1fcd3c
commit
58fa5f6e16
6 changed files with 47 additions and 48 deletions
|
@ -67,6 +67,7 @@
|
|||
|
||||
.filelist { font-size: 12px; font-family: monospace; margin: 0px; padding: 0px; list-style-type: none; line-height: 1.5em; }
|
||||
.filelist li:before { content: '\2022'; font-size: 11px; line-height: 0px; vertical-align: 0px; margin-right: 5px; color: #FFBE00; }
|
||||
.filelist li { overflow: hidden; text-overflow: ellipsis; }
|
||||
|
||||
/* COLORS */
|
||||
|
||||
|
|
|
@ -121,6 +121,7 @@
|
|||
|
||||
.filelist { font-size: 12px; font-family: monospace; margin: 0px; padding: 0px; list-style-type: none; line-height: 1.5em; }
|
||||
.filelist li:before { content: '\2022'; font-size: 11px; line-height: 0px; vertical-align: 0px; margin-right: 5px; color: #FFBE00; }
|
||||
.filelist li { overflow: hidden; text-overflow: ellipsis; }
|
||||
|
||||
/* COLORS */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue