GUACAMOLE-96: TOTP detail headers should always be left-aligned.

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/608a1117
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/608a1117
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/608a1117

Branch: refs/heads/master
Commit: 608a11170baba9b983e2bf8601b8a7936c42d986
Parents: a426f59
Author: Michael Jumper <mjum...@apache.org>
Authored: Fri Nov 24 14:05:32 2017 -0800
Committer: Michael Jumper <mjum...@apache.org>
Committed: Sun Feb 4 19:45:18 2018 -0800

----------------------------------------------------------------------
 extensions/guacamole-auth-totp/src/main/resources/styles/totp.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/608a1117/extensions/guacamole-auth-totp/src/main/resources/styles/totp.css
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-totp/src/main/resources/styles/totp.css 
b/extensions/guacamole-auth-totp/src/main/resources/styles/totp.css
index e578e6a..c8a2505 100644
--- a/extensions/guacamole-auth-totp/src/main/resources/styles/totp.css
+++ b/extensions/guacamole-auth-totp/src/main/resources/styles/totp.css
@@ -75,6 +75,7 @@ h3.totp-details-header::before {
 
 .totp-details th {
     padding-right: 0.25em;
+    text-align: left;
 }
 
 .totp-details td {

Reply via email to