mirror of https://github.com/apache/cloudstack.git
UI touchups to help popup
This commit is contained in:
parent
0f4ecf3e35
commit
fb4e608e19
|
|
@ -1917,18 +1917,21 @@ a:hover.search_button {
|
|||
width:380px;
|
||||
height:auto;
|
||||
float:left;
|
||||
margin:8px 0 0 10px;
|
||||
padding:0;
|
||||
background:#eef2f4 repeat top left;
|
||||
border:1px solid #CCC;
|
||||
margin:5px 0 0 10px;
|
||||
padding:4px 0;
|
||||
}
|
||||
|
||||
.help_dropdown_box_titlebox h2 {
|
||||
width:auto;
|
||||
height:auto;
|
||||
float:left;
|
||||
color:#999;
|
||||
color:#333;
|
||||
text-align:left;
|
||||
font-size:14px;
|
||||
margin:0;
|
||||
margin:0 0 0 10px;
|
||||
display:inline;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
|
|
@ -1938,7 +1941,7 @@ a:hover.search_button {
|
|||
font-size:10px;
|
||||
font-weight:normal;
|
||||
text-align:left;
|
||||
margin:0;
|
||||
margin:0 10px 0 0;
|
||||
padding:0;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -306,15 +306,18 @@ long milliseconds = new Date().getTime();
|
|||
</ul>
|
||||
|
||||
|
||||
<h3>Topic 1<a id="topic1" name="topic1"></a> <a href="#help_top">Top</a></h3>
|
||||
<h3>Topic 1<a id="topic1" name="topic1"></a>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
|
||||
<p><a style="float:right;" href="#help_top">Top</a></h3></p>
|
||||
|
||||
|
||||
<h3>Topic 2 <a id="topic2" name="topic2"></a></h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p><p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p><p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||
<p><a style="float:right;" href="#help_top">Top</a></h3></p>
|
||||
|
||||
<h3>Topic 3<a id="topic3" name="topic3"></a></h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p><p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||
<p><a style="float:right;" href="#help_top">Top</a></h3></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue