From 160ca29f8cbf73559b7de724301b289577bff6ee Mon Sep 17 00:00:00 2001 From: Nathan Malcolm Date: Wed, 12 Feb 2014 08:41:52 +0000 Subject: [PATCH] Update success message --- images/ok.png | Bin 0 -> 547 bytes stylesheet.css | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 images/ok.png diff --git a/images/ok.png b/images/ok.png new file mode 100644 index 0000000000000000000000000000000000000000..dc4d4cdb3b95708156e5ff877c7e9216d4a3eca5 GIT binary patch literal 547 zcmV+;0^I$HP)A?A4^j+ZV^}OQ&+wS@)2K(;|Knd4{08#R5NiMN?g|2X8T)hz4<@B1@gCm^3@D8ATCB2Fp2+6%+uUo9v342 zM?B2@1L6a5F3VKm)5=>+ekg7-`p-XK{ytEwhhd5U6T?&i1`tLV(8uS&(93tm|7QG8 zr9H;~9WDg?0P&?ZX?>R7q4S@Ak=zp?e;z|WKL^kN222Bb`4|{Fcs&@}dCwT1a{eZ9 zSo6Qe8O#6Thcy24uabKO6ko^C#VY_bfC0Aw?Ys;O&Dkfz);HJ!BE70hHIJF3&t{zBS5|;LpcWnHjLeXB6bFbL}m|$ lc&0Nz+5*fcWWa#tMgX!8z-OC93i|*6002ovPDHLkV1ix}>8Ahy literal 0 HcmV?d00001 diff --git a/stylesheet.css b/stylesheet.css index a51bb9d..1cf435e 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -320,7 +320,7 @@ div.module { vertical-align: middle; } div.completed { - background: url(images/ok.gif) no-repeat; + background: url(images/ok.png) no-repeat; } div.awaiting { background: url(images/awaiting.png) no-repeat; @@ -351,6 +351,9 @@ div.module_description { div.flash_error, div.flash_success { margin: 10px 0; padding: 5px 10px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } div.flash_error { @@ -383,7 +386,7 @@ div.flash_error p em { div.flash_success p em { color: #080; - background: url('images/ok.gif') no-repeat; + background: url('images/ok.png') no-repeat; } div.flash_success ul, div.flash_error.ul {