mirror of https://github.com/apache/cloudstack.git
Search close icon and help icon
This commit is contained in:
parent
a9f66a9e57
commit
2969e94130
|
|
@ -1354,7 +1354,7 @@ a:visited {
|
|||
}
|
||||
|
||||
.searchpanel .text{
|
||||
width:122px;
|
||||
width:116px;
|
||||
height:14px;
|
||||
float:left;
|
||||
background:#FFF repeat top left;
|
||||
|
|
@ -1367,6 +1367,22 @@ a:visited {
|
|||
padding:0;
|
||||
}
|
||||
|
||||
.search_closebutton {
|
||||
width:12px;
|
||||
height:12px;
|
||||
background:url(../images/search_closeicon.gif) no-repeat top left;
|
||||
float:left;
|
||||
margin:2px 0 0 2px;
|
||||
display:inline;
|
||||
padding:0;
|
||||
cursor:pointer;
|
||||
cursor:hand;
|
||||
}
|
||||
|
||||
.search_closebutton:hover {
|
||||
background:url(../images/search_closeicon_hover.gif) no-repeat top left;
|
||||
}
|
||||
|
||||
.search_textbg {
|
||||
width:154px;
|
||||
height:16px;
|
||||
|
|
@ -1382,7 +1398,7 @@ a:visited {
|
|||
float:left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
background:url(../images/actionpanel_border.gif) no-repeat top right;
|
||||
background:url(../images/actionpanel_border.gif) no-repeat top left;
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -1931,7 +1947,7 @@ a:visited {
|
|||
}
|
||||
|
||||
.info_detailbox {
|
||||
width:99%;
|
||||
width:100%;
|
||||
height:auto;
|
||||
float:left;
|
||||
background:#fffbe6 repeat top left;
|
||||
|
|
@ -1956,29 +1972,7 @@ a:visited {
|
|||
color:#a90000;
|
||||
}
|
||||
|
||||
.info_detailbox {
|
||||
width:99%;
|
||||
height:auto;
|
||||
float:left;
|
||||
background:#fffbe6 repeat top left;
|
||||
border:1px dashed #CCC;
|
||||
color:#333;
|
||||
margin:0 0 0 0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.info_detailbox p{
|
||||
width:auto;
|
||||
height:auto;
|
||||
float:left;
|
||||
text-align:left;
|
||||
font-size:11px;
|
||||
margin:10px;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.info_detailbox.errorbox {
|
||||
background:#ffe5e5 repeat top left;
|
||||
color:#a90000;
|
||||
.thanks box {
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 809 B |
Binary file not shown.
|
After Width: | Height: | Size: 201 B |
Binary file not shown.
|
After Width: | Height: | Size: 201 B |
Loading…
Reference in New Issue