diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-26 14:11:37 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-08-26 14:16:27 +0200 |
commit | 6b885bbc56dfd06a7732864e8f8feb2bcb7203e3 (patch) | |
tree | 4c7680b971f0f30733990c27b7b303558c1918e5 /apps/federatedfilesharing/css | |
parent | 419c42b0aac86b10762c89572bf8c4ebf7df09dc (diff) | |
download | nextcloud-server-6b885bbc56dfd06a7732864e8f8feb2bcb7203e3.tar.gz nextcloud-server-6b885bbc56dfd06a7732864e8f8feb2bcb7203e3.zip |
Reorder the buttons by importance
Diffstat (limited to 'apps/federatedfilesharing/css')
-rw-r--r-- | apps/federatedfilesharing/css/3rdparty/gs-share/style.css | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/apps/federatedfilesharing/css/3rdparty/gs-share/style.css b/apps/federatedfilesharing/css/3rdparty/gs-share/style.css deleted file mode 100644 index c699ddb3db5..00000000000 --- a/apps/federatedfilesharing/css/3rdparty/gs-share/style.css +++ /dev/null @@ -1,49 +0,0 @@ -.js-gs-share, .gs-share [aria-hidden="true"], .gs-share-form[aria-hidden="true"] { - display: none; -} - -.js-gs-share-enabled .js-gs-share { - display: inline; - float: left; -} - -.gs-share .js-gs-share[href] { - display: inline; -} - -.gs-share [aria-hidden="false"], .gs-share-form[aria-hidden="false"] { - display: block; - margin-top: 40px; -} - -.gs-share { - position: relative; -} - -.gs-share-form { - background: #FFF; - border: 1px solid #000; - border-radius: 5px; - padding: 5px; - position: absolute; - z-index: 1; -} - -.gs-share [for="gs-account"], .gs-share [type="text"] { - display: block; - margin-bottom: 8px; -} - -.gs-share [type="submit"] { - display: block; - margin-top: 8px; -} - -.gs-share--icon { - border: none; - cursor: pointer; - min-height: 32px; - padding: 0; - padding-left: 33px; - background: transparent url('../../../img/gs-share.png') no-repeat left center; -} |