Skip to content

Commit

Permalink
Some minor clean up of the layout for the Permissions workflow. [ref #88
Browse files Browse the repository at this point in the history
]
  • Loading branch information
mheppler committed Nov 24, 2014
1 parent fb9ff2b commit c246e07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/resources/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ div.ui-tabs-panels .ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header {border-bo
#advancedSearchForm .select-scroll-block table.ui-selectmanycheckbox label {margin-left:5px; margin-top:0; font-weight:normal;}

/* -------- PERMISSIONS -------- */
div[id$='roleDisplay'] span.label {display:inline-block; margin-bottom:4px;}
div[id$='roleDisplay'] span.label, div[id$='roleDetails'] span.label {display:inline-block; margin-bottom:4px;}


/* -------- DATASET -------- */
Expand Down
12 changes: 6 additions & 6 deletions src/main/webapp/roles-assign.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
</p:fragment>
<p:fragment id="roleDetails">
<div id="assignRolePermissionLabels" style="margin-left:0;">
<p class="help-block">These are the permissions associated with the selected role.</p>
<div class="bg-warning" style="margin-bottom:1em;padding:5px;">
<div style="margin-bottom:1em;padding:5px;background:#f5f5f5;">
<p class="help-block">These are the permissions associated with the selected role.</p>
<span style="font-weight:bold">#{managePermissionsPage.assignedRole.name}</span>
<ui:repeat value="#{managePermissionsPage.assignedRole.permissions().toArray()}" var="prm">
<div>
<div style="width:388px;">
<ui:repeat value="#{managePermissionsPage.assignedRole.permissions().toArray()}" var="prm">
<span class="label label-default">#{prm}</span>
</div>
</ui:repeat>
</ui:repeat>
</div>
</div>
</div>
</p:fragment>
Expand Down

0 comments on commit c246e07

Please sign in to comment.