summaryrefslogtreecommitdiffstats
path: root/install/ui/images
Commit message (Collapse)AuthorAgeFilesLines
* webui: adjust login page to PatternFlyPetr Vobornik2014-06-101-0/+0
| | | | Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui: activity indicatorsPetr Vobornik2014-06-103-2/+0
| | | | | | | https://fedorahosted.org/freeipa/ticket/4177 https://fedorahosted.org/freeipa/ticket/4255 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui: remove unused imagesPetr Vobornik2014-06-1023-22/+0
| | | | Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui: remove unused collapsible feature from sectionPetr Vobornik2014-06-103-2/+0
| | | | Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui: remove unused iconsPetr Vobornik2014-06-1015-14/+0
| | | | Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui: login screen widgetPetr Vobornik2014-04-154-0/+3
| | | | | | | | | | | | | | | | | | Reimplementation of unauthorized dialog into separate widget. It uses RCUE design. New features compared to unauthorized dialog: - reflects auth methods from `auth` module - validation summary - differentiates Kerberos auth failure with session expiration - Caps Lock warning - form based method doesn't allow password only submission https://fedorahosted.org/freeipa/ticket/4017 https://fedorahosted.org/freeipa/ticket/3903 Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
* New header spinnerPetr Vobornik2014-01-213-1/+1
| | | | https://fedorahosted.org/freeipa/ticket/3904
* New header logoPetr Vobornik2014-01-212-0/+1
| | | | https://fedorahosted.org/freeipa/ticket/3902
* Remove backgroundPetr Vobornik2014-01-216-5/+0
| | | | https://fedorahosted.org/freeipa/ticket/3902
* Remove entitlement supportMartin Kosek2013-06-264-3/+0
| | | | | | | Entitlements code was not tested nor supported upstream since version 3.0. Remove the associated code. https://fedorahosted.org/freeipa/ticket/3739
* Update to jquery-ui-1.8.21.customPetr Vobornik2012-08-027-2/+2
| | | | | | | | jquery-ui was regenerated to up to date version. Border radius and IPA custom colors were added to theme so we don't have to override them in ipa.css. https://fedorahosted.org/freeipa/ticket/2817
* Added facet tabs coloringPetr Vobornik2011-12-142-0/+0
| | | | | | Facet tabs are now colored according to their group. https://fedorahosted.org/freeipa/ticket/1976
* Fixed inconsistent image names.Endi S. Dewata2011-10-2753-0/+65
The images have been renamed to be more consistent and moved into the "images" directory to mimic the original jQuery UI structure. Ticket #1613