BryanDavis has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/328621 )

Change subject: Remove some vertical whitespace on linked accounts screen
......................................................................

Remove some vertical whitespace on linked accounts screen

Change-Id: I01b60b22333ba34a9745ce747730ec9146966862
---
M striker/templates/profile/settings/accounts/ldap.html
M striker/templates/profile/settings/accounts/phabricator.html
M striker/templates/profile/settings/accounts/sul.html
3 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/striker 
refs/changes/21/328621/1

diff --git a/striker/templates/profile/settings/accounts/ldap.html 
b/striker/templates/profile/settings/accounts/ldap.html
index f151a67..60c0032 100644
--- a/striker/templates/profile/settings/accounts/ldap.html
+++ b/striker/templates/profile/settings/accounts/ldap.html
@@ -6,7 +6,7 @@
       <h3 class="panel-title">{% fa_icon "user-circle" "lg" "fw" 
aria_hidden="true" %} {% trans "Wikitech/Labs/Gerrit LDAP account" %}</h3>
   </div>
   <div class="panel-body">
-    <dl class="dl-horizontal">
+    <dl class="dl-horizontal margin-zero">
       <dt>{% trans "Username" %}</dt><dd>{{ user.ldapname }}</dd>
       <dt>{% trans "Shell account name" %}</dt><dd>{{ user.shellname }}</dd>
       <dt>{% trans "Email" %}</dt><dd>{{ user.ldapemail }}</dd>
diff --git a/striker/templates/profile/settings/accounts/phabricator.html 
b/striker/templates/profile/settings/accounts/phabricator.html
index 3860a78..4c10646 100644
--- a/striker/templates/profile/settings/accounts/phabricator.html
+++ b/striker/templates/profile/settings/accounts/phabricator.html
@@ -8,14 +8,14 @@
       <h3 class="panel-title"><span class="fa-stack">{% fa_icon "circle" 
"stack-2x" "fw" aria_hidden="true" %}{% fa_icon "cog" "stack-1x" "fw" "inverse" 
aria_hidden="true" %}</span> {% trans "Phabricator account" %}</h3>
   </div>
   <div class="panel-body">
-    <dl class="dl-horizontal">
+    <dl class="dl-horizontal margin-zero">
       <dt>{% trans "Username" %}</dt><dd>{{ user.phabname }}</dd>
       <dt>{% trans "Real name" %}</dt><dd>{{ user.phabrealname }}</dd>
       <dt>{% trans "Profile" %}</dt><dd><a href="{{ user.phaburl }}">{{ 
user.phaburl }}</a></dd>
     </dl>
   </div>
   <div class="panel-footer">
-    <p><a class="btn btn-default" href="{% url 'profile:phabricator_attach' 
%}">{% trans "Refresh Phabricator data" %}</a></p>
+    <a class="btn btn-default" href="{% url 'profile:phabricator_attach' 
%}">{% trans "Refresh Phabricator data" %}</a>
   </div>
 </div>
 {% else %}
diff --git a/striker/templates/profile/settings/accounts/sul.html 
b/striker/templates/profile/settings/accounts/sul.html
index 52bf5f3..2957e0e 100644
--- a/striker/templates/profile/settings/accounts/sul.html
+++ b/striker/templates/profile/settings/accounts/sul.html
@@ -8,14 +8,14 @@
       <h3 class="panel-title">{% fa_icon "wikipedia-w" "lg" "fw" 
aria_hidden="true" %} {% trans "Wikimedia account" %}</h3>
   </div>
   <div class="panel-body">
-    <dl class="dl-horizontal">
+    <dl class="dl-horizontal margin-zero">
       <dt>{% trans "Username" %}</dt><dd>{{ user.sulname }}</dd>
       <dt>{% trans "Real name" %}</dt><dd>{{ user.realname }}</dd>
       <dt>{% trans "Email" %}</dt><dd>{{ user.sulemail }}</dd>
     </dl>
   </div>
   <div class="panel-footer">
-    <p><a class="btn btn-default" href="{% url 'labsauth:oauth_initiate' 
%}?next={{ request.path }}">{% trans "Refresh OAuth credentials" %}</a></p>
+    <a class="btn btn-default" href="{% url 'labsauth:oauth_initiate' 
%}?next={{ request.path }}">{% trans "Refresh OAuth credentials" %}</a>
   </div>
 </div>
 {% else %}

-- 
To view, visit https://gerrit.wikimedia.org/r/328621
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I01b60b22333ba34a9745ce747730ec9146966862
Gerrit-PatchSet: 1
Gerrit-Project: labs/striker
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <bda...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to