summaryrefslogtreecommitdiffstats
path: root/install/html/unauthorized.html
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-03-31 14:03:28 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-10 10:23:21 +0200
commit1829fa2c1571428cb4318443387dde1707fc9641 (patch)
tree075e7e4ee7d7064dae651f873425f4578da74fe9 /install/html/unauthorized.html
parent78f026bc9013347d4bc2b4c02e72b19495a1b8ac (diff)
downloadfreeipa-1829fa2c1571428cb4318443387dde1707fc9641.tar.gz
freeipa-1829fa2c1571428cb4318443387dde1707fc9641.tar.xz
freeipa-1829fa2c1571428cb4318443387dde1707fc9641.zip
webui: apply PatternFly theme on config pages
https://fedorahosted.org/freeipa/ticket/4278 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/html/unauthorized.html')
-rw-r--r--install/html/unauthorized.html44
1 files changed, 23 insertions, 21 deletions
diff --git a/install/html/unauthorized.html b/install/html/unauthorized.html
index 5c5ed7e98..0b4414f55 100644
--- a/install/html/unauthorized.html
+++ b/install/html/unauthorized.html
@@ -7,8 +7,8 @@
<script type="text/javascript">
(function() {
var styles = [
- '../ui/ipa.css',
- 'ipa_error.css'
+ '../ui/css/patternfly.css',
+ '../ui/css/ipa.css'
];
ipa_loader.styles(styles);
})();
@@ -17,30 +17,32 @@
<body class="info-page">
- <div class="container_1">
+ <nav class="navbar navbar-default navbar-pf" role="navigation">
+ <div class="navbar-header">
+ <a class="brand" href="../ui/index.html"><img src="../ui/images/header-logo.png" alt="FreeIPA"></a>
+ </div>
+ </nav>
- <div class="header-logo">
- <img src="../ui/images/ipa-logo.png" /><img src="../ui/images/ipa-banner.png" />
- </div>
+ <div class="container-fluid">
+ <div class="row">
+ <div class="col-sm-12">
- <div class="textblockkrb">
- <h1>Unable to verify your Kerberos credentials</h1>
- <p>
- Please make sure that you have valid Kerberos tickets (obtainable via <strong>kinit</strong>),
- and that you have configured your browser correctly.
- </p>
+ <h1>Unable to verify your Kerberos credentials</h1>
+ <p>
+ Please make sure that you have valid Kerberos tickets (obtainable via <strong>kinit</strong>), and that you have configured your browser correctly.
+ </p>
- <h2> Browser configuration</h2>
+ <h2>Browser configuration</h2>
- <div id="first-time">
- <p>
- If this is your first time, please <strong>configure your browser</strong>.
- Use <a href="browserconfig.html">Firefox configuration page</a> for Firefox
- or <a href="ssbrowser.html">manual configuration page</a> for other browsers.
- </p>
- </div>
+ <div id="first-time">
+ <p>
+ If this is your first time, please <strong>configure your browser</strong>.
+ Use <a href="browserconfig.html">Firefox configuration page</a> for Firefox
+ or <a href="ssbrowser.html">manual configuration page</a> for other browsers.
+ </p>
</div>
-
+ </div>
+ </div>
</div>
</body>