diff options
author | Olivier Paroz <github@oparoz.com> | 2015-04-18 22:11:36 +0200 |
---|---|---|
committer | Olivier Paroz <github@oparoz.com> | 2015-04-23 18:19:21 +0200 |
commit | a968877a8b0454861dc27b763023ce52429a39dc (patch) | |
tree | be4016f06aa0d274045002fe1459a8b330d24c94 /apps/files_sharing/css | |
parent | 530c290555cb326e6a6bda867e16931ff4ae7df5 (diff) | |
download | nextcloud-server-a968877a8b0454861dc27b763023ce52429a39dc.tar.gz nextcloud-server-a968877a8b0454861dc27b763023ce52429a39dc.zip |
An idea to suggest that this is just a sample of the full text
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index b3d2aae3fd9..7aa898b489d 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -29,6 +29,7 @@ #imgframe .text-preview { display: inline-block; + position: relative; text-align: left; white-space: pre-wrap; overflow-y: auto; @@ -41,6 +42,16 @@ -moz-user-select: none; -ms-user-select: none; user-select: none; + z-index: 1; +} + +#imgframe .watermark { + color: #E3E3E3; + font-size: 75pt; + position: absolute; + width: 80%; + top: 100px; + z-index: 0; } /* fix multiselect bar offset on shared page */ |