From 10c2e2c7262c3ad8c0130b4a64a2139388cae2e0 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 1 Nov 2016 11:48:16 +0100 Subject: [PATCH] replaced dry run icon --- lam/graphics/{dryRun.png => info_small.png} | Bin lam/style/500_layout.css | 8 +++++++- lam/templates/config/.gitignore | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) rename lam/graphics/{dryRun.png => info_small.png} (100%) diff --git a/lam/graphics/dryRun.png b/lam/graphics/info_small.png similarity index 100% rename from lam/graphics/dryRun.png rename to lam/graphics/info_small.png diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index a51964a8..f354cc70 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -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; } diff --git a/lam/templates/config/.gitignore b/lam/templates/config/.gitignore index 29c17b45..0190d022 100644 --- a/lam/templates/config/.gitignore +++ b/lam/templates/config/.gitignore @@ -1 +1,2 @@ /jobs.php +/jobList.php