mirror of https://github.com/apache/cloudstack.git
Midmenu box has restricted height now
This commit is contained in:
parent
1d2d917c32
commit
13626f556a
|
|
@ -2167,7 +2167,7 @@ a:hover.search_button {
|
|||
|
||||
.midmenu_content{
|
||||
width:220px;
|
||||
height:auto;
|
||||
height:35px;
|
||||
float:left;
|
||||
color:#333;
|
||||
text-align:left;
|
||||
|
|
@ -2224,24 +2224,26 @@ a:hover.search_button {
|
|||
|
||||
.midmenu_textbox p {
|
||||
width:165px;
|
||||
height:auto;
|
||||
height:13px;
|
||||
float:left;
|
||||
text-align:left;
|
||||
font-weight:normal;
|
||||
font-size:11px;
|
||||
margin:3px 0 0 0;
|
||||
padding:0;
|
||||
overflow:hidden;
|
||||
|
||||
}
|
||||
.midmenu_textbox span {
|
||||
width:165px;
|
||||
height:auto;
|
||||
height:13px;
|
||||
float:left;
|
||||
text-align:left;
|
||||
font-weight:normal;
|
||||
font-size:10px;
|
||||
margin:3px 0 0 0;
|
||||
padding:0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.midmenu_emptymsgbox {
|
||||
|
|
|
|||
|
|
@ -737,10 +737,10 @@ long milliseconds = new Date().getTime();
|
|||
<div class="midmenu_icons" id="icon_container" style="display: none">
|
||||
<img id="icon" /></div>
|
||||
<div class="midmenu_textbox">
|
||||
<p>
|
||||
<p title="temp">
|
||||
<strong id="first_row"> </strong>
|
||||
</p>
|
||||
<span id="second_row_container">
|
||||
<span title="tmp1" id="second_row_container">
|
||||
<span id="second_row"> </span>
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue