preliminary styling
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/ccdfa210 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/ccdfa210 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/ccdfa210 Branch: refs/heads/grouper-integration Commit: ccdfa2100dba366675c9e3e2b73419af8f8ec43b Parents: ca85a3d Author: Jeff Kinnison <[email protected]> Authored: Wed Jun 29 10:49:22 2016 -0400 Committer: Jeff Kinnison <[email protected]> Committed: Wed Jun 29 10:49:22 2016 -0400 ---------------------------------------------------------------------- public/css/sharing.css | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/ccdfa210/public/css/sharing.css ---------------------------------------------------------------------- diff --git a/public/css/sharing.css b/public/css/sharing.css new file mode 100755 index 0000000..0e52c2e --- /dev/null +++ b/public/css/sharing.css @@ -0,0 +1,39 @@ +#share-box { + position: fixed; + top: 100%; + z-index: 1000; + /*width: 90%; + height: 90%;*/ + left: 25%; +} + +#share-box-filter { + width: 100%; + height: 24pt; + font-size: large; +} + +#share-box-users, #share-box-share { + background-color: #ffffff; + border: 1px solid #000000; + width: 100%; + min-height: 250px; +} + +#share-box-filter, #share-box-users, #share-box-share { + margin-bottom: 15px; +} + +.share-box-users-item, .share-box-share-item { + background-color: #3255fe; + display: inline-block; + float: left; + border: 1px solid #000000; + color: #ffffff; +} + +#share-box-button, #share-box-close { + float: left; + margin-left: auto; + margin-right: auto; +}
