fix table alignment in calendar multi-week and month view

This commit is contained in:
milan 2024-12-18 13:20:50 +01:00
parent b01887f304
commit 849cc8071e
2 changed files with 17 additions and 0 deletions

View File

@ -1735,6 +1735,14 @@ img.sideboxstar:active {
background-repeat: repeat-x;
}
/* calender view*/
/**
* grid table view
* used in month and multi-week view
*/
.et2_container > div:not([class]) > table {
table-layout: auto;
width: 100%;
}
/*defind in layout_raster.less , because frame*/
span#start {
margin-right: 1em;

View File

@ -116,6 +116,15 @@ img.sideboxstar {
/* calender view*/
/**
* grid table view
* used in month and multi-week view
*/
.et2_container > div:not([class]) > table {
table-layout: auto;
width: 100%;
}
/*defind in layout_raster.less , because frame*/