Skip to content

Commit 42e65a2

Browse files
author
Kristan Kenney
committed
Move output text to CSS class
1 parent 113cbca commit 42e65a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

web/css/styles.min.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3788,6 +3788,12 @@ form#vstobjects.suspended {
37883788

37893789
}
37903790

3791+
.server-info-output {
3792+
color: #cc3366;
3793+
padding: 10px 0 20px 20px;
3794+
background: #fff;
3795+
}
3796+
37913797
.server-info-data {
37923798
margin-left: 100px;
37933799
margin-top: -20px;

web/templates/admin/list_server_info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
</div>
4646
<!-- /.l-header -->
4747

48-
<div style="color: #cc3366; padding: 10px 0 20px 20px; background: #fff; " class="animated fadeIn">.</div><div class="l-center">
48+
<div class="server-info-output animated fadeIn">.</div><div class="l-center">
4949
<pre class="console-output">

0 commit comments

Comments
 (0)