bring top menues closer together

This commit is contained in:
David Kaltschmidt
2015-05-19 16:46:44 +02:00
parent 9eff84292f
commit 6a56a797d9

View File

@@ -52,18 +52,20 @@ body {
}
.logo {
margin: -8px 64px 0 64px;
margin: -8px 0 0 64px;
height: 64px;
width: 250px;
float: left;
}
.topologies {
.topologies,
.groupings {
float: left;
position: relative;
margin-top: 7px;
margin-left: 128px;
margin-left: 48px;
}
.topologies {
&-icon {
font-size: 12px;
color: @text-secondary-color;
@@ -79,7 +81,7 @@ body {
&-label {
color: @text-secondary-color;
font-size: 16px;
font-size: 15px;
text-transform: uppercase;
}
@@ -92,13 +94,8 @@ body {
}
.groupings {
float: left;
position: relative;
margin-top: 7px;
margin-left: 128px;
&-item {
font-size: 16px;
font-size: 15px;
margin: 8px 12px 6px 0;
cursor: pointer;
display: inline-block;
@@ -112,7 +109,6 @@ body {
.status {
float: right;
position: relative;
margin-top: 14px;
margin-right: 64px;
@@ -126,7 +122,6 @@ body {
&-label {
margin-left: 0.5em;
}
}
#stats {