Merge branch '3.8'
Conflicts: lib/classes/task/Scheduler.php lib/classes/task/abstract.php templates/web/client/index.html.twig
Before Width: | Height: | Size: 52 B After Width: | Height: | Size: 52 B |
Before Width: | Height: | Size: 52 B After Width: | Height: | Size: 52 B |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 87 B |
Before Width: | Height: | Size: 64 B After Width: | Height: | Size: 64 B |
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
@@ -1137,7 +1137,7 @@ form.phrasea_query input.query {
|
||||
}
|
||||
|
||||
.history-validate, .history-push {
|
||||
background-image: url('icons/push16.png');
|
||||
background-image: url('/skins/icons/push16.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center left;
|
||||
padding-left: 30px;
|
||||
|
@@ -1166,7 +1166,7 @@ form.phrasea_query input.query {
|
||||
}
|
||||
|
||||
.history-validate, .history-push {
|
||||
background-image: url('icons/push16.png');
|
||||
background-image: url('/skins/icons/push16.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center left;
|
||||
padding-left: 30px;
|
||||
@@ -1611,7 +1611,7 @@ input.btn-mini {
|
||||
padding: 0 35px;
|
||||
bottom: -10px;
|
||||
position: absolute;
|
||||
background-image: url('images/hsplitter.png');
|
||||
background-image: url('../../icons/hsplitter.png');
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
cursor: row-resize;
|
||||
|