mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
bring top menues closer together
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user