more cosmetic changes
Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/cb0a9f4f Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/cb0a9f4f Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/cb0a9f4f Branch: refs/heads/grouper-integration Commit: cb0a9f4f47df1a713da8a6516a3562aa3f23062f Parents: 77af02f Author: Jeff Kinnison <[email protected]> Authored: Thu Jun 30 17:14:45 2016 -0400 Committer: Jeff Kinnison <[email protected]> Committed: Thu Jun 30 17:14:45 2016 -0400 ---------------------------------------------------------------------- public/css/sharing.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/cb0a9f4f/public/css/sharing.css ---------------------------------------------------------------------- diff --git a/public/css/sharing.css b/public/css/sharing.css index 1e578b8..552e07d 100755 --- a/public/css/sharing.css +++ b/public/css/sharing.css @@ -63,7 +63,7 @@ height: 100%; } -#share-box-button, #share-box-close { +#share-box-button { margin-right: 5px; } @@ -88,3 +88,7 @@ .baseimage { display: none; } + +#show-results-group .show-groups.btn-primary, #show-results-group .show-users.btn-primary { + box-shadow: inset 0px 0px 1px rgba(0,0,0,1);/*.075);*/ +}
