mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
IE7: Fix header bar margin issue
This commit is contained in:
parent
bc3a4d44d7
commit
ef02c05c8c
@ -1541,7 +1541,6 @@ div.detail-group.actions td {
|
||||
height: 39px;
|
||||
position: relative;
|
||||
float: right;
|
||||
width: auto;
|
||||
margin-top: 8px;
|
||||
display: inline-block;
|
||||
background: url(../images/citrix-logo-darkbg.png) no-repeat 97% 8px;
|
||||
@ -1607,7 +1606,8 @@ div.detail-group.actions td {
|
||||
margin: 5px 6px 0 0;
|
||||
position: relative;
|
||||
cursor: default !important;
|
||||
float: right;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
background: none;
|
||||
}
|
||||
|
||||
@ -1644,7 +1644,7 @@ div.detail-group.actions td {
|
||||
}
|
||||
|
||||
#user div.options {
|
||||
float: right;
|
||||
float: left;
|
||||
width: 31px;
|
||||
height: 28px;
|
||||
/*+placement:shift 0px 0px;*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user