mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +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
|
||||
*/
|
||||
#container {
|
||||
.et2_container {
|
||||
/*margin: 10px;
|
||||
border: 1px solid gray;*/
|
||||
padding: 10px;
|
||||
padding: 0px;
|
||||
background-color: white;
|
||||
height: 100%;
|
||||
}
|
||||
.et2_container > div:not([class]) {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Basic rules
|
||||
|
Loading…
Reference in New Issue
Block a user