diff --git a/web/documentserver-example/php/css/stylesheet.css b/web/documentserver-example/php/css/stylesheet.css
index cf3cf99d..c81f9405 100644
--- a/web/documentserver-example/php/css/stylesheet.css
+++ b/web/documentserver-example/php/css/stylesheet.css
@@ -30,6 +30,7 @@ body {
font-weight: normal;
height: 100%;
margin: 0;
+ overflow-y: overlay;
padding: 0;
text-decoration: none;
}
@@ -577,18 +578,20 @@ footer a:hover {
box-shadow: 0px 7px 25px rgba(85, 85, 85, 0.15);
color: #666666;
line-height: 160%;
- max-width: 312px;
+ max-width: 455px;
padding: 14px;
position: absolute;
}
+.tooltip ul{
+ margin: 0;
+}
+
.arrow{
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right: 8px solid #FFFFFF;
- left: -4px;
position: absolute;
- top: 50%;
transform: translate(-50%, -50%);
}
diff --git a/web/documentserver-example/php/index.php b/web/documentserver-example/php/index.php
index 5d0e109c..698adb10 100644
--- a/web/documentserver-example/php/index.php
+++ b/web/documentserver-example/php/index.php
@@ -83,7 +83,18 @@
Username
-
+ '.$name.'';
+ echo '';
+ foreach ($user_l->descriptions as $description) {
+ echo '- '.$description.'
';
+ }
+ echo ' ';
+ } ?>"
+ src="css/images/info.svg" />
|