mirror of https://github.com/apache/cloudstack.git
bug 8198: Issue has been resolved but now its optimum for 1280 resolution and not 1024 resolution anymore
This commit is contained in:
parent
fe9b2f9f56
commit
87008ae6a9
|
|
@ -15,7 +15,7 @@ html,body{
|
|||
background:#00374e url(../images/login_bg.gif) repeat-x top left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
overflow-x:hidden;
|
||||
|
||||
}
|
||||
|
||||
<!--[if IE 6]>
|
||||
|
|
@ -353,7 +353,7 @@ a:hover {
|
|||
|
||||
|
||||
#main {
|
||||
min-width:980px;
|
||||
min-width:1250px;
|
||||
width:100%;
|
||||
min-height:1000px;
|
||||
height:auto;
|
||||
|
|
@ -1354,7 +1354,7 @@ a:hover {
|
|||
|
||||
|
||||
#main_header {
|
||||
min-width:980px;
|
||||
min-width:1250px;
|
||||
width:100%;
|
||||
height:44px;
|
||||
float:left;
|
||||
|
|
@ -1532,7 +1532,7 @@ a:hover {
|
|||
}
|
||||
|
||||
#main_contentpanel {
|
||||
min-width:980px;
|
||||
min-width:1250px;
|
||||
width:100%;
|
||||
min-height:1000px;
|
||||
height:100%;
|
||||
|
|
@ -1853,13 +1853,14 @@ a:hover {
|
|||
}
|
||||
|
||||
.actionpanel {
|
||||
min-width:800px;
|
||||
width:100%;
|
||||
height:27px;
|
||||
float:left;
|
||||
background:url(../images/actionpanel_bg.gif) repeat-x top left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.searchpanel {
|
||||
|
|
@ -2192,9 +2193,8 @@ a:hover.search_button {
|
|||
|
||||
|
||||
|
||||
|
||||
.actionpanel_rightbutton_container {
|
||||
width:18%;
|
||||
width:auto;
|
||||
height:27px;
|
||||
float:right;
|
||||
margin:0;
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
<div class="actionpanel_button_wrapper" id="refresh_link" style="display: block; border:none; float: right; position: relative;">
|
||||
<div class="actionpanel_button_wrapper" id="refresh_link">
|
||||
<div class="actionpanel_button" id="refresh_button">
|
||||
<div class="actionpanel_button_icons">
|
||||
<img src="images/refresh_actionicon.png" alt="Refresh" /></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue