small layout changes
This commit is contained in:
parent
cc6a050250
commit
a6c63f4e57
@ -9,20 +9,25 @@ $susy: (
|
|||||||
|
|
||||||
.debugger_view { @include container(90%); }
|
.debugger_view { @include container(90%); }
|
||||||
|
|
||||||
.classes {
|
|
||||||
@include span(3);
|
|
||||||
}
|
|
||||||
|
|
||||||
.one_class {
|
.one_class {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.classes {
|
||||||
|
@include span(4);
|
||||||
|
}
|
||||||
|
|
||||||
.source_view {
|
.source_view {
|
||||||
@include span(7);
|
@include span(7);
|
||||||
margin-left: span(1);
|
margin-left: span(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.instruction_view { @include span(6); }
|
.instruction_view { @include span(9); }
|
||||||
|
|
||||||
|
.status_view {
|
||||||
|
@include span(3 at 21);
|
||||||
|
line-height : 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
.labels_view {
|
.labels_view {
|
||||||
@include span(3);
|
@include span(3);
|
||||||
@ -30,11 +35,6 @@ $susy: (
|
|||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status_view {
|
|
||||||
@include span(4 at 20);
|
|
||||||
line-height : 1.25em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.registers_view {
|
.registers_view {
|
||||||
@include span(20 at 3);
|
@include span(20 at 3);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user