mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 12:58:46 +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;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
/* calender view*/
|
/* 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*/
|
/*defind in layout_raster.less , because frame*/
|
||||||
span#start {
|
span#start {
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
|
@ -116,6 +116,15 @@ img.sideboxstar {
|
|||||||
|
|
||||||
/* calender view*/
|
/* 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*/
|
/*defind in layout_raster.less , because frame*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user