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
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-28 15:29:04 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-28 15:58:55 +0300
commit584f7b816ccba5d8695a9a00df34764d5f8bea24 (patch)
treefe2e8283da03c4e1459da357d0d216682a838deb
parent4d2275d810cd92486a8057e64446f5a29f92d1d4 (diff)
Fix share dialogue's CSS
-rw-r--r--css/share.css11
-rw-r--r--css/styles.css8
2 files changed, 3 insertions, 16 deletions
diff --git a/css/share.css b/css/share.css
index 0d687cb7..5513cdc4 100644
--- a/css/share.css
+++ b/css/share.css
@@ -5,7 +5,7 @@
#dropdown {
background: #eee;
border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
+ border-bottom-right-radius: 0;
box-shadow: 0 2px 3px rgba(50, 50, 50, .4);
display: block;
margin-right: 0;
@@ -14,13 +14,8 @@
width: 420px;
z-index: 500;
padding: 16px;
-}
-
-@media only screen and (min-width: 768px) and (max-width: 990px) {
- #dropdown {
- /* this limits the dropdown to float below the sidebar for mid narrow screens */
- left: 20px;
- }
+ top: 44px;
+ left: auto;
}
#dropdown.shareDropDown .unshare.icon-loading-small {
diff --git a/css/styles.css b/css/styles.css
index e1b4dec5..dafc4619 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -225,14 +225,6 @@ div.crumb.last a {
padding-left: 2em;
}
-#dropdown {
- top: 43px;
- right: 0;
- margin-right: 0;
- border-bottom-right-radius: 0;
- left: auto;
-}
-
/*Original ribbon design by Comatosed
http://www.bypeople.com/author/comatosed/*/
.ribbon {