Closed (fixed)
Project:
ScrollText
Version:
6.x-1.0-alpha1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2009 at 07:31 UTC
Updated:
29 Jul 2009 at 08:00 UTC
I added the scrolltext field to a quicktab and tried the following CSS styles (to add padding for better layout. But the positioning & padding items do not have any effect at all :
#scrolltext {
height:400px;
position:relative;
top: 25px;
margin:25px:
padding:50px;
border-left: #4cc660 dashed 2px;
}
Comments
Comment #1
elgwiedo commentedWhen adding the padding before the positioning element, it works as expected :