mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-15 18:40:40 +00:00
More Streamlining
This commit is contained in:
@ -23,13 +23,12 @@
|
||||
<i class="material-icons caret">keyboard_arrow_right</i>
|
||||
</div>
|
||||
<div class="collapsible-body">
|
||||
<div style="overflow: auto;">
|
||||
<div class="clearfix">
|
||||
<p class="left"><i class="material-icons">public</i></p>
|
||||
<p class="left" style="margin-left: 10px;">
|
||||
<p class="left ml-1">
|
||||
Public status<br>
|
||||
<span class="light">Choose whether your profile is visible to other users.</span>
|
||||
</p>
|
||||
<br class="hide-on-med-and-down">
|
||||
<div class="switch right">
|
||||
<label>
|
||||
<input {% if user.is_public %}checked{% endif %} id="profile-is-public-switch" type="checkbox">
|
||||
@ -37,9 +36,9 @@
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div style="overflow: auto;">
|
||||
<div class="clearfix">
|
||||
<p class="left"><i class="material-icons">badge</i></p>
|
||||
<p class="left" style="margin-left: 10px;">
|
||||
<p class="left ml-1">
|
||||
Public data<br>
|
||||
<span class="light">Choose which data is visible on your profile.</span>
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user