summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-06-20 16:31:22 +0200
committerArthur Schiwon <blizzz@owncloud.com>2012-06-20 16:31:22 +0200
commita7f08118297b09838b90803ceaec76db76f1b6e8 (patch)
tree0841da62488bf03b4046d922941a10f419ac2446 /apps/bookmarks
parent0289f442a875337ba7aa894abee97799c64ef2c1 (diff)
downloadnextcloud-server-a7f08118297b09838b90803ceaec76db76f1b6e8.tar.gz
nextcloud-server-a7f08118297b09838b90803ceaec76db76f1b6e8.zip
bookmarks: make read later-button draggable again, fixes oc-944
Diffstat (limited to 'apps/bookmarks')
-rw-r--r--apps/bookmarks/css/bookmarks.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmarks/css/bookmarks.css b/apps/bookmarks/css/bookmarks.css
index 3a3e0fbf6b3..a67afcd44fa 100644
--- a/apps/bookmarks/css/bookmarks.css
+++ b/apps/bookmarks/css/bookmarks.css
@@ -1,5 +1,5 @@
#content { overflow: auto; height: 100%; }
-#firstrun { width: 80%; margin: 5em auto auto auto; text-align: center; font-weight:bold; font-size:1.5em; color:#777;}
+#firstrun { width: 80%; margin: 5em auto auto auto; text-align: center; font-weight:bold; font-size:1.5em; color:#777; position: relative;}
#firstrun small { display: block; font-weight: normal; font-size: 0.5em; margin-bottom: 1.5em; }
#firstrun .button { font-size: 0.7em; }
#firstrun #selections { font-size:0.8em; font-weight: normal; width: 100%; margin: 2em auto auto auto; clear: both; }