From c48c4e0e908a6502f8a9824b8a4094e04c065a04 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Mon, 10 Dec 2012 19:44:35 +0100 Subject: [PATCH] Added missing remove icon (for unsupport motion button). --- openslides/static/images/icons/remove.png | Bin 0 -> 332 bytes openslides/static/styles/base.css | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 openslides/static/images/icons/remove.png diff --git a/openslides/static/images/icons/remove.png b/openslides/static/images/icons/remove.png new file mode 100644 index 0000000000000000000000000000000000000000..5a4d15b7baaf3a4d255430be6d2c0423379f0f9c GIT binary patch literal 332 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf4nJ zFzyCnMyofE9{~j=OI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe0@>FMGa zQgQ3;q>X${1_EvC9b7%{lo;_Hxw!m6mdKI;Vst075>6Bme*a literal 0 HcmV?d00001 diff --git a/openslides/static/styles/base.css b/openslides/static/styles/base.css index 1c55ebc61..6cbc8b5bf 100644 --- a/openslides/static/styles/base.css +++ b/openslides/static/styles/base.css @@ -394,6 +394,9 @@ input[type="submit"], input[type="button"] { .button .adduser{ background:url(../images/icons/add-user.png) no-repeat 0px 0px; } +.button .remove{ + background:url(../images/icons/remove.png) no-repeat 0px 0px; +} .button .removeuser{ background:url(../images/icons/remove-user.png) no-repeat 0px 0px; }