replaced dry run icon
This commit is contained in:
parent
a0c02057f5
commit
10c2e2c726
Before Width: | Height: | Size: 936 B After Width: | Height: | Size: 936 B |
|
@ -279,7 +279,7 @@ table.collapse {
|
|||
}
|
||||
|
||||
.dryRunButton {
|
||||
background-image: url(../graphics/dryRun.png) !important;
|
||||
background-image: url(../graphics/info_small.png) !important;
|
||||
background-position: 0px 0px !important;
|
||||
}
|
||||
|
||||
|
@ -298,6 +298,12 @@ table.collapse {
|
|||
background-position: 0px 0px !important;
|
||||
}
|
||||
|
||||
.infoButton {
|
||||
background-image: url(../graphics/info_small.png) !important;
|
||||
background-size: 16px 16px;
|
||||
background-position: 0px 0px !important;
|
||||
}
|
||||
|
||||
.smallPadding span {
|
||||
padding: 0.1em 0.4em !important;
|
||||
}
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
/jobs.php
|
||||
/jobList.php
|
||||
|
|
Loading…
Reference in New Issue