Changes for page Homeopaths
Modificado por Jip-jan Alunkel em março 14, 20:13
From version 8.91
edited by Jip-jan Alunkel
on dezembro 08, 18:22
on dezembro 08, 18:22
Change comment:
Renamed from xwiki:practices.WebHome
To version 8.96
edited by Jip-jan Alunkel
on dezembro 08, 18:38
on dezembro 08, 18:38
Change comment:
Renamed from xwiki:practices.WebHome
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -87,7 +87,7 @@ 87 87 "data-create-xobj" : "true", 88 88 "data-xobj-classname" : "homeopaths.Code.homeopathsClass", 89 89 "data-xobj-fieldname" : "address", 90 - "help-block" : 'Input and select the address of your practice.' 90 + "help-block" : 'Input street and number and select the address of your practice.' 91 91 }) 92 92 #createFormElement($address) 93 93 #set($submit = {
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -4,6 +4,9 @@ 4 4 height: 400px; 5 5 margin: 0 2rem; 6 6 } 7 +#homeopaths_map .leaflet-popup { 8 + min-width: 26rem; 9 +} 7 7 #homeopaths_map .leaflet-popup-content { 8 8 margin: 0; 9 9 line-height: unset; ... ... @@ -17,3 +17,6 @@ 17 17 font-size: 1.2rem; 18 18 margin: 0 2rem 1.5rem 2rem; 19 19 } 23 +body.preference-underlining-only-inline-links #homeopaths_map a { 24 + text-decoration: none; 25 +}