link button and left align text with a margin. Possible?

  • Thread starter Thread starter José Joye
  • Start date Start date
J

José Joye

I'm currently having problem with the link buttons (used within my theme)
In fact, what I'm trying to do is to left align the texts of my vertical
buttons with a margin of xx points.
I have not found any way to do it.
Is this possible?

Thanks,
José

In graph1.css, I have the following:

..mstheme-vert-navtxt
{
font-family: trebuchet ms,arial,helvetica;
color: rgb(0, 0, 0);
font-size: 2;
font-style: normal;
font-weight: normal;
text-align: left;
vertical-align: middle;
}
 
The theme button are generated from images (your theme button and a .gif of your text in nav view)
and you can not apply "margins" to the text
- you can only align it left / right or center

--




| I'm currently having problem with the link buttons (used within my theme)
| In fact, what I'm trying to do is to left align the texts of my vertical
| buttons with a margin of xx points.
| I have not found any way to do it.
| Is this possible?
|
| Thanks,
| José
|
| In graph1.css, I have the following:
|
| .mstheme-vert-navtxt
| {
| font-family: trebuchet ms,arial,helvetica;
| color: rgb(0, 0, 0);
| font-size: 2;
| font-style: normal;
| font-weight: normal;
| text-align: left;
| vertical-align: middle;
| }
|
|
|
 
Back
Top