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:
authorOlivier Paroz <github@oparoz.com>2015-04-09 02:24:33 +0300
committerOlivier Paroz <github@oparoz.com>2015-04-09 02:24:33 +0300
commit06ce376380576b5c948fb2838736b619918af548 (patch)
treee94689cfb2ca0807cd20329e601a813171a05e8f /css
parentb6dca523e0fbdd7b0433430db91ca52b84c1bf4d (diff)
Fix info button marker so that it stays with the button
Diffstat (limited to 'css')
-rw-r--r--css/styles.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/css/styles.css b/css/styles.css
index 35a90cf9..0028c315 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -66,6 +66,10 @@ div.crumb.last a{
opacity: 0.6;
}
+#album-info-button {
+ position: relative;
+}
+
.album-info-content {
background-color: #eee;
border-bottom-left-radius: 5px;
@@ -254,8 +258,8 @@ div.crumb.last a{
/*Original ribbon design by Comatosed
http://www.bypeople.com/author/comatosed/*/
.ribbon {
- top: 5px;
- right: 7px;
+ top: 0;
+ right: 3px;
display: none;
width: 7px;
position: absolute;