Cosmetics: the refresh button is now displayed as part of the "actions" at the top-right of the "details".

SVN:trunk[3756]
This commit is contained in:
Denis Flaven
2015-09-12 14:38:06 +00:00
parent d2e78d0292
commit 7f64982fc0
5 changed files with 32 additions and 6 deletions

View File

@@ -302,7 +302,6 @@ input.textSearch {
border: 1px solid #7f9db9;
background: #fff url(../images/ac-background.gif) no-repeat right;
}
/* By Rom */
.csvimport_createobj {
color: #AA0000;
@@ -1524,4 +1523,11 @@ h2.printable-tab-title {
}
select.multiselect {
max-width: 150px;
}
span.refresh-button {
display: inline-block;
width: 21px;
height: 18px;
cursor: pointer;
background: transparent url(../images/refresh-fff.png) left center no-repeat;
}