first commit
This commit is contained in:
22
uebersicht-code/server/release/public/main.css
Executable file
22
uebersicht-code/server/release/public/main.css
Executable file
@@ -0,0 +1,22 @@
|
||||
body,
|
||||
html {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#uebersicht {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.widget {
|
||||
position: absolute;
|
||||
}
|
||||
Reference in New Issue
Block a user