Skip to content
Snippets Groups Projects
Commit 5c1455d0 authored by gnaegi's avatar gnaegi
Browse files

OO-1256 add missing height on cp offline menu

parent e5398680
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,12 @@ html, body {
}
#main {
background:#fff;
width: 100%;
height:100%;
min-height:500px;
}
#menu { width:250px; float:left; font-size: 90%; padding: 5px;}
#content {margin-left:250px; position:relative;}
#content {margin-left:250px; position:relative; height: 100%;}
#content iframe { width:100%; min-height:100%; border:none; }
/* Turn off list bullets */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment