1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-31 01:52:11 +01:00

Ensure bookmarks are visible.

As explained in the below linked issue the current CSS is causing
the bookmarks to not be visible in some platforms.  This change
ensures the bookmarks are visible and has been tested as working
on Chrome on Mac OS X.

https://github.com/owncloud/bookmarks/issues/42
This commit is contained in:
Rob Lazzurs 2013-11-26 13:16:25 +00:00
parent 8113483a2b
commit 5afb7f50c8

View File

@ -35,7 +35,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
#rightcontent {
padding-top: 5px;
top: 1em !important;
overflow: visible;
}
.bookmarks_headline {