moved styles to force folder naming correctly from base to files.html so that file_list.html didnt end up with crud. Also allowed move DBox to handle multiple storage paths and passes chosen (or only) storage path through to web front-end then to back-end job
This commit is contained in:
@@ -24,16 +24,6 @@
|
|||||||
<style>
|
<style>
|
||||||
.highlight { box-shadow: 0 0 7px 4px #5bc0de }
|
.highlight { box-shadow: 0 0 7px 4px #5bc0de }
|
||||||
.sm-txt { font-size: 0.8rem }
|
.sm-txt { font-size: 0.8rem }
|
||||||
|
|
||||||
/* used to force the figcaption to break long words (even without spaces) */
|
|
||||||
figure { display: table; }
|
|
||||||
figcaption {
|
|
||||||
display: table-caption;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
word-break: break-word;
|
|
||||||
caption-side: bottom;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user