Reply To: Text align within sbs fields?

Forums Classic DFFS Text align within sbs fields? Reply To: Text align within sbs fields?

#13995
Artaker
Participant

This is what I have in the Custom CSS field. There are no rules, Custom JS or other things in this form. The fields layout was created with the side-by-seide option.


.headerCSS1 {
    text-align: center;
    font-weight: bold;
}

/* First set all width to auto */
.sbs_FieldTable .dffs_tdWrap *{
	width:auto !important;
}

#sbs_OuterTR_1 .ms-formbody .dffs_tdWrap{
    border:1px yellow solid;
    padding:3px;
    width:200px;
    text-align:right;
}

#sbs_OuterTR_2 .ms-formbody .dffs_tdWrap{
    border:1px green solid;
    padding:3px;
    width:200px;
    text-align:right;
}

Ich changed the colors, so yes it is reacting. (DesignProblem4.png)

If I remove the .ms-formbody there is no change 🙁
I also checked to find out, if it is my browser or my SF, but Edge, IE, FF as well as a different PC showed the same. (I know that’s what you’d expect but well, just making sure)

Maybe the problem truely is that this is Office365? They try to force me to the new design all the time.

Thanks

BR
Nicole

Attachments: