Registrarse | Entrar
viernes, 10 de febrero de 2012
  Buscar
 Foros de discusión en Locopon's Minimizar
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorAlignment setting doesnAlignment setting doesn't work well
Anterior Anterior
 
Siguiente Siguiente
New Post
 13/12/2009 06:52 a.m.
 

Hi

When using the Alignment setting within the module localizations

the "Default" option is actually making it align to the center, other options are working fine.

This forces me to set the alignment for all the modules.

Adam

New Post
 05/01/2010 05:18 a.m.
 

I will need you to confirm that the setting change is not applied in the source code. Can you please check for that?

New Post
 28/01/2010 06:58 a.m.
 

When I align to the right I see the following:

<TD id="dnn_ctr470_ContentPane" align="center" class="DNNAlignright">

When I leave it as Default I get the following:

<TD id="dnn_ctr470_ContentPane" align="center" class="DNNAligndefault">

The problem is (I think) that DNNAlignright exists in Portals\_default\default.css and DNNAligndefault does not exist

 

 

New Post
 14/04/2010 06:46 a.m.
Accepted Answer 

Adding the following to Portals/_default/default.css solves this issue:

.DNNAligndefault

{

 

text-align: justify;

}

Anterior Anterior
 
Siguiente Siguiente
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorAlignment setting doesnAlignment setting doesn't work well