Skip to content

Commit

Permalink
Merge branch 'feature/autocomplete-users' of https://github.com/octav…
Browse files Browse the repository at this point in the history
…ioamu/web into feature/autocomplete-users
  • Loading branch information
octavioamu committed Aug 28, 2018
2 parents 71f4d2b + 719183e commit 30ce720
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion app/dashboard/templates/onepager/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,19 @@
<link rel="stylesheet" href="{% static "v2/css/forms/button.css" %}">
<link rel="stylesheet" href="{% static "cookielaw/css/cookielaw.css" %}">

<!-- TODO: remove this css if bootstrap is used -->
<style>
.d-flex {
display: flex;
}

.align-items-baseline {
align-items: center;
}

.mr-2 {
margin-right: 1rem;
}

.rounded-circle {
border-radius: 50%;
vertical-align: middle;
Expand All @@ -53,9 +55,11 @@
height: 34px;
text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 32px;
}
Expand Down
1 change: 0 additions & 1 deletion app/dashboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
from django.contrib.auth.models import User
from django.core.cache import cache
from django.http import Http404, HttpResponse, JsonResponse

from django.shortcuts import redirect
from django.template.response import TemplateResponse
from django.templatetags.static import static
Expand Down

0 comments on commit 30ce720

Please sign in to comment.