mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
90cbf8459c
Summary: - There's no way you can figure out the ID of a file right now. Expose that more prominently. - Put the drag-and-drop uploader on the main page so you don't have to click through. - Restore the basic uploader so IE users can theoretically use the suite I guess? Added author info to basic uploader. - Show author information in the table. - Show date information in the table. - Link file names. - Rename table for filter views. - When you upload one file, just jump to it. When you upload multiple files, jump to your uploads and highlight them. - Add an "arc download" hint. Test Plan: Uploaded single files, groups of files, and files via simple uploader. Reviewers: codeblock, jungejason, tuomaspelkonen, aran Commenters: codeblock CC: aran, codeblock, epriestley Differential Revision: 746
10 lines
141 B
CSS
10 lines
141 B
CSS
/**
|
|
* @provides files-css
|
|
*/
|
|
|
|
.files-drag-and-drop {
|
|
text-align: center;
|
|
padding: 0em 1em .5em;
|
|
font-size: 15px;
|
|
color: #666666;
|
|
}
|