diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2011-08-05 14:58:02 +0200 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-08-08 13:49:26 -0400 |
commit | b9365746723421971d61fab86ed2bc3782cf2140 (patch) | |
tree | f2d2369f08748954c8f89df6559e71fe84dbce4f /install/html | |
parent | d08dcb40e1db63d4b40d911bb15a656f0dcbf8ae (diff) | |
download | freeipa-b9365746723421971d61fab86ed2bc3782cf2140.tar.gz freeipa-b9365746723421971d61fab86ed2bc3782cf2140.tar.xz freeipa-b9365746723421971d61fab86ed2bc3782cf2140.zip |
Redirection after changing browser configuration
https://fedorahosted.org/freeipa/ticket/1502
Added redirection link.
CSS styling of configuration page.
Some CSS cleaning.
Diffstat (limited to 'install/html')
-rw-r--r-- | install/html/browserconfig.html | 8 | ||||
-rw-r--r-- | install/html/ipa_error.css | 17 |
2 files changed, 11 insertions, 14 deletions
diff --git a/install/html/browserconfig.html b/install/html/browserconfig.html index 308537ad5..f7ddedfca 100644 --- a/install/html/browserconfig.html +++ b/install/html/browserconfig.html @@ -8,7 +8,6 @@ <link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" /> <link rel="stylesheet" type="text/css" href="ipa_error.css" /> - <script type="text/javascript"> $(document).ready(function() { if (navigator.userAgent.indexOf("Firefox") != -1 || @@ -18,8 +17,6 @@ } }); </script> - - </head> <body id="header-bg"> @@ -32,11 +29,10 @@ <h1>Configure Browser</h1> <p> Click the below button to configure your browser </p> <object data="jar:/ipa/errors/configure.jar!/preferences.html" - type="text/html"><\/object> + type="text/html" class="browser-config"></object> </div> <div class="textblockkrb"> - <p>Once you have configured your browser, - <a href="/ipa/ui">click here to return to the Web UI</a></p> + <p><a href="/ipa/ui">Return to the Web UI</a></p> </div> </div> diff --git a/install/html/ipa_error.css b/install/html/ipa_error.css index a4d9c50e8..90e19a4db 100644 --- a/install/html/ipa_error.css +++ b/install/html/ipa_error.css @@ -34,7 +34,7 @@ body{ background-image:url("../ui/outer-bg.png"); - background-repeat:repeat-x; + background-repeat:repeat-x; background-position:left top; background-color:#F9F9F9; border-width: 0; @@ -548,7 +548,7 @@ span.main-separator{ body#header-bg { background: url("../ui/Static-Background.png") repeat-x scroll left top #EDEDED; } - + .container_1 { margin-left: auto; margin-right: auto; @@ -645,13 +645,11 @@ form#login { margin-top: 5em; font-size: 1.1em; padding-left: 3em; - } .textblockkrb ul li { list-style-type: none; padding: .15em; - } @@ -661,7 +659,7 @@ h3 { font-size: 1.5em; font-weight: normal; text-transform: uppercase; -} +} h5 { color: #333333; @@ -672,11 +670,14 @@ h5 { margin-bottom: 3em; margin-left: 5em; margin-top: -3em; +} +/* Browser configuration */ + +object.browser-config { + width: 100%; } - - - + /* Search */ .search-controls { |