mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
fix table alignment in calendar multi-week and month view
This commit is contained in:
parent
b01887f304
commit
849cc8071e
@ -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*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user