summaryrefslogtreecommitdiffstats
path: root/install
Commit message (Collapse)AuthorAgeFilesLines
* webui: break long text in a code element in a modalpatternflyPetr Vobornik2014-06-091-0/+5
|
* webui: fix capitalization of certificate actionsPetr Vobornik2014-06-091-1/+1
|
* webui: fix layout of QR code on wide screensPetr Vobornik2014-06-091-0/+1
|
* webui: fix search box overlap in mobile modePetr Vobornik2014-06-091-0/+1
|
* webui: use propert alerts in header notification areaPetr Vobornik2014-06-063-22/+5
|
* webui: proper alerts in dialogsPetr Vobornik2014-06-063-6/+11
|
* webui: move radius proxy action panel commands to header actionsPetr Vobornik2014-06-061-8/+3
|
* webui: use normal buttons instead of link buttons in multivalued widgetPetr Vobornik2014-06-061-4/+3
|
* webui: move service action panel actions to action dropdownPetr Vobornik2014-06-061-13/+8
|
* webui: move host action panel actions to action dropdownPetr Vobornik2014-06-063-19/+9
|
* webui: use dark color for facet titles without pkeyPetr Vobornik2014-06-062-1/+6
|
* webui: association adder dialog - change find label to filterPetr Vobornik2014-06-062-1/+8
| | | | also add filter placeholder
* webui: certificate search - select search attribute only when definedPetr Vobornik2014-06-061-1/+1
|
* webui: change control buttons to normal buttonsPetr Vobornik2014-06-063-97/+14
| | | | | | Now buttons have normal button appearance instead of link button. Partially fixes: https://fedorahosted.org/freeipa/ticket/4258 since the disabling is done through button's disabled attribute.
* webui: add search box placeholder textPetr Vobornik2014-06-062-1/+3
|
* webui: adjust header controls alignmentPetr Vobornik2014-06-065-56/+64
|
* webui: remove old css for standalone pagesPetr Vobornik2014-06-061-100/+0
|
* webui: use BS alerts in validation_summary_widgetPetr Vobornik2014-06-064-54/+149
|
* webui: adjust login page to PatternFlyPetr Vobornik2014-06-069-171/+142
|
* webui: preload automember default group select listPetr Vobornik2014-06-061-0/+1
| | | | | - the reload also fixes vertical align in Firefox (input gets display='inline' style).
* webui: restyle automember default groupPetr Vobornik2014-06-062-13/+14
|
* webui: do not show empty table footerPetr Vobornik2014-06-065-4/+19
|
* webui: improve paginationPetr Vobornik2014-06-064-36/+108
| | | | | | pagination now support: - styles updated to PatternFly + DataTables - added 'First' and 'Last' button
* webui: activity indicatorsPetr Vobornik2014-06-0613-66/+127
| | | | | https://fedorahosted.org/freeipa/ticket/4177 https://fedorahosted.org/freeipa/ticket/4255
* webui: adjust association adder dialog to PatternFlyPetr Vobornik2014-06-062-184/+84
|
* webui: patternFly dialogPetr Vobornik2014-06-066-139/+61
|
* webui: move user reset password action to action dropdownPetr Vobornik2014-06-061-6/+1
|
* webui: move certificate actions to action dropdownPetr Vobornik2014-06-061-7/+1
|
* webui: add confirmation to action dropdown actionsPetr Vobornik2014-06-065-1/+13
|
* webui: remove select actionPetr Vobornik2014-06-069-31/+10
|
* webui: add space between action buttons's icon and textPetr Vobornik2014-06-062-2/+6
|
* webui: add action dropdownPetr Vobornik2014-06-066-21/+310
|
* webui: remove action list widgetPetr Vobornik2014-06-062-354/+0
|
* webui: use h1 in facet title instead of h3Petr Vobornik2014-06-062-12/+9
|
* webui: change breadcrumb to PatternFlyPetr Vobornik2014-06-061-85/+79
|
* webui: allow multiple base section layoutsPetr Vobornik2014-06-064-42/+74
| | | | i.e. one for details facet and other for dialogs
* webui: display undo and multivalued delete buttons in input-groupPetr Vobornik2014-06-062-28/+82
|
* webui: adjust styles to PatternFlyPetr Vobornik2014-06-0619-480/+103
| | | | | side effect partially fixes: https://fedorahosted.org/freeipa/ticket/3435
* webui: change navigation from RCUE to PatternFlyPetr Vobornik2014-06-063-49/+116
| | | | | | | | | | Mainly html and css changes. Second level menus are absolutely positioned and so they don't adjust container size making other elements to overlap. side effect partially fixes: https://fedorahosted.org/freeipa/ticket/3435
* webui: remove column sizing in tables, use PF stylesPetr Vobornik2014-06-063-100/+58
| | | | | | | https://fedorahosted.org/freeipa/ticket/4136 usage of .table-striped class also fixes: https://fedorahosted.org/freeipa/ticket/3050
* webui: change absolutely positioned layout to fluidPetr Vobornik2014-06-061-218/+22
| | | | | https://fedorahosted.org/freeipa/ticket/4136 https://fedorahosted.org/freeipa/ticket/3435
* webui: remove unused imagesPetr Vobornik2014-06-0623-22/+0
|
* webui: remove unused collapsible feature from sectionPetr Vobornik2014-06-0612-74/+20
|
* webui: remove unused iconsPetr Vobornik2014-06-0616-78/+0
|
* webui: remove remnants of jquery-uiPetr Vobornik2014-06-069-1340/+0
|
* webui: apply PatternFly theme on migration pagesPetr Vobornik2014-06-063-93/+146
| | | | https://fedorahosted.org/freeipa/ticket/4278
* webui: styles for alert iconsPetr Vobornik2014-06-062-0/+34
| | | | https://fedorahosted.org/freeipa/ticket/4278
* webui: apply PatternFly theme on config pagesPetr Vobornik2014-06-068-200/+203
| | | | https://fedorahosted.org/freeipa/ticket/4278
* webui: apply PatternFly login theme on reset_password.htmlPetr Vobornik2014-06-062-70/+97
| | | | https://fedorahosted.org/freeipa/ticket/4282
* webui: add PaternFly cssPetr Vobornik2014-06-0632-2359/+1298
| | | | | | | | | | | | | | | | | | 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