summaryrefslogtreecommitdiff
path: root/public/assets
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets')
-rw-r--r--public/assets/css/css.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css
index bd7de50..a1d29e5 100644
--- a/public/assets/css/css.css
+++ b/public/assets/css/css.css
@@ -300,6 +300,17 @@ input.small {
.filelist .epoch {
width: 45px;
}
+.filelist .datetime .date {
+ display: inline-block;
+ text-align: right;
+}
+.filelist .datetime .time {
+ width: 28px;
+ display: inline-block;
+ text-align: right;
+ font-size: smaller;
+ padding-left: 4px;
+}
.row .epoch {
white-space: nowrap;
@@ -679,6 +690,24 @@ input.small {
max-height: 80vh;
}
+/* sequence editor timeline */
+
+.timeline {
+ display: block;
+ border: 1px solid #333;
+ background: #fff;
+ position: relative;
+ margin-bottom: 5px;
+ height: 50px;
+}
+.timeline .selection {
+ position: absolute;
+ border: 1px solid #000;
+ border-top: 0;
+ border-left: 0;
+ background: #eee;
+}
+
/* system */
.screen {
width: 750px;
@@ -695,6 +724,7 @@ input.small {
color: #234;
}
+/* login diamond */
.diamond {
position: fixed;
left: calc(50vw - 175px);