aboutsummaryrefslogtreecommitdiffstats
path: root/src/static/css
diff options
context:
space:
mode:
authorBrandon Lo <lobrandon1217@gmail.com>2019-07-02 11:35:10 -0400
committerBrandon Lo <lobrandon1217@gmail.com>2019-07-02 11:42:34 -0400
commite399390329cea075e36b914879801e485ccedfaa (patch)
treef1bf1a67a6c6c38d87c40850d9bd8dfa96656ee0 /src/static/css
parent939f90eabd3fd6ac17b0a1a0646962ead88d5e99 (diff)
Change dropdown and selection list
Fix selection list text from overflowing Add ellipses to overflowing text Make dropdown z-index 2 Increase size of dropdown Change delete button to simple X Add title on hover to result entries Change-Id: Ic274586e6bdf6e188efd147eb442660a99878e97 Signed-off-by: Brandon Lo <lobrandon1217@gmail.com>
Diffstat (limited to 'src/static/css')
-rw-r--r--src/static/css/base.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/static/css/base.css b/src/static/css/base.css
index 1494e77..72ecc40 100644
--- a/src/static/css/base.css
+++ b/src/static/css/base.css
@@ -81,14 +81,18 @@ a[aria-expanded="true"] > i.rotate {
top: 0;
}
-/* Dropdown for collaborators */
-#drop_results {
- max-height: 10rem;
+.z-2 {
z-index: 2;
}
-#drop_results > li {
- word-wrap: anywhere;
+.mh-30vh {
+ max-height: 30vh;
+}
+
+.overflow-ellipsis {
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
}
/* Graphing for networks */