Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-03-01 16:50:15 +0300
committerJulius Härtl <jus@bitgrid.net>2018-04-05 12:07:58 +0300
commit91ce47c7ffada175f804051159749871d5e1da66 (patch)
treef780c0f60caa8edb8101f81506a96d9ac0d8ea78 /css
parentac64fa1f969e836e8c1eb1eb387ffebbb2e8f409 (diff)
Move to new public page response
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'css')
-rw-r--r--css/public.css40
1 files changed, 0 insertions, 40 deletions
diff --git a/css/public.css b/css/public.css
index bdc56b58..e43f9805 100644
--- a/css/public.css
+++ b/css/public.css
@@ -18,46 +18,6 @@ html.ie #content {
height: auto;
}
-/* within #save */
-#save .save-form {
- position: relative;
-}
-
-#remote_address {
- margin: 0;
- width: 130px;
- height: 14px;
- padding: 6px;
- padding-right: 24px;
-}
-
-#save #save-button,
-#save #save-button-confirm {
- margin: 0 5px;
- height: 28px;
- padding-bottom: 4px;
- line-height: 14px;
-}
-
-#save-button-confirm {
- position: absolute;
- background-color: transparent;
- border: none;
- margin: 2px 4px !important;
- right: 0;
- opacity: .5;
-}
-
-#save-button-confirm:disabled, #save-button-confirm:disabled:hover, #save-button-confirm:disabled:focus {
- opacity: .2;
- cursor: default;
-}
-
-#save-button-confirm:hover,
-#save-button-confirm:focus {
- opacity: 1;
-}
-
#gallery.hascontrols {
padding-bottom: 0;
}