mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-04 21:29:45 +02:00
fix table alignment in calendar multi-week and month view
(cherry picked from commit 849cc8071e
)
This commit is contained in:
@ -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;
|
||||
|
@ -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*/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user