Small jQuery plugin for resizing panels

Still doesn't save the size, since we want to save this in the user. Which is not implemented yet.
This commit is contained in:
2016-09-28 16:58:14 +02:00
parent 0b723f3fc9
commit 968399ba7a
8 changed files with 42 additions and 4 deletions

View File

@@ -15,8 +15,9 @@
.status-indicator
background-color: white
width: 16px
height: 16px
width: 16px
min-width: 16px
margin-left: 10px
border-radius: 50%
transition: all 100ms ease-in-out
@@ -52,10 +53,11 @@
.type
margin-left: auto
color: $color-text-dark-primary
.status
+text-overflow-ellipsis
.name
margin: 10px
+text-overflow-ellipsis
&.status
&-invalid
@@ -107,6 +109,7 @@ option.invalid_task
border-right: thin solid $color-background
a
color: $color-text-dark
+text-overflow-ellipsis
a.task-project
color: $color-text-dark-secondary
margin-left: 10px