74492e40c4
- Render cell text in its native direction - Fix context menu positioning - Fix item box (localizations needed) - Fix column resizing - Fix bidi text in collection tree - Always right-align in RTL, always left-align in LTR. I'm going off advice from this excellent guide for RTL website design by Ahmad Shadeed: https://rtlstyling.com/posts/rtl-styling#tables - Join creators in the tree ("Smith and Jones") using a format string to support languages like Arabic and Hebrew where there shouldn't be a space after the "and". - Fix tabs - Fix toolbar on Mac, flip icons on other platforms
32 lines
No EOL
495 B
SCSS
32 lines
No EOL
495 B
SCSS
row > hbox,
|
|
row > vbox
|
|
{
|
|
margin-top: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
padding-top: 0 !important;
|
|
padding-bottom: 0 !important;
|
|
}
|
|
|
|
row vbox[fieldname]
|
|
{
|
|
margin-inline-start: 1px;
|
|
}
|
|
|
|
.creator-type-label image {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
input {
|
|
padding: 2px;
|
|
margin: -1px 0;
|
|
margin-inline-start: 1px;
|
|
}
|
|
|
|
#item-type-menu
|
|
{
|
|
padding: 0 !important;
|
|
padding-inline-start: 1px !important;
|
|
margin: 0 !important;
|
|
margin-inline-start: 1px !important;
|
|
margin-inline-end: 5px !important;
|
|
} |