summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2018-08-01 17:08:07 -0700
committerAaron Parecki <aaron@parecki.com>2018-08-01 17:08:07 -0700
commit782780234a4d5eefc692b14b4a620fc24444f2db (patch)
tree70bf1014c799cf4b71ab596016c4482db919ef47 /public/css
parentf860747857830229ecf0d3e309f6d49e131b7e30 (diff)
improvements to login UI, upgrades libraries
makes the login experience a bit friendlier to non-developer users
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 6dcf682..c68a55c 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -108,6 +108,8 @@ body {
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
word-break: break-all;
word-wrap: break-word;
+ overflow: scroll;
+ white-space: pre;
}
@@ -208,7 +210,7 @@ body {
}
-/**
+/**
* nicer file upload
*/
.btn-file {
@@ -229,7 +231,7 @@ body {
background: white;
cursor: inherit;
display: block;
-}
+}
.glyphicon-spin {