summaryrefslogtreecommitdiffstats
path: root/install/ui/index.html
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-04-04 17:08:31 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-10 10:23:21 +0200
commit6a8eeff22d98c8c32c770869427883198278d077 (patch)
treea231b73fcde0d2c5c3befc5b11e22cdb4b5e77ac /install/ui/index.html
parentb577b3d3656f51edf0c33bdb00863c03b11ae512 (diff)
downloadfreeipa-6a8eeff22d98c8c32c770869427883198278d077.tar.gz
freeipa-6a8eeff22d98c8c32c770869427883198278d077.tar.xz
freeipa-6a8eeff22d98c8c32c770869427883198278d077.zip
webui: add PaternFly css
To update install/ui/css/patternfly.css you should: 1. clone Bootstrap 3, Font-Awesome, Bootstrap-Select and PatternFly to the same parent directory as for FreeIPA (or use symlinks) 2. checkout desired versions of each component 3. run install/ui/util/make-patternfly.css 4. when changing component versions, copy xxx/variables.less from each component to install/ui/less/xxx/ so we can use the variables in our less files This commit contain css made from component versions as follows: - PatternFly: 0.2.5 - Bootstrap: 3.1.1 - Bootstrap-select: 1.4.3 - Font-Awesome: 4.0.3 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/index.html')
-rw-r--r--install/ui/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/index.html b/install/ui/index.html
index f31c0951b..ce9859074 100644
--- a/install/ui/index.html
+++ b/install/ui/index.html
@@ -35,7 +35,7 @@
(function() {
var ie = !!document.getElementById('ie-detector');
- var styles = ['css/bootstrap.css', 'css/rcue.css', 'ipa.css'];
+ var styles = ['css/patternfly.css', 'css/ipa.css', 'ipa.css'];
if (ie) styles.push('ie.css');
var icons = ['favicon.ico'];
var scripts = [