diff options
author | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2019-02-24 18:17:24 +0100 |
---|---|---|
committer | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2019-02-24 18:17:24 +0100 |
commit | cb125149029adf2aa02ac7b8e7c12a82d368720b (patch) | |
tree | 5b7ad5bb9be40657032f937b6ca4d46eee9bc8e7 | |
parent | 084c0627aee8aa6aac9a4190fa214354c7b29f4e (diff) |
make it look a bit less bad
-rw-r--r-- | static/styles.css | 5 | ||||
-rw-r--r-- | template/team.html.j2 | 30 |
2 files changed, 15 insertions, 20 deletions
diff --git a/static/styles.css b/static/styles.css index 54e13b2c..3e8a0a07 100644 --- a/static/styles.css +++ b/static/styles.css @@ -113,6 +113,11 @@ h6.description { top: 0; bottom: 0; } + +.profile .img-none { + border: dashed 1px #eee; +} + .img-box ul{ position: absolute; z-index: 2; diff --git a/template/team.html.j2 b/template/team.html.j2 index 52b3db82..7d7fa5e4 100644 --- a/template/team.html.j2 +++ b/template/team.html.j2 @@ -23,9 +23,8 @@ </div> <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 profile"> <!-- <div class="col-6 col-md-4 profile"> --> - <div class="img-box"> + <div class="img-box img-none"> <!-- was: height="240" --> - <img src="{{ url('static/team-images/default.png') }}" alt="dvn" class="img-fluid"> <ul class="text-center"> </ul> </div> @@ -59,9 +58,8 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <div class="img-box"> + <div class="img-box img-none"> <!-- was: height="240" --> - <img src="{{ url('static/team-images/default.png') }}" alt="Julius Bünger" class="img-fluid"> <ul class="text-center"> </ul> </div> @@ -70,9 +68,8 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <div class="img-box"> + <div class="img-box img-none"> <!-- was: height="240" --> - <img src="{{ url('static/team-images/default.png') }}" alt="lurchi" class="img-fluid"> <ul class="text-center"> </ul> </div> @@ -116,9 +113,8 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <div class="img-box"> + <div class="img-box img-none"> <!-- was: height="240" --> - <img src="{{ url('static/team-images/default.png') }}" alt="wldhx" class="img-fluid"> <ul class="text-center"> </ul> </div> @@ -127,9 +123,8 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <div class="img-box"> + <div class="img-box img-none"> <!-- was: height="240" --> - <img src="{{ url('static/team-images/default.png') }}" alt="lynX" class="img-fluid"> <ul class="text-center"> <a href="http://my.pages.de"><li><i class="fas fa-home"></i></li></a> </ul> @@ -139,9 +134,8 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <div class="img-box"> + <div class="img-box img-none"> <!-- was: height="240" --> - <img src="{{ url('static/team-images/default.png') }}" alt="Christian Kühne" class="img-fluid"> <ul class="text-center"> </ul> </div> @@ -150,8 +144,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 profile"> - <div class="img-box"> - <img src="{{ url('static/team-images/default.png') }}" alt="Bart Polot" class="img-fluid"> + <div class="img-box img-none"> <ul class="text-center"> </ul> </div> @@ -160,8 +153,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 profile"> - <div class="img-box"> - <img src="{{ url('static/team-images/default.png') }}" alt="LRN" class="img-fluid"> + <div class="img-box img-none"> <ul class="text-center"> </ul> </div> @@ -170,8 +162,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 profile"> - <div class="img-box"> - <img src="{{ url('static/team-images/default.png') }}" alt="Nils Durner" class="img-fluid"> + <div class="img-box img-none"> <ul class="text-center"> </ul> </div> @@ -191,8 +182,7 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 profile"> - <div class="img-box"> - <img src="{{ url('static/team-images/default.png') }}" alt="tg" class="img-fluid"> + <div class="img-box img-none"> <ul class="text-center"> </ul> </div> |