diff --git a/modules/themeroller/data/views/permissions_form.html.php b/modules/themeroller/data/views/permissions_form.html.php index 91377536..5da1b5e6 100644 --- a/modules/themeroller/data/views/permissions_form.html.php +++ b/modules/themeroller/data/views/permissions_form.html.php @@ -11,8 +11,7 @@ - display_name) ?> - + display_name) ?> name, $item) ?> name, $item) ?> @@ -20,33 +19,64 @@ - + + - + + + - + title="for_html_attr() ?>" + class="ui-disabled ui-icon ui-icon-cancel" /> + + title="for_html_attr() ?>" + class="ui-icon ui-icon-check" /> + id == 1): ?> + + + + - + id == 1): ?> + + + + + diff --git a/modules/themeroller/views/site_screen.css.php b/modules/themeroller/views/site_screen.css.php index 6cc543e2..0b5b90bb 100644 --- a/modules/themeroller/views/site_screen.css.php +++ b/modules/themeroller/views/site_screen.css.php @@ -433,14 +433,27 @@ td { .g-allowed a { background-image: url("themeroller/images/ui-icons__256x240.png") !important; + display:inline-block; margin: auto; } .g-denied a { background-image: url("themeroller/images/ui-icons__256x240.png") !important; + display:inline-block; margin: auto; } +.g-denied a.g-passive, +.g-allowed a.g-passive { + filter:Alpha(Opacity=35); + opacity: .55; +} + +#g-permissions .g-active a { + border: 1px solid #; + background: #; +} + /** ******************************************************************* * 5) Navigation and menus *********************************************************************/