summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2013-05-05 15:52:36 +0200
committerChristian Franke <nobody@nowhere.ws>2013-05-05 15:52:36 +0200
commitd21337f08bd7df15183e538f02fbfceef74b6f8e (patch)
treef72e021926c459aa46b160581e9582187be00005 /public
parent76ce00580d5ef27df16559447944c1eb1b48ce41 (diff)
Improve CSS a little
(hopefully menu and info div won't extend below main border anymore)
Diffstat (limited to 'public')
-rw-r--r--public/css/sublab-2013041401.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/public/css/sublab-2013041401.css b/public/css/sublab-2013041401.css
index 188a719..f325e0f 100644
--- a/public/css/sublab-2013041401.css
+++ b/public/css/sublab-2013041401.css
@@ -62,10 +62,9 @@ div.menu {
padding: 5px;
background-color: rgba(16, 16, 16, 0.5);
margin-left: 5px;
- position: absolute;
- top: 160px;
width: 100px;
min-height: 150px;
+ float: left;
}
div.content {
@@ -88,9 +87,8 @@ div.info {
margin-right: 5px;
margin-bottom: 5px;
width: 200px;
- position: absolute;
- right: 0px;
min-height: 200px;
+ float: right;
}
div.status {