mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-29 01:09:10 +01:00
Common styling for et2 containers, regardless of ID
This commit is contained in:
parent
c85582180a
commit
4c692102a2
@ -7,12 +7,17 @@
|
|||||||
/**
|
/**
|
||||||
* Top level
|
* Top level
|
||||||
*/
|
*/
|
||||||
#container {
|
.et2_container {
|
||||||
/*margin: 10px;
|
/*margin: 10px;
|
||||||
border: 1px solid gray;*/
|
border: 1px solid gray;*/
|
||||||
padding: 10px;
|
padding: 0px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.et2_container > div:not([class]) {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Basic rules
|
* Basic rules
|
||||||
|
Loading…
Reference in New Issue
Block a user