summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/css
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-02-19 20:18:27 -0500
committerAlessandro Cosentino <cosenal@gmail.com>2012-02-19 20:18:27 -0500
commit490c9db15da89797eea5c3e30fc9a0790bd60b32 (patch)
treeb431679301f76d46d8fbe387475e48591490c46b /apps/bookmarks/css
parent9d2379742b92b223dd2cc171e6a155533cabc889 (diff)
downloadnextcloud-server-490c9db15da89797eea5c3e30fc9a0790bd60b32.tar.gz
nextcloud-server-490c9db15da89797eea5c3e30fc9a0790bd60b32.zip
Added bookmarklet for browser. Inspired by Google Bookmarks
Diffstat (limited to 'apps/bookmarks/css')
-rw-r--r--apps/bookmarks/css/bookmarks.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/apps/bookmarks/css/bookmarks.css b/apps/bookmarks/css/bookmarks.css
index 48f0bede110..8dfdc8a07b9 100644
--- a/apps/bookmarks/css/bookmarks.css
+++ b/apps/bookmarks/css/bookmarks.css
@@ -83,4 +83,17 @@
.loading_meta {
display: none;
margin-left: 5px;
-} \ No newline at end of file
+}
+
+#footer {
+ color: #999;
+ font-size: medium;
+ text-align: center;
+ position: absolute;
+ bottom: 10px;
+ left: 0px;
+ width: 100%;
+ height: 20px;
+ visibility: visible;
+ display: block
+}