Commit 278e83da by Bence Dányi

webui: fluid layout

parent 8c77a83f
......@@ -17,7 +17,7 @@ body
#content
{
width:970px;
width:80%;
text-align:left;
margin:0 auto;
padding-bottom: 100px;
......@@ -367,3 +367,12 @@ body > footer {
margin-left: 1em;
}
}
@media (max-width: 900px) {
#content {
width: 100%;
}
.boxes {
width: 100% !important;
}
}
.boxes {
width:480px;
width:50%;
float:left;
}
......@@ -300,7 +300,6 @@
}
.value {
float: right;
width: 200px;
text-align: right;
}
.description {
......@@ -309,7 +308,7 @@
.value {
font-size: 0.8em;
word-spacing: 3px;
width: 350px;
max-width: 200px;
}
}
}
......
......@@ -27,7 +27,6 @@
max-height: 60%;
overflow: auto;
.container{
max-height: 400px;
overflow: auto;
border-radius: 2px;
border: 1px solid #888;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment