diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2014-03-31 16:03:44 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2014-06-10 10:23:22 +0200 |
commit | b5ebdb604bd2c6edbbd99bbd7f21306cbf367412 (patch) | |
tree | ff052065669296164bfa1536a2416778ddea6446 /install/html | |
parent | f0cf2e10d5ca6ce261c256288e2b6d15b23b1418 (diff) | |
download | freeipa-b5ebdb604bd2c6edbbd99bbd7f21306cbf367412.tar.gz freeipa-b5ebdb604bd2c6edbbd99bbd7f21306cbf367412.tar.xz freeipa-b5ebdb604bd2c6edbbd99bbd7f21306cbf367412.zip |
webui: remove remnants of jquery-ui
Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/html')
-rw-r--r-- | install/html/Makefile.am | 1 | ||||
-rw-r--r-- | install/html/ipa_error.css | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/install/html/Makefile.am b/install/html/Makefile.am index 0377ce755..c487f9f4e 100644 --- a/install/html/Makefile.am +++ b/install/html/Makefile.am @@ -7,7 +7,6 @@ app_DATA = \ ssbrowser.html \ browserconfig.html \ unauthorized.html \ - ipa_error.css \ $(NULL) EXTRA_DIST = \ diff --git a/install/html/ipa_error.css b/install/html/ipa_error.css deleted file mode 100644 index 6cf70d885..000000000 --- a/install/html/ipa_error.css +++ /dev/null @@ -1,32 +0,0 @@ -/* Authors: - * Pavel Zuna <pzuna@redhat.com> - * Adam Young <ayoung@redhat.com> - * Endi Sukma Dewata <edewata@redhat.com> - * Kyle Baker <kybaker@redhat.com> - * - * Copyright (C) 2010 Red Hat -*/ - -/* ssbrowser */ - -.ssbrowser h2 { - font-family: 'Overpass Bold'; - font-size: 1em; - font-weight: bold; - margin-bottom: 3em; - margin-left: 5em; - margin-top: -3em; -} - - -.ssbrowser h3 { - font-size: 1.1em; - margin-bottom: 1em; -} - -/* Browser configuration */ - -object.browser-config { - width: 100%; -} - |