Skip to content

Commit 3807a6a

Browse files
committed
Merge pull request #304 from maciaszczykm/style-fix
Style fix
2 parents 1b3dccf + 469f0ba commit 3807a6a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/app/frontend/chrome/chrome.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
box-shadow: $whiteframe-shadow-1dp;
2525
height: $toolbar-height-size-base;
2626
position: fixed;
27+
top: 0;
2728
}
2829

2930
body {

src/app/frontend/deploy/createsecret.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
limitations under the License.
1515
-->
1616

17-
<md-dialog aria-label="Create a new secret" layout="column" layout-padding>
18-
<md-content layout-padding>
17+
<md-dialog aria-label="Create a new secret" layout="column">
18+
<md-dialog-content layout-padding>
1919
<h4 class="md-title">Create a new image pull secret</h4>
20-
<p>The new secret will be added to the cluster.</p>
21-
20+
<div>The new secret will be added to the cluster.</div>
2221
<form name="ctrl.secretForm" ng-submit="ctrl.createSecret()" novalidate>
2322
<kd-help-section>
2423
<md-input-container class="md-block" layout-wrap>
@@ -37,7 +36,6 @@ <h4 class="md-title">Create a new image pull secret</h4>
3736
<a href="">Learn more</a>
3837
</kd-user-help>
3938
</kd-help-section>
40-
4139
<kd-help-section>
4240
<md-input-container class="md-block" layout-wrap>
4341
<label>Image pull secret data</label>
@@ -54,11 +52,10 @@ <h4 class="md-title">Create a new image pull secret</h4>
5452
<a href="">Learn more</a>
5553
</kd-user-help>
5654
</kd-help-section>
57-
5855
<md-dialog-actions layout="row">
5956
<md-button class="md-primary" type="submit">Create</md-button>
6057
<md-button ng-click="ctrl.cancel()">Cancel</md-button>
6158
</md-dialog-actions>
6259
</form>
63-
</md-content>
60+
</md-dialog-content>
6461
</md-dialog>

0 commit comments

Comments
 (0)