Commit fe4081f4 authored by Ryan Graham's avatar Ryan Graham Committed by ryan

more 'enterprise info' design changes

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5565 b35dd754-fafc-0310-a699-88a17e54d16e
parent 34710ea5
......@@ -373,9 +373,18 @@
<a href="#" class="jive-enterprise-info-install-btn">Install Enterprise Plugin</a>
<p>Version 3.0.1 - 3.9 MB<br>
<a href="#">Readme</a> &nbsp;|&nbsp; <a href="#">Changelog</a></p>
<div class="jive-enterprise-info-close"><a href="#">Don't Show This Again</a></div>
</div>
<div class="jive-enterprise-info-close"><a href="#">Don't Show This Again</a></div>
<div class="jive-enterprise-info-wait">
<img src="images/wait24trans.gif" alt="" align="left"> <strong>Installing Enterprise Plugin...</strong>
</div>
<div class="jive-enterprise-info-success">
<strong>Enterprise plugin installed successfully</strong> Please [insert instructions here]
</div>
</body>
</html>
\ No newline at end of file
......@@ -842,4 +842,26 @@ th.jive-table-th-center {
clear: both;
margin: 0px 0px 6px 0px;
padding: 20px 0px 20px 0px;
}
\ No newline at end of file
}
.jive-enterprise-info-wait {
clear: both;
}
.jive-enterprise-info-wait img,
.jive-enterprise-info-wait strong {
float: left;
padding: 0px 2px 0px 2px;
}
.jive-enterprise-info-wait strong {
padding-top: 4px;
}
.jive-enterprise-info-success {
clear: both;
padding: 4px 0px 4px 0px;
}
.jive-enterprise-info-success strong {
background: transparent url(../images/success-16x16.gif) no-repeat left;
color: #106600;
padding-left: 20px;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment