248 Posts
Giuse
5 years ago
Topic

Hi, when in a content view the field value is long enough not to need just one raw, there are some unpleasant effects:

  • for text and checkbox fields, all the value is moved to the left margin of next raw. Bad since the left side is for labels and not for values.
  • for textarea field, the start of the value is correctly indented on the right of the label but its continuation in next line again is on the left margin and not aligned to the start.

Yes, one can customize the styles but I think it should be done with default css, correct? How (with float)?

thanks

Giuse

Get a Book for SEBLOD
248 Posts
Giuse
5 years ago
1
Level 1

Hi, any comment on this? Why default seb_one template does not aling field values in a column for long text value?

thanks

248 Posts
Giuse
5 years ago
0
Level 2

I discovered myself: you can add this CSS code

.cck_label_textarea { display: table-cell; }
.cck_value_textarea { display: table-cell; }
Get a VIP membership