Skip to content

Commit 2ac7f6f

Browse files
author
Kristan Kenney
committed
Adjust CSS and edit web
1 parent 54fb5ee commit 2ac7f6f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

web/css/src/themes/default.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2599,7 +2599,7 @@ label:hover {
25992599

26002600
.vst-input:focus:disabled,
26012601
.vst-textinput:disabled {
2602-
border-color: #f1f1f1;
2602+
border-color: #dedede;
26032603
background-color: #f1f1f1;
26042604
}
26052605

@@ -3193,19 +3193,20 @@ a.button.cancel {
31933193
}
31943194

31953195
.additional-info {
3196-
margin-top: 30px;
3197-
width: 547px;
3196+
margin-top: 12px;
3197+
width: 400px;
31983198
}
31993199

32003200
.additional-info td {
32013201
font-size: 0.75rem;
32023202
height: 20px;
32033203
font-weight: normal;
32043204
line-height: 0.95rem;
3205+
min-width: 70px
32053206
}
32063207

32073208
.additional-info td.details {
3208-
padding-left: 20px;
3209+
padding-left: 20px !important;
32093210
}
32103211

32113212
:focus {outline:none;}
@@ -3864,7 +3865,7 @@ form#vstobjects.suspended {
38643865
.helper-container {
38653866
float: right;
38663867
margin-bottom: -450px;
3867-
margin-top: 420px;
3868+
margin-top: 410px;
38683869
margin-right: 22px;
38693870
padding-top: 0px;
38703871
width: 600px;

web/css/themes/default.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/templates/admin/edit_web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
</td>
255255
</tr>
256256
<tr>
257-
<td class="vst-text input-label">
257+
<td class="vst-text input-label step-top">
258258
<?php print _('SSL Certificate');?>
259259
<span id="generate-csr"> / <a class="generate" target="_blank" href="/generate/ssl/?domain=<?=$v_domain?>"><?=_('Generate CSR')?></a></span>
260260
</td>

0 commit comments

Comments
 (0)