summaryrefslogtreecommitdiffstats
path: root/css/public
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-13 21:40:03 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-13 21:40:45 +0200
commitac2ce82ab54ec2481f70a6ef030312ccb9960591 (patch)
treee534bf46e53a3284c6b206154ba703bf251e75a2 /css/public
parenta1b27184596b5c48407d33d644afa88965496b80 (diff)
Add user display
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css/public')
-rw-r--r--css/public/style.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/css/public/style.scss b/css/public/style.scss
index 2986eea6..344ec9c5 100644
--- a/css/public/style.scss
+++ b/css/public/style.scss
@@ -776,17 +776,22 @@ detailsitem .select2-container {
display: flex;
justify-content: space-between;
align-items: center;
+ flex-wrap: wrap;
+}
+#importscreen-user {
+ font-style: italic;
+ color: #555;
+ flex-basis: 100%;
}
#importscreen-progress {
display: block;
- position: absolute;
- top: 100%;
width: 100%;
padding: 4px;
border: 0 none;
background: rgba(0,0,0,0.1);
border-radius: 2px;
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
+ flex-basis: 100%;
}
#importscreen-progress::-webkit-progress-bar {
background: transparent;