diff --git a/webui/app/css/app.css b/webui/app/css/app.css index 8cc7b8ab3c..e767d844d1 100644 --- a/webui/app/css/app.css +++ b/webui/app/css/app.css @@ -1069,49 +1069,46 @@ a.navbar-brand { filter: none; } -.fileList .fileHeader { +.filelist .fileheader { padding: 0.5em 0; border-bottom: 1px solid #ddd; -} -.fileList .fileHeader *{ font-weight: bold; + margin-top: 0.5em, + margin-bottom: 0.5em } -.fileList .buttons { - padding: 0px; - overflow-x: auto; -} -.fileList .buttons > *:not(:first-child) { - margin-left: 5px; +.filelist .files { + max-height: 800px; /* about 20 single line files */ + overflow-y: auto; + overflow-x: hidden; } -.fileList .file { +.filelist .file { padding: 0.5em 0; word-wrap: break-word; } -.fileList .file .details { +.filelist .file .details { margin-left: 1em; overflow-x: auto; } -.fileList .file .details > div { +.filelist .file .details > div { margin-left: 1em; white-space: nowrap } -.fileList .file:nth-child(odd) { +.filelist .file:nth-child(odd) { background-color: #f4f4f4; } -.fileList .file:nth-child(even) { +.filelist .file:nth-child(even) { background-color: #fafafa; } -.fileList .file:hover { +.filelist .file:hover { background-color: #fff; } -.fileList .file .btn.remove { +.filelist .file .btn.remove { float: right; color: #F45D00; margin-right: 1em; - border-color: #eee; } -.fileList .file .btn.remove:hover { +.filelist .file .btn.remove:hover { color: red; } diff --git a/webui/src/components/editfiles.jsx b/webui/src/components/editfiles.jsx index 535cc35a25..2ae52f7522 100644 --- a/webui/src/components/editfiles.jsx +++ b/webui/src/components/editfiles.jsx @@ -200,7 +200,7 @@ const B2DropZone = React.createClass({ renderFiles: function() { return (
You can also update the data in an existing record by creating a new version of that record. diff --git a/webui/src/components/record.jsx b/webui/src/components/record.jsx index cdde95b324..314cc9a496 100644 --- a/webui/src/components/record.jsx +++ b/webui/src/components/record.jsx @@ -100,7 +100,7 @@ const B2NoteWidget = React.createClass({ } return ( -