Skip to content

Commit ddf87bf

Browse files
Merge pull request #2365 from rhamilto/issue-2356
Automatic merge from submit-queue. Adjust display of empty state message and Ace editor in deploy image and import yaml/json modals Fixes #2356 ![screen shot 2017-10-24 at 12 50 31 pm](https://user-images.githubusercontent.com/895728/31956709-48348d8a-b8ba-11e7-840c-5a9396f27627.PNG) ![screen shot 2017-10-24 at 12 50 42 pm](https://user-images.githubusercontent.com/895728/31956710-483ff3c8-b8ba-11e7-8987-5ff61be8e683.PNG) ![screen shot 2017-10-24 at 12 51 00 pm](https://user-images.githubusercontent.com/895728/31956711-48503ed6-b8ba-11e7-84ca-818aaa29cff9.PNG) ![screen shot 2017-10-24 at 12 51 22 pm](https://user-images.githubusercontent.com/895728/31956712-485abe42-b8ba-11e7-99cd-737809466ba2.PNG)
2 parents 77f200e + 8394277 commit ddf87bf

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

app/styles/_core.less

-5
Original file line numberDiff line numberDiff line change
@@ -459,11 +459,6 @@ label.checkbox {
459459
margin-top: 0;
460460
}
461461
}
462-
@media (min-height:800px) {
463-
.empty-state-message {
464-
margin-top: 100px;
465-
}
466-
}
467462
}
468463

469464
.icon-xl {

app/styles/_overlay-forms.less

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22
.ace_editor.editor {
33
height: 265px;
44
.landing-page & {
5-
height: 200px;
5+
height: 175px;
66
}
77
}
88

99
.deploy-image .empty-state-message {
10-
margin: 60px auto 0;
10+
margin-bottom: 0;
11+
margin-top: 35px;
12+
@media(min-width: @screen-sm-min) {
13+
margin-top: 90px;
14+
.landing-page & {
15+
margin-top: 50px;
16+
}
17+
}
1118
}
1219
}

dist/styles/main.css

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)