pixelegg changes from tuesday

This commit is contained in:
Klaus Leithoff 2014-01-14 16:05:31 +00:00
parent 7083f37da3
commit 9f14a74979
54 changed files with 636 additions and 340 deletions

View File

@ -203,38 +203,7 @@
padding: 0px;
height: 16px;
}
button.et2_button_text:hover,
input[type=button]:hover {
/*background-color: @gray_30;*/
text-shadow: 0px 0px;
color: #ffffff;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
background-color: #1aa200;
background-size: 20px 20px;
}
button.et2_button_text:active,
input[type=button]:active {
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
}
/*button.et2_button_text:hover, input[type=button]:hover {
color: @gray_90;
border: 1px solid @gray_20;
background-color: @gray_30;
}
button.et2_button_text:active, input[type=button]:active {
background-image: none !important;
background-color: @gray_50;
color: @gray_0;
}
button.et2_button_text:focus, input[type=button]:focus {
border: 1px solid @gray_40;
color: @gray_0;
outline: none;
}*/
/*look in layout_content_elements*/
/**
* Drop down button
*/
@ -321,7 +290,7 @@ button.et2_button_text:focus, input[type=button]:focus {
list-style-type: none;
}
.et2_selectbox .ui-multiselect-checkboxes li:hover {
background-color: #679fd2 !important;
background-color: rgba(103, 159, 210, 0.1) !important;
}
.et2_selectbox .ui-multiselect-checkboxes ul {
margin: 0px auto;
@ -526,16 +495,6 @@ action buttons, left aligned for "extra" controls
.et2_link_entry.no_app select {
display: none;
}
.et2_link_entry .ui-icon-close {
display: inline-block;
background-color: #ffffff;
border: none;
position: relative;
top: 3px;
left: 18px;
cursor: pointer;
margin-top: -3px;
}
/* Link to */
.et2_link_to {
width: 350px;
@ -674,7 +633,7 @@ action buttons, left aligned for "extra" controls
position: fixed;
border: 1px solid #897f51;
padding: 3px;
background-color: #679fd2;
background-color: rgba(103, 159, 210, 0.1);
max-width: 300px;
color: black;
}
@ -758,7 +717,7 @@ action buttons, left aligned for "extra" controls
* Validation
*/
[required] {
background-color: #ffc200;
background-color: #ffe9a6;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
@ -811,7 +770,7 @@ action buttons, left aligned for "extra" controls
}
.et2_grid td .gray {
padding: 1em;
background-color: #679fd2;
background-color: rgba(103, 159, 210, 0.1);
}
.et2_grid td .gray span {
background-color: transparent;
@ -969,7 +928,7 @@ action buttons, left aligned for "extra" controls
/*height: 16.21875px;*/
float: left;
margin: 5px 0 0 2px;
font-size: 11.2px;
font-size: 0.95em;
}
.nextmatch_header > .filters button.et2_button {
border: 1px solid rgba(0, 0, 0, 0.15);
@ -978,7 +937,7 @@ action buttons, left aligned for "extra" controls
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
width: 45px;
height: 22px;
/*height: 1.6em;*/
-webkit-border-radius: 3px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius: 3px;
@ -1108,18 +1067,19 @@ action buttons, left aligned for "extra" controls
################################################################*/
/*ADD Button*/
#admin-categories-index_add {
/*background-color: @egw_color_blue_lighter !important;*/
color: #FFF;
text-shadow: none;
/* height: auto;*/
background-image: none !important;
/*.border_radius_button_lefttop;*/
width: 32px;
height: 32px;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
padding: 0.5em;
}
#admin-categories-index_add:before {
content: "+";
font-size: 1.5em;
font-size: 2em;
color: #ffc200;
line-height: 1.1em;
line-height: 0.6em;
padding-left: 0.1em;
padding-right: 4em;
}
#admin-categories-index_add:hover {
background-color: #66a1d2 !important;
@ -1645,9 +1605,6 @@ action buttons, left aligned for "extra" controls
iframe#admin-index_iframe {
background-color: yellow;
}
#admin-categories-index {
background-color: green;
}
#admin-categories-index div.egwGridView_scrollarea {
min-height: 500px;
}
@ -1771,7 +1728,7 @@ option:checked {
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-state-focus {
border-color: #e6e6e6;
background: #679fd2;
background: rgba(103, 159, 210, 0.1);
background-image: none !important;
color: #000000;
}
@ -1783,7 +1740,7 @@ option:checked {
border-right: solid 1px 1px;
border-bottom: solid 1px 1px;
border-color: #e6e6e6;
background: #679fd2;
background: rgba(103, 159, 210, 0.1);
background-image: none !important;
color: #000000;
}
@ -1852,30 +1809,24 @@ option:checked {
.ui-icon-close {
/*visibility: hidden;*/
/*background-image: url(../images/search.png);*/
background-image: url("/egroupware2/pixelegg/images/cancel.png");
background-image: url("../images/cancel.png");
background-repeat: no-repeat;
background-color: #ffffff;
background-size: contain;
background-size: 12px 12px;
width: 16px;
height: 16px;
margin: 2px;
padding: 1px;
margin-top: 1px;
background-position: 0px 0px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.ui-icon-close:hover {
background-color: #b4b4b4;
color: #1e1e1e;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.ui-icon-close:active {
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
background-color: #fecc44 !important;
}
span.ui-icon-close {
@ -1920,7 +1871,7 @@ span.ui-icon-search {
background-image: none;
}
.ui-widget-content .et2_selectbox div.ui-widget-header ul li label.ui-state-hover {
background-color: #679fd2;
background-color: rgba(103, 159, 210, 0.1);
font-weight: normal;
}
/*###########################################*/
@ -2304,6 +2255,27 @@ span.ui-icon-search {
* @package phpgwapi
* @version $Id$
*/
#egwpopup {
background-color: #fafafa;
-webkit-border-radius: 3px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius: 3px;
-moz-border-radius-topright: 20px;
border-radius: 3px;
border-top-right-radius: 20px;
border-width: 9px 0px 0px 0px;
border-style: solid;
border-color: #b4b4b4;
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
padding: 1em;
}
#egwpopup input#egwpopup_ok_button,
#egwpopup button#desktop_perms {
width: 24px;
height: 24px;
}
#msg,
.message {
color: red;
@ -2533,32 +2505,10 @@ textarea {
background-color: #fafafa;
}
input {
border: 1px solid rgba(0, 0, 0, 0.15);
border-color: #b4b4b4;
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
width: auto;
/*margin: 0.5em 0em 0.5em 0;*/
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-family: Verdana, Helvetica, Sans-Serif !important;
/* font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;*/
}
input:hover {
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
input:focus {
outline: 0;
border-width: 1px;
border-style: solid;
border-color: #b4b4b4;
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
/* .Complete_Button_input;
.basefontfamily;
&:hover{.Complete_Button_input_hover;}
&:focus{.Complete_Button_input_focus;}*/
}
select {
/*.Complete_Button_select;*/
@ -3640,7 +3590,7 @@ button[id="add"]:active {
*/
/* TABLE STYLE */
.innerContainer {
/*overflow:auto;*/
overflow: hidden;
/*padding: 0;*/
}
.egwGridView_grid tr.th > td,
@ -3681,6 +3631,8 @@ table.egwGridView_outer thead {
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f0f0', endColorstr='#a6bfbfbf', GradientType=0);
/* IE6-9 */
max-height: 118px;
overflow-y: auto;
}
table.egwGridView_outer thead tr th {
background: transparent;
@ -3718,7 +3670,7 @@ table.egwGridView_outer thead tr th.optcol {
/*width: 32px !important;*/
}
table.egwGridView_outer thead tr th.optcol:hover {
background-color: #679fd2;
background-color: rgba(103, 159, 210, 0.1);
}
table.egwGridView_outer thead tr th.optcol span.selectcols {
height: 9px;
@ -3730,7 +3682,7 @@ table.egwGridView_outer thead tr th.optcol span.selectcols {
display: inline-block;
}
table.egwGridView_outer thead tr th.optcol span.selectcols:hover {
background-color: #679fd2;
background-color: rgba(103, 159, 210, 0.1);
}
table.egwGridView_outer tbody {
/*Elements inside td*/
@ -3779,16 +3731,13 @@ table.egwGridView_grid tbody {
/*padding: 2px 3px 2px 4px;*/
margin: 0;
vertical-align: top;
}
table.egwGridView_grid tbody tr:nth-child(even) {
background: #ffffff;
}
table.egwGridView_grid tbody tr:nth-child(odd) {
background: #fafafa;
/* tr:nth-child(even) {background: @color_even;}
tr:nth-child(odd) {background: @color_odd;}*/
/*multiple choise*/
}
table.egwGridView_grid tbody tr.selected {
background-image: none;
background: rgba(255, 221, 115, 0.2);
background-color: #ffdd73 !important;
/*.bw-gradient;*/
}
table.egwGridView_grid tbody tr.focused {
@ -3801,7 +3750,7 @@ table.egwGridView_grid tr {
border-color: #828282;
}
table.egwGridView_grid tr:hover {
background: rgba(103, 159, 210, 0.2) !important;
background: rgba(103, 159, 210, 0.2);
}
table.egwGridView_grid tr td {
border-left: 0px;
@ -3821,6 +3770,9 @@ table.egwGridView_grid tr td:active {
table.egwGridView_grid tr td span {
color: #505050;
}
table.egwGridView_grid tr td span[id*="[info_subject]"] {
margin-right: 30px;
}
table.egwGridView_grid tr td table.customfields tbody {
border-bottom: 0px;
}
@ -3973,7 +3925,7 @@ table.customfields td span > div {
#loginMainDiv div#centerBox #loginCdMessage span {
padding: 0.5em;
font-size: 1.2em;
color: #679fd2;
color: rgba(103, 159, 210, 0.1);
text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
width: 100%;
}

View File

@ -48,6 +48,7 @@
// ==> now transferred to layout_table.less
//@import "../less/et2_table.less";
/**
* layout_*.less files are Pixelegg template specific
*/
@ -65,6 +66,5 @@
@import "../less/print.less";
//
//
//

View File

@ -4,17 +4,16 @@
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.804,0.001H3.544c-1.957,0-3.543,1.586-3.543,3.543v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.544C28.347,1.587,26.761,0.001,24.804,0.001z
M19.552,24.206l-0.092,0.057c-1.609,0.828-3.407,1.274-5.23,1.274c-4.331,0-8.105-2.42-10.035-5.973
c-0.88-1.607-1.38-3.451-1.38-5.41c0-4.897,3.122-9.066,7.49-10.645c1.225-0.447,2.547-0.693,3.925-0.693c0.002,0,0.004,0,0.006,0
h0.004h7.953l2.73,7.644l-0.006,0.014c0.397,1.154,0.617,2.391,0.617,3.68C25.534,18.484,23.139,22.302,19.552,24.206z"/>
<path fill="#ECEDED" d="M19.741,20.319c-0.68,0.517-1.553,0.921-2.623,1.209c-1.07,0.289-2.136,0.434-3.195,0.434
c-2.302,0-4.125-0.701-5.473-2.104c-1.348-1.405-2.022-3.258-2.022-5.56c0-2.306,0.733-4.175,2.203-5.616
c1.469-1.439,3.444-2.161,5.928-2.161c1.762,0,3.259,0.488,4.492,1.468l-1.192,2.13c-0.337-0.279-0.855-0.557-1.557-0.831
c-0.702-0.276-1.304-0.414-1.808-0.414c-1.579,0-2.825,0.499-3.738,1.494c-0.913,0.996-1.37,2.329-1.37,4
c0,1.59,0.449,2.86,1.344,3.813c0.895,0.95,2.113,1.427,3.654,1.427c1.015,0,1.853-0.257,2.51-0.775v-2.935h-2.225v-2.262h5.072
V20.319z"/>
<path fill="#ECEDED" d="M14.509,4.383h6.547l2.008,6.078C21.666,7.045,18.388,4.592,14.509,4.383z"/>
<path fill="#ECEDED" d="M0,0v28.347h28.346V0H0z M19.547,24.202l-0.092,0.057c-1.609,0.828-3.407,1.274-5.23,1.274
c-4.331,0-8.105-2.42-10.035-5.973c-0.88-1.607-1.38-3.451-1.38-5.41c0-4.897,3.122-9.066,7.49-10.645
c1.225-0.447,2.547-0.693,3.925-0.693c0.002,0,0.004,0,0.006,0h0.004h7.953l2.73,7.644l-0.006,0.015
c0.397,1.153,0.617,2.392,0.617,3.68C25.529,18.48,23.134,22.298,19.547,24.202z"/>
<path fill="#ECEDED" d="M14.664,15.894h2.225v2.935c-0.657,0.519-1.495,0.775-2.51,0.775c-1.541,0-2.76-0.477-3.654-1.427
c-0.895-0.953-1.344-2.223-1.344-3.812c0-1.671,0.457-3.004,1.37-4c0.913-0.995,2.159-1.494,3.738-1.494
c0.504,0,1.105,0.139,1.808,0.414c0.701,0.273,1.22,0.553,1.557,0.831l1.192-2.13c-1.233-0.98-2.73-1.468-4.492-1.468
c-2.483,0-4.459,0.722-5.928,2.16c-1.47,1.441-2.203,3.311-2.203,5.617c0,2.302,0.675,4.154,2.022,5.56
c1.348,1.403,3.171,2.104,5.473,2.104c1.06,0,2.125-0.145,3.195-0.434c1.07-0.288,1.943-0.692,2.623-1.209v-6.684h-5.072V15.894z"
/>
<path fill="#ECEDED" d="M14.504,4.379c3.879,0.208,7.157,2.662,8.555,6.079l-2.008-6.079H14.504z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -3,14 +3,13 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.804,0.001H3.544c-1.957,0-3.543,1.586-3.543,3.543v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.544C28.347,1.587,26.761,0.001,24.804,0.001z
M8.568,7.498c0.408-2.758,2.896-4.727,5.687-4.727c2.754,0,5.234,2.022,5.687,4.727c0.054,0.319,0,1.241,0,1.576
c0,1.352-2.205,4.727-5.687,4.727s-5.687-3.375-5.687-4.727C8.568,8.776,8.525,7.783,8.568,7.498z M14.255,26.767l-2.438-2.439
l1.625-4.879h1.625l1.625,4.879L14.255,26.767z M12.63,18.229v-1.22c0-0.449,0.363-0.813,0.812-0.813h1.625
c0.449,0,0.812,0.364,0.812,0.813v1.22c0,0.449-0.363,0.812-0.812,0.812h-1.625C12.993,19.041,12.63,18.678,12.63,18.229z
M17.827,23.129l-1.465-3.436c0.407-0.36,0.669-0.88,0.669-1.465v-1.22c0-1.083-0.881-1.965-1.964-1.965h-1.625
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0.001,0v28.347h28.346V0H0.001z M8.568,7.494
c0.408-2.758,2.896-4.727,5.687-4.727c2.754,0,5.234,2.022,5.687,4.727c0.054,0.319,0,1.241,0,1.575
c0,1.353-2.205,4.728-5.687,4.728s-5.687-3.375-5.687-4.728C8.568,8.772,8.525,7.779,8.568,7.494z M14.255,26.763l-2.438-2.439
l1.625-4.879h1.625l1.625,4.879L14.255,26.763z M12.63,18.225v-1.22c0-0.449,0.363-0.813,0.812-0.813h1.625
c0.449,0,0.812,0.364,0.812,0.813v1.22c0,0.449-0.363,0.812-0.812,0.812h-1.625C12.993,19.037,12.63,18.674,12.63,18.225z
M17.827,23.125l-1.465-3.436c0.407-0.36,0.669-0.88,0.669-1.465v-1.22c0-1.083-0.881-1.965-1.964-1.965h-1.625
c-1.083,0-1.964,0.882-1.964,1.965v1.22c0,0.585,0.262,1.104,0.669,1.465l-1.465,3.438c-3.438-0.224-6.177-0.672-6.177-0.672
l2.438-6.361c0,0,3.95-1.591,7.312-1.591c3.619,0,7.312,1.591,7.312,1.591l2.438,6.361C24.004,22.459,21.25,22.905,17.827,23.129z"
l2.438-6.361c0,0,3.95-1.591,7.312-1.591c3.619,0,7.312,1.591,7.312,1.591l2.438,6.361C24.004,22.455,21.25,22.901,17.827,23.125z"
/>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -4,11 +4,10 @@
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0.001H3.543C1.586,0.001,0,1.587,0,3.545v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.545C28.346,1.587,26.76,0.001,24.803,0.001z
M14.173,24.739c-5.836,0-10.565-4.729-10.565-10.564c0-5.836,4.729-10.565,10.565-10.565c5.835,0,10.565,4.729,10.565,10.565
C24.738,20.01,20.008,24.739,14.173,24.739z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M21.226,15.938h-5.29v5.29h-3.526v-5.29h-5.29V12.41h5.29V7.12
h3.526v5.29h5.29V15.938z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0-0.001v28.348h28.346V-0.001H0z M14.169,24.737
c-5.836,0-10.565-4.729-10.565-10.564c0-5.836,4.729-10.565,10.565-10.565c5.835,0,10.565,4.729,10.565,10.565
C24.734,20.008,20.004,24.737,14.169,24.737z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" points="15.932,7.118 12.405,7.118 12.405,12.408 7.115,12.408
7.115,15.936 12.405,15.936 12.405,21.226 15.932,21.226 15.932,15.936 21.222,15.936 21.222,12.408 15.932,12.408 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -3,13 +3,12 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.804,0.001H3.544c-1.957,0-3.543,1.586-3.543,3.543v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.544C28.347,1.587,26.761,0.001,24.804,0.001z
M22.98,23.343l-1.409,1.389c-0.26,0.254-0.679,0.254-0.938,0l-2.815-2.775c-0.26-0.254-0.26-0.668,0-0.924l0.076-0.074
l-1.324-1.305c-0.034-0.033-0.053-0.074-0.076-0.113c-1.373,1.09-3.117,1.746-5.018,1.746c-4.423,0-8.009-3.531-8.009-7.889
s3.586-7.889,8.009-7.889c0.797,0,1.564,0.118,2.291,0.332v3.266c-0.684-0.356-1.464-0.56-2.291-0.56
c-2.719,0-4.924,2.172-4.924,4.851c0,2.68,2.205,4.85,4.924,4.85s4.923-2.17,4.923-4.85c0-0.914-0.261-1.766-0.707-2.496h1.616
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0.001,0v28.348h28.346V0H0.001z M22.977,23.342l-1.409,1.389
c-0.26,0.254-0.679,0.254-0.938,0l-2.815-2.775c-0.26-0.254-0.26-0.668,0-0.924l0.076-0.074l-1.324-1.305
c-0.034-0.033-0.053-0.074-0.076-0.113c-1.373,1.09-3.117,1.746-5.018,1.746c-4.423,0-8.009-3.531-8.009-7.889
s3.586-7.889,8.009-7.889c0.797,0,1.564,0.118,2.291,0.332v3.266c-0.684-0.355-1.464-0.56-2.291-0.56
c-2.719,0-4.924,2.173-4.924,4.851c0,2.68,2.205,4.85,4.924,4.85s4.923-2.17,4.923-4.85c0-0.914-0.261-1.766-0.707-2.496h1.616
v3.485h2.105c-0.189,1.485-0.793,2.845-1.702,3.954c0.039,0.023,0.08,0.043,0.114,0.076l1.324,1.303l0.076-0.074
c0.259-0.256,0.679-0.256,0.938,0l2.816,2.773C23.239,22.675,23.239,23.089,22.98,23.343z M24.882,9.701h-3.543v3.486h-2.83V9.701
h-3.541V6.908h3.541V3.426h2.83v3.482h3.543V9.701z"/>
c0.259-0.256,0.679-0.256,0.938,0l2.816,2.773C23.235,22.674,23.235,23.088,22.977,23.342z M24.878,9.699h-3.543v3.486h-2.83V9.699
h-3.541V6.907h3.541V3.425h2.83v3.482h3.543V9.699z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,16 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M10.137,21.631c1.2,0.65,2.576,1.02,4.036,1.02
c4.683,0,8.478-3.795,8.478-8.478c0-1.46-0.371-2.834-1.021-4.034L10.137,21.631z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0H3.543C1.586,0,0,1.586,0,3.543v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.543C28.346,1.586,26.76,0,24.803,0z M14.173,26.041
c-6.555,0-11.867-5.312-11.867-11.869c0-6.553,5.312-11.867,11.867-11.867s11.868,5.313,11.868,11.867
C26.041,20.729,20.728,26.041,14.173,26.041z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M14.173,5.696c-4.681,0-8.477,3.796-8.477,8.476
c0,1.682,0.496,3.246,1.34,4.564l11.7-11.7C17.418,6.192,15.854,5.696,14.173,5.696z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M10.138,21.627c1.2,0.65,2.576,1.02,4.036,1.02
c4.683,0,8.478-3.793,8.478-8.477c0-1.46-0.371-2.834-1.021-4.033L10.138,21.627z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0.001,0v28.348h28.346V0H0.001z M14.174,26.037
c-6.555,0-11.867-5.311-11.867-11.868c0-6.553,5.312-11.866,11.867-11.866s11.868,5.313,11.868,11.866
C26.042,20.727,20.729,26.037,14.174,26.037z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M14.174,5.694c-4.681,0-8.477,3.796-8.477,8.476
c0,1.682,0.496,3.247,1.34,4.565l11.7-11.7C17.419,6.19,15.855,5.694,14.174,5.694z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -3,9 +3,8 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.437,0.001H3.909C1.751,0.001,0,1.751,0,3.911v20.528
c0,2.158,1.751,3.908,3.909,3.908h20.527c2.16,0,3.91-1.75,3.91-3.908V3.911C28.347,1.751,26.597,0.001,24.437,0.001z
M23.625,11.888l-10.872,9.06c-0.364,0.303-0.805,0.482-1.265,0.602c-0.28,0.094-0.565,0.148-0.857,0.141
c-0.805,0.01-1.612-0.23-2.226-0.742c-0.996-1.006-2.999-3.506-2.999-3.506c-0.976-0.975-0.976-2.557,0-3.531s2.556-0.975,3.53,0
l1.62,1.619l8.72-7.265c1.2-1.001,3.146-1.001,4.349,0C24.825,9.265,24.825,10.887,23.625,11.888z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.346V0H0z M23.625,11.887l-10.872,9.061
c-0.364,0.303-0.805,0.482-1.265,0.602c-0.28,0.094-0.565,0.148-0.857,0.141c-0.805,0.01-1.612-0.23-2.226-0.742
c-0.996-1.006-2.999-3.506-2.999-3.506c-0.976-0.975-0.976-2.557,0-3.531s2.556-0.975,3.53,0l1.62,1.619l8.72-7.265
c1.2-1.001,3.146-1.001,4.349,0C24.825,9.264,24.825,10.887,23.625,11.887z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 922 B

View File

@ -3,7 +3,6 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.804,0H3.544C1.587,0,0.001,1.586,0.001,3.544v21.26
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.544C28.347,1.586,26.761,0,24.804,0z M21.021,22.258
l-5.146-7.354h2.932V9.763H9.997v8.811h5.66l3.158,4.42H5.579V5.354h17.639v9.551h2.951L21.021,22.258z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M-0.001,0v28.348h28.348V0H-0.001z M21.022,22.258l-5.146-7.353
h2.932V9.763H9.999v8.811h5.66l3.158,4.42H5.581V5.354H23.22v9.551h2.951L21.022,22.258z"/>
</svg>

Before

Width:  |  Height:  |  Size: 851 B

After

Width:  |  Height:  |  Size: 719 B

View File

@ -4,27 +4,12 @@
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M21.505,14.713c-0.418-3.349-3.552-6.411-6.927-6.729
c0.047,0.452-0.1,0.908-0.573,0.908s-0.62-0.456-0.572-0.908c-3.376,0.318-6.51,3.38-6.927,6.729
c0.475-0.034,0.985,0.195,0.985,0.696c0,0.505-0.519,0.735-0.998,0.695c0.359,3.361,3.472,6.464,6.851,6.83
c-0.053-0.482,0.152-1.009,0.661-1.009s0.714,0.526,0.661,1.009c3.379-0.366,6.491-3.469,6.851-6.83
c-0.479,0.04-0.998-0.19-0.998-0.695C20.519,14.908,21.029,14.679,21.505,14.713z M15.68,19.271
c-0.332,0.347-0.881,0.359-1.226,0.029l-3.122-2.99c-0.264-0.253-0.33-0.634-0.197-0.953c0.008-0.02,0.019-0.038,0.027-0.057
c0.015-0.029,0.028-0.059,0.046-0.086c0.024-0.038,0.055-0.074,0.086-0.109c0.006-0.007,0.01-0.014,0.016-0.021
c0.001-0.001,0.002-0.001,0.003-0.002c0.006-0.006,0.01-0.013,0.015-0.019l3.071-3.043c0.34-0.336,0.889-0.33,1.227,0.01
c0.338,0.342,0.337,0.891-0.003,1.227l-2.439,2.417l2.475,2.37C16.002,18.375,16.012,18.924,15.68,19.271z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0.001H3.543C1.586,0.001,0,1.587,0,3.544v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.544C28.346,1.587,26.76,0.001,24.803,0.001z
M2.978,9.688c0-0.877,0.207-1.704,0.566-2.443C3.345,6.946,3.229,6.586,3.229,6.2c0-1.045,0.847-1.892,1.893-1.892
c0.393,0,0.757,0.119,1.059,0.324c0.729-0.346,1.54-0.546,2.4-0.546c1.204,0,2.316,0.383,3.229,1.029
C7.942,5.936,4.861,8.88,3.843,12.669C3.298,11.806,2.978,10.785,2.978,9.688z M7.039,24.581L7.039,24.581
c-0.384,0.392-1.01,0.42-1.425,0.053s-0.463-0.993-0.119-1.419l-0.002-0.002l0.685-0.773l1.546,1.369L7.039,24.581z M22.738,24.634
c-0.414,0.367-1.041,0.339-1.423-0.054l-0.002,0.001l-0.685-0.772l1.546-1.369l0.685,0.773l-0.002,0.002
C23.201,23.641,23.153,24.267,22.738,24.634z M14.005,24.958c-5.274,0-9.549-4.275-9.549-9.549c0-5.039,3.904-9.165,8.853-9.521
c-0.304-0.225-0.504-0.583-0.504-0.991c0-0.682,0.554-1.235,1.236-1.235c0.682,0,1.235,0.553,1.235,1.235
c0,0.41-0.202,0.771-0.51,0.996c4.918,0.389,8.788,4.499,8.788,9.517C23.555,20.683,19.279,24.958,14.005,24.958z M24.267,12.669
c-1.019-3.789-4.1-6.733-7.967-7.554c0.913-0.646,2.025-1.029,3.229-1.029c0.86,0,1.672,0.2,2.4,0.546
c0.302-0.205,0.666-0.324,1.059-0.324c1.046,0,1.893,0.847,1.893,1.892c0,0.387-0.116,0.746-0.315,1.045
c0.359,0.739,0.566,1.566,0.566,2.443C25.132,10.785,24.812,11.806,24.267,12.669z"/>
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" cx="16.446" cy="10.277" r="0.953"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.348V0H0z M22.076,24.707
c0,0.922-0.629,1.668-1.407,1.668h-8.444c-0.779,0-1.408-0.746-1.408-1.668v-3.036c-3.122-1.638-5.449-4.583-6.235-8.114
c-1.339-0.002-2.422-1.086-2.422-2.425c0-1.34,1.085-2.426,2.426-2.426S7.01,9.792,7.01,11.132c0,0.78-0.374,1.468-0.947,1.911
c0.589,2.878,2.348,5.324,4.754,6.839v-1.507c1.567,1.184,3.513,1.895,5.63,1.895s4.062-0.711,5.63-1.895V24.707z M16.446,18.419
c-4.5,0-8.142-3.646-8.142-8.142c0-4.496,3.642-8.141,8.142-8.141s8.142,3.646,8.142,8.141
C24.588,14.773,20.946,18.419,16.446,18.419z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -4,14 +4,13 @@
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0.001H3.543C1.586,0.001,0,1.587,0,3.544v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.544C28.346,1.587,26.76,0.001,24.803,0.001z
M10.107,18.48c-0.288,0.097-0.581,0.154-0.881,0.146c-0.826,0.012-1.656-0.24-2.287-0.773C5.917,16.805,3.858,14.2,3.858,14.2
c-1.001-1.016-1.001-2.66,0-3.677c1.003-1.015,2.626-1.015,3.628,0L9.15,12.21l8.957-7.568c1.234-1.042,3.234-1.042,4.469,0
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.348V0H0z M10.107,18.477
c-0.288,0.098-0.581,0.154-0.881,0.146C8.4,18.635,7.57,18.383,6.939,17.85c-1.022-1.049-3.081-3.653-3.081-3.653
c-1.001-1.016-1.001-2.66,0-3.677c1.003-1.015,2.626-1.015,3.628,0l1.664,1.687l8.957-7.568c1.234-1.042,3.234-1.042,4.469,0
c1.233,1.042,1.233,2.732,0,3.775l-2.494,2.107c-0.695-0.205-1.43-0.32-2.191-0.32c-4.271,0-7.733,3.463-7.733,7.733
c0,0.175,0.015,0.345,0.026,0.517C10.157,18.461,10.134,18.474,10.107,18.48z M17.891,23.729c-3.199,0-5.791-2.593-5.791-5.791
s2.592-5.792,5.791-5.792c3.198,0,5.791,2.594,5.791,5.792S21.089,23.729,17.891,23.729z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M21.757,18.904h-2.9v2.899h-1.933v-2.899h-2.899v-1.934h2.899
v-2.899h1.933v2.899h2.9V18.904z"/>
c0,0.176,0.015,0.346,0.026,0.518C10.157,18.457,10.134,18.471,10.107,18.477z M17.891,23.725c-3.199,0-5.791-2.592-5.791-5.791
c0-3.198,2.592-5.792,5.791-5.792c3.198,0,5.791,2.594,5.791,5.792C23.682,21.133,21.089,23.725,17.891,23.725z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" points="18.856,14.068 16.924,14.068 16.924,16.967
14.024,16.967 14.024,18.9 16.924,18.9 16.924,21.801 18.856,21.801 18.856,18.9 21.757,18.9 21.757,16.967 18.856,16.967 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -4,17 +4,16 @@
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0.001H3.543C1.586,0.001,0,1.587,0,3.544v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.544C28.346,1.587,26.76,0.001,24.803,0.001z
M23.588,20.511c0,1.742-1.413,3.155-3.155,3.155H7.809c-1.742,0-3.155-1.413-3.155-3.155V7.888c0-1.743,1.413-3.155,3.155-3.155
h12.624c1.742,0,3.155,1.413,3.155,3.155V20.511z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M19.801,6.626H8.439c-1.045,0-1.893,0.848-1.893,1.894v2.524
c0,1.045,0.848,1.893,1.893,1.893h11.361c1.046,0,1.894-0.848,1.894-1.893V8.52C21.694,7.474,20.847,6.626,19.801,6.626z
M15.563,11.044h-2.886c-0.598,0-1.082-0.424-1.082-0.947c0-0.522,0.484-0.946,1.082-0.946h2.886c0.597,0,1.082,0.424,1.082,0.946
C16.646,10.62,16.16,11.044,15.563,11.044z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M19.801,15.463H8.439c-1.045,0-1.893,0.847-1.893,1.892v2.525
c0,1.045,0.848,1.893,1.893,1.893h11.361c1.046,0,1.894-0.848,1.894-1.893v-2.525C21.694,16.31,20.847,15.463,19.801,15.463z
M15.563,19.88h-2.886c-0.598,0-1.082-0.424-1.082-0.947c0-0.522,0.484-0.946,1.082-0.946h2.886c0.597,0,1.082,0.424,1.082,0.946
C16.646,19.456,16.16,19.88,15.563,19.88z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M-0.001,0v28.348h28.348V0H-0.001z M23.585,20.51
c0,1.742-1.413,3.155-3.155,3.155H7.806c-1.742,0-3.155-1.413-3.155-3.155V7.887c0-1.743,1.413-3.155,3.155-3.155H20.43
c1.742,0,3.155,1.413,3.155,3.155V20.51z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M19.798,6.625H8.437c-1.045,0-1.893,0.848-1.893,1.894v2.524
c0,1.045,0.848,1.893,1.893,1.893h11.361c1.046,0,1.894-0.848,1.894-1.893V8.519C21.691,7.473,20.844,6.625,19.798,6.625z
M15.561,11.043h-2.886c-0.598,0-1.082-0.424-1.082-0.947c0-0.522,0.484-0.946,1.082-0.946h2.886c0.597,0,1.082,0.424,1.082,0.946
C16.643,10.619,16.157,11.043,15.561,11.043z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M19.798,15.462H8.437c-1.045,0-1.893,0.847-1.893,1.892v2.525
c0,1.045,0.848,1.893,1.893,1.893h11.361c1.046,0,1.894-0.848,1.894-1.893v-2.525C21.691,16.309,20.844,15.462,19.798,15.462z
M15.561,19.879h-2.886c-0.598,0-1.082-0.424-1.082-0.947c0-0.522,0.484-0.946,1.082-0.946h2.886c0.597,0,1.082,0.424,1.082,0.946
C16.643,19.455,16.157,19.879,15.561,19.879z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

9
pixelegg/images/arrow_down.svg Executable file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.804,0.003H3.544c-1.957,0-3.543,1.586-3.543,3.543v21.257
c0,1.955,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.588,3.543-3.543V3.546C28.347,1.589,26.761,0.003,24.804,0.003z
M14.175,24.452L3.899,3.899H24.45L14.175,24.452z"/>
</svg>

After

Width:  |  Height:  |  Size: 799 B

9
pixelegg/images/arrow_left.svg Executable file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0H3.543C1.586,0,0,1.586,0,3.543v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.543C28.346,1.586,26.76,0,24.803,0z M3.898,24.448V3.898
l20.551,10.275L3.898,24.448z"/>
</svg>

After

Width:  |  Height:  |  Size: 777 B

View File

@ -3,15 +3,14 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0.001H3.543C1.586,0.001,0,1.587,0,3.544v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.544C28.346,1.587,26.76,0.001,24.803,0.001z
M23.997,13.403L13.963,23.438l-0.002-0.002c-2.466,2.428-6.432,2.418-8.883-0.033s-2.461-6.416-0.033-8.883l-0.002-0.002
l7.805-7.805l1.115-1.115l1.115-1.115c1.847-1.847,4.842-1.847,6.689,0s1.848,4.843,0,6.69l-1.115,1.113l-1.115,1.115l-3.911,3.912
l-1.405,1.406l-2.488,2.486l-0.004-0.002c-1.232,1.195-3.201,1.188-4.42-0.033c-1.22-1.219-1.228-3.188-0.032-4.42l-0.004-0.004
l1.115-1.115l1.373-1.373l1.405-1.404l1.682-1.682l1.31-1.311l1.265-1.264l0.771-0.771l1.114,1.115l-1.081,1.08l-1.148,1.15
l-2.342,2.34l-1.204,1.205l-1.189,1.189l-0.841,0.84l-1.114,1.115c-0.616,0.615-0.616,1.613,0,2.229
c0.616,0.617,1.614,0.617,2.229,0l1.956-1.955l1.189-1.189l1.204-1.203l1.227-1.227l1.971-1.971l0.259-0.26l1.114-1.113l1.115-1.115
l-0.003-0.004c0.012-0.01,0.026-0.02,0.038-0.031c1.231-1.231,1.231-3.229,0-4.46s-3.229-1.231-4.461,0
c-0.011,0.012-0.02,0.025-0.031,0.038l-0.002-0.003l-1.115,1.115l-1.115,1.115l-0.258,0.258l-1.973,1.972l-2.597,2.596l-2.978,2.979
c-1.848,1.848-1.848,4.842,0,6.689s4.843,1.848,6.689,0l2.979-2.977l7.056-7.059l1.115-1.113l1.115,1.113L23.997,13.403z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0-0.001v28.348h28.348V-0.001H0z M23.995,13.401L13.961,23.437
l-0.002-0.002c-2.466,2.428-6.432,2.418-8.883-0.033s-2.461-6.416-0.033-8.883l-0.002-0.002l7.805-7.805l1.115-1.115l1.115-1.115
c1.847-1.847,4.842-1.847,6.689,0s1.848,4.843,0,6.69l-1.115,1.113l-1.115,1.115l-3.911,3.912l-1.405,1.406l-2.488,2.486
l-0.004-0.002c-1.232,1.195-3.201,1.188-4.42-0.033c-1.22-1.219-1.228-3.188-0.032-4.42l-0.004-0.004l1.115-1.115l1.373-1.373
l1.405-1.404l1.682-1.682l1.31-1.311l1.265-1.264l0.771-0.771l1.114,1.115l-1.081,1.08l-1.148,1.15l-2.342,2.34l-1.204,1.205
l-1.189,1.189L9.5,16.747l-1.114,1.115c-0.616,0.615-0.616,1.613,0,2.229c0.616,0.617,1.614,0.617,2.229,0l1.956-1.955l1.189-1.189
l1.204-1.203l1.227-1.227l1.971-1.971l0.259-0.26l1.114-1.113l1.115-1.115l-0.003-0.004c0.012-0.01,0.026-0.02,0.038-0.031
c1.231-1.231,1.231-3.229,0-4.46s-3.229-1.231-4.461,0c-0.011,0.012-0.02,0.025-0.031,0.038l-0.002-0.003l-1.115,1.115l-1.115,1.115
l-0.258,0.258l-1.973,1.972l-2.597,2.596l-2.978,2.979c-1.848,1.848-1.848,4.842,0,6.689s4.843,1.848,6.689,0l2.979-2.977
l7.056-7.059l1.115-1.113l1.115,1.113L23.995,13.401z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -4,14 +4,13 @@
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.804,0.001H3.544c-1.957,0-3.543,1.586-3.543,3.543v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.544C28.347,1.587,26.761,0.001,24.804,0.001z
M24.7,15.917c0,2.175-1.761,3.938-3.933,3.938h-4.263l-0.009,2.418l-1.336,1.336c-1.488,1.487-3.897,1.491-5.382,0.006
l-5.136-6.763c-1.484-1.484-1.481-3.894,0.006-5.382l5.159-6.786c1.487-1.487,3.896-1.49,5.381-0.006l1.365,1.365l-0.009,2.42
h4.223c2.172,0,3.933,1.763,3.933,3.938V15.917z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M19.981,10.825h-5.878l0.007-3.994
c-0.891-0.891-2.336-0.889-3.229,0.004L6.8,12.544c-0.893,0.893-0.894,2.338-0.003,3.229l4.061,5.688
c0.891,0.891,2.336,0.89,3.229-0.004l0.007-3.965h5.889c1.304,0,2.359-1.058,2.359-2.362v-1.942
C22.341,11.883,21.285,10.825,19.981,10.825z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M-0.001,0v28.348h28.348V0H-0.001z M24.696,15.914
c0,2.174-1.761,3.938-3.933,3.938h-4.263l-0.009,2.418l-1.336,1.336c-1.488,1.486-3.897,1.49-5.382,0.006l-5.136-6.764
c-1.484-1.484-1.481-3.893,0.006-5.381L9.804,4.68c1.487-1.487,3.896-1.49,5.381-0.006L16.55,6.04l-0.009,2.42h4.223
c2.172,0,3.933,1.763,3.933,3.938V15.914z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M19.978,10.822H14.1l0.007-3.994
c-0.891-0.891-2.336-0.889-3.229,0.004l-4.081,5.708c-0.893,0.893-0.894,2.338-0.003,3.229l4.061,5.688
c0.891,0.891,2.336,0.891,3.229-0.004l0.007-3.965h5.889c1.304,0,2.359-1.057,2.359-2.362v-1.942
C22.337,11.879,21.281,10.822,19.978,10.822z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

9
pixelegg/images/bearbeiten.svg Executable file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M-0.001,0v28.347h28.348V0H-0.001z M3.556,24.782l1.984-6.946
l4.963,4.962L3.556,24.782z M11.75,21.55l-4.962-4.96l9.248-9.244L21,12.306L11.75,21.55z M24.356,8.948l-2.045,2.044l-4.963-4.96
l2.046-2.044c0.548-0.548,1.408-0.575,1.923-0.062l3.102,3.101C24.933,7.54,24.904,8.399,24.356,8.948z"/>
</svg>

After

Width:  |  Height:  |  Size: 859 B

19
pixelegg/images/billed.svg Executable file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M18.212,17.285c-0.419-0.197-2.129-0.395-2.924-0.594v4.396
c0.293-0.031,1.648-0.082,1.857-0.146c1.422-0.396,2.133-1.121,2.133-2.174C19.278,18.143,18.923,17.646,18.212,17.285z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M9.242,10.123c0,0.691,0.397,1.201,1.191,1.531
c0.294,0.132,0.795,0.28,1.506,0.445V7.9c-0.586,0.131-1.088,0.296-1.506,0.494C9.64,8.789,9.242,9.365,9.242,10.123z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.346V0H0z M21.6,22.768
c-1.298,0.857-4.137,1.4-6.312,1.631v1.926h-3.349V24.35c-2.05-0.23-3.722-0.742-5.02-1.531c-1.797-1.121-2.695-2.652-2.695-4.594
h4.767c0.125,0.789,0.438,1.414,0.94,1.877c0.461,0.428,1.129,0.74,2.008,0.938v-5.137c-2.384-0.428-4.016-0.889-4.894-1.383
c-1.63-0.889-2.445-2.256-2.445-4.101c0-1.712,0.794-3.128,2.383-4.248c1.212-0.856,2.865-1.383,4.956-1.581V2.021h3.349v2.667
c1.589,0.231,4.073,0.691,5.245,1.383c1.797,1.053,2.739,2.569,2.821,4.544h-4.83c-0.082-1.119-0.731-1.91-1.943-2.371
c0-0.033-0.021-0.05-0.063-0.05c-0.041,0-1.188-0.016-1.229-0.049v4.792l2.547,0.247c1.841,0.362,3.22,0.823,4.141,1.383
c1.421,0.89,2.132,2.174,2.132,3.854C24.107,20.166,23.272,21.615,21.6,22.768z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

20
pixelegg/images/bookable.svg Executable file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M-0.001-0.001v28.348h28.348V-0.001H-0.001z M3.507,4.999H5.32
c0.462,0,0.836,0.394,0.836,0.879S5.783,6.757,5.32,6.757H3.507c-0.464,0-0.839-0.392-0.839-0.879
C2.668,5.392,3.043,4.999,3.507,4.999z M3.507,9.907H5.32c0.463,0,0.836,0.396,0.836,0.881s-0.374,0.878-0.836,0.879H3.507
c-0.464,0-0.839-0.394-0.839-0.879C2.668,10.302,3.043,9.907,3.507,9.907z M3.507,14.167H5.32c0.463,0,0.836,0.394,0.836,0.879
c0,0.486-0.374,0.88-0.836,0.88H3.507c-0.464,0-0.839-0.394-0.839-0.88S3.043,14.167,3.507,14.167z M2.668,19.955
c0-0.485,0.375-0.877,0.839-0.878H5.32c0.463,0,0.836,0.393,0.836,0.878c0,0.486-0.374,0.88-0.836,0.88H3.507
C3.043,20.835,2.668,20.441,2.668,19.955z M10.037,23.327H5.392c-0.531,0-0.963-0.43-0.963-0.961v-0.838h0.89
c0.826,0,1.5-0.705,1.5-1.57c0-0.866-0.674-1.571-1.5-1.571h-0.89v-1.769h0.89c0.826,0,1.5-0.705,1.5-1.571s-0.674-1.571-1.5-1.571
h-0.89V12.36h0.89c0.826,0,1.5-0.706,1.5-1.572s-0.674-1.571-1.5-1.571h-0.89V7.449h0.89c0.826,0,1.5-0.704,1.5-1.571
c0-0.866-0.674-1.57-1.5-1.57h-0.89V3.47c0-0.531,0.431-0.961,0.963-0.961h16.336c0.53,0,0.962,0.429,0.962,0.961v4.64
L10.678,20.123L10.037,23.327z M10.779,26.225l1.485-5.137l3.717,3.669L10.779,26.225z M22.689,22.366
c0,0.529-0.432,0.961-0.963,0.961h-2.044l3.007-2.83V22.366z M16.498,24.245l-3.716-3.668l8.175-8.072l3.716,3.668L16.498,24.245z
M26.354,14.513l-1.115,1.102l-3.716-3.669l1.115-1.101c0.41-0.406,1.055-0.426,1.439-0.047l2.323,2.293
C26.784,13.472,26.765,14.108,26.354,14.513z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

20
pixelegg/images/bullet.svg Executable file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g id="Ebene_1">
</g>
<g id="bookable">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M-0.001,0v28.348h28.348V0H-0.001z M14.173,26.499
c-6.807,0-12.325-5.519-12.325-12.325c0-6.808,5.519-12.326,12.325-12.326c6.808,0,12.326,5.519,12.326,12.326
C26.499,20.98,20.98,26.499,14.173,26.499z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M14.173,4.587c-5.294,0-9.586,4.292-9.586,9.587
s4.292,9.586,9.586,9.586c5.295,0,9.588-4.291,9.588-9.586S19.468,4.587,14.173,4.587z M14.173,21.934
c-4.286,0-7.76-3.475-7.76-7.76c0-4.287,3.474-7.761,7.76-7.761s7.761,3.474,7.761,7.761
C21.934,18.459,18.459,21.934,14.173,21.934z"/>
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" cx="14.173" cy="14.173" r="4.108"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.352px" height="28.35px" viewBox="0 0 28.352 28.35" enable-background="new 0 0 28.352 28.35" xml:space="preserve">
<g id="Ebene_2">
</g>
<g id="Ebene_1">
</g>
<g id="bullet">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.347h28.348V0H0z M14.174,26.499
c-6.807,0-12.325-5.519-12.325-12.326S7.367,1.848,14.174,1.848c6.808,0,12.326,5.519,12.326,12.326S20.981,26.499,14.174,26.499z
"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M14.174,4.587c-5.294,0-9.586,4.292-9.586,9.586
c0,5.295,4.292,9.586,9.586,9.586c5.295,0,9.588-4.292,9.588-9.586C23.762,8.879,19.469,4.587,14.174,4.587z M14.174,21.934
c-4.286,0-7.76-3.475-7.76-7.761s3.474-7.761,7.76-7.761s7.761,3.475,7.761,7.761S18.46,21.934,14.174,21.934z"/>
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" cx="14.174" cy="14.173" r="4.108"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="button_x5F_createdir" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347"
xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M-0.001,0v28.348h28.348V0H-0.001z M23.295,4.79
c0.706,0,1.278,0.6,1.278,1.341L23.64,11.87h-0.684l0.687-2.7l-2.298-3.257L16.443,4.79H23.295z M22.009,11.441l-0.102,0.422H9.005
l1.803-7.084l7.755,1.777l-0.984,3.87L22.009,11.441z M18.932,9.713l0.738-2.904l0.376,0.086l2.329,3.107l-0.119,0.472L18.932,9.713
z M12.724,3.217c0.638,0,1.176,0.434,1.382,1.037L9.578,3.217H12.724z M5.301,3.217h4.224L7.323,11.87H4.759L3.825,4.79
C3.825,3.921,4.485,3.217,5.301,3.217z M21.574,26.029H6.824L2.399,12.656h23.6L21.574,26.029z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="buttonseparator" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347"
xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0-0.001v28.348h28.348V-0.001H0z M20.143,4.995
c-1.685,2.387-3.761,5.521-5.15,8.81c-1.257,2.979-2.144,6.136-2.72,8.832c-0.368,1.72-0.596,3.327-0.684,4.78V3.867
c4.859,0,9.186-1.151,11.966-2.939C22.456,1.969,21.312,3.338,20.143,4.995z"/>
</svg>

After

Width:  |  Height:  |  Size: 818 B

14
pixelegg/images/buyable.svg Executable file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="buyable" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<rect x="3.791" y="14.928" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="9.63" height="2.25"/>
<rect x="14.162" y="14.928" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="2.222" height="2.25"/>
<rect x="3.791" y="19.365" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="8.147" height="2.25"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M-0.001,0v28.348h28.348V0H-0.001z M26.015,22.223
c0,0.805-0.663,1.459-1.481,1.459H3.791c-0.818,0-1.482-0.654-1.482-1.459v-10.09h23.706V22.223z M26.015,8.364H2.309V6.176
c0-0.807,0.664-1.459,1.482-1.459h20.742c0.818,0,1.481,0.653,1.481,1.459V8.364z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,17 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
<svg version="1.1" id="cake" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0.001H3.543C1.586,0.001,0,1.587,0,3.544v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.544C28.346,1.587,26.76,0.001,24.803,0.001z
M19.268,4.388c0,0,3.41,0.347,3.722,3.557c0,0.931-0.198,2.234-0.529,2.914c-0.376-2.29-1.951-2.914-1.951-2.914
s-1.538,0.687-1.878,3.062c-0.376-0.701-0.603-1.617-0.603-2.617C19.616,5.568,19.268,4.388,19.268,4.388z M21.748,11.663v2.646
h-2.48v-2.646H21.748z M13.067,4.388c0,0,3.41,0.347,3.721,3.557c0,0.931-0.197,2.234-0.529,2.914
c-0.376-2.29-1.951-2.914-1.951-2.914s-1.538,0.687-1.876,3.062c-0.376-0.701-0.604-1.617-0.604-2.617
C13.416,5.568,13.067,4.388,13.067,4.388z M15.548,11.663v2.646h-2.48v-2.646H15.548z M6.867,4.388c0,0,3.411,0.347,3.72,3.557
c0,0.931-0.197,2.234-0.527,2.914c-0.376-2.29-1.953-2.914-1.953-2.914S6.569,8.632,6.23,11.007C5.854,10.306,5.627,9.39,5.627,8.39
C7.216,5.568,6.867,4.388,6.867,4.388z M9.348,11.663v2.646h-2.48v-2.646H9.348z M24.229,22.92c0,0.724-0.555,1.31-1.239,1.31H5.627
c-0.685,0-1.24-0.586-1.24-1.31v-0.675l19.842,0.021V22.92z M24.229,20.923H4.387v-2.646h19.842V20.923z M24.229,16.935
L4.387,16.955v-0.676c0-0.723,0.556-1.31,1.24-1.31h17.362c0.685,0,1.239,0.587,1.239,1.31V16.935z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.346V0H0z M19.264,4.385c0,0,3.41,0.347,3.722,3.557
c0,0.931-0.198,2.234-0.529,2.914c-0.376-2.29-1.951-2.914-1.951-2.914s-1.538,0.687-1.878,3.062
c-0.376-0.701-0.603-1.617-0.603-2.617C19.612,5.565,19.264,4.385,19.264,4.385z M21.744,11.66v2.646h-2.48V11.66H21.744z
M13.063,4.385c0,0,3.41,0.347,3.721,3.557c0,0.931-0.197,2.234-0.529,2.914c-0.376-2.29-1.951-2.914-1.951-2.914
s-1.538,0.687-1.876,3.062c-0.376-0.701-0.604-1.617-0.604-2.617C13.412,5.565,13.063,4.385,13.063,4.385z M15.544,11.66v2.646
h-2.48V11.66H15.544z M6.863,4.385c0,0,3.411,0.347,3.72,3.557c0,0.931-0.197,2.234-0.527,2.914C9.68,8.565,8.103,7.941,8.103,7.941
s-1.537,0.687-1.876,3.062c-0.376-0.701-0.604-1.617-0.604-2.617C7.212,5.565,6.863,4.385,6.863,4.385z M9.344,11.66v2.646h-2.48
V11.66H9.344z M24.225,22.916c0,0.725-0.555,1.311-1.239,1.311H5.623c-0.685,0-1.24-0.586-1.24-1.311v-0.674l19.842,0.021V22.916z
M24.225,20.92H4.383v-2.646h19.842V20.92z M24.225,16.932l-19.842,0.02v-0.676c0-0.723,0.556-1.309,1.24-1.309h17.362
c0.685,0,1.239,0.586,1.239,1.309V16.932z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1,23 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
<svg version="1.1" id="calendar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0.001H3.543C1.586,0.001,0,1.587,0,3.544v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.544C28.346,1.587,26.76,0.001,24.803,0.001z
M16.942,5.022c0-0.778,0.63-1.409,1.408-1.409c0.777,0,1.408,0.63,1.408,1.409v2.112c0,0.778-0.631,1.408-1.408,1.408
c-0.778,0-1.408-0.63-1.408-1.408V5.022z M8.586,5.022c0-0.778,0.631-1.409,1.407-1.409c0.779,0,1.409,0.63,1.409,1.409v2.112
c0,0.778-0.63,1.408-1.409,1.408c-0.776,0-1.407-0.63-1.407-1.408V5.022z M24.377,8.898v12.668c0,1.748-1.421,3.166-3.17,3.166
H7.137c-1.752,0-3.169-1.418-3.169-3.166V8.898V8.896c0-1.746,1.417-3.167,3.169-3.167h0.562V7.99c0,0.845,0.685,1.531,1.53,1.531
h1.53c0.846,0,1.53-0.686,1.53-1.531V5.729h3.765V7.99c0,0.845,0.686,1.531,1.53,1.531h1.531c0.845,0,1.529-0.686,1.529-1.531
V5.729h0.562c1.749,0,3.17,1.42,3.17,3.167V8.898z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M6.226,13.329v8.18c0,0.521,0.426,0.949,0.949,0.949h14.127
c0.524,0,0.947-0.428,0.947-0.949v-8.18H6.226z M12.315,21.917c-0.738,0-2.719-0.159-2.719-2.516h1.508l-0.012,0.01
c0,0.402,0.11,1.316,1.146,1.316c0.616,0,1.157-0.404,1.157-1.241c0-1.03-1.036-1.072-1.751-1.072v-1.062h0.241
c0.462,0,1.311-0.042,1.311-1.021c0-0.275-0.133-0.966-0.98-0.966c-1.057,0-1.057,0.966-1.057,1.231H9.729
c0-1.412,0.826-2.419,2.587-2.419c1.046,0,2.423,0.509,2.423,2.101c0,0.765-0.495,1.243-0.935,1.434v0.021
c0.273,0.074,1.177,0.469,1.177,1.753C14.98,20.909,13.891,21.917,12.315,21.917z M18.748,21.715h-1.542v-5.19h-1.859v-1.041h0.222
c1.484,0,1.881-0.742,1.913-1.305h1.267V21.715z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0.001,0v28.348h28.346V0H0.001z M16.939,5.019
c0-0.778,0.63-1.409,1.408-1.409c0.777,0,1.408,0.63,1.408,1.409v2.112c0,0.778-0.631,1.408-1.408,1.408
c-0.778,0-1.408-0.63-1.408-1.408V5.019z M8.583,5.019c0-0.778,0.631-1.409,1.407-1.409c0.779,0,1.409,0.63,1.409,1.409v2.112
c0,0.778-0.63,1.408-1.409,1.408c-0.776,0-1.407-0.63-1.407-1.408V5.019z M24.374,8.895v12.668c0,1.748-1.421,3.166-3.17,3.166
H7.134c-1.752,0-3.169-1.418-3.169-3.166V8.895V8.893c0-1.746,1.417-3.167,3.169-3.167h0.562v2.261c0,0.845,0.685,1.531,1.53,1.531
h1.53c0.846,0,1.53-0.686,1.53-1.531V5.726h3.765v2.261c0,0.845,0.686,1.531,1.53,1.531h1.531c0.845,0,1.529-0.686,1.529-1.531
V5.726h0.562c1.749,0,3.17,1.42,3.17,3.167V8.895z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M6.223,21.506c0,0.521,0.426,0.949,0.949,0.949h14.127
c0.524,0,0.947-0.428,0.947-0.949v-8.181H6.223V21.506z M15.344,15.48h0.222c1.484,0,1.881-0.743,1.913-1.306h1.267v7.536h-1.542
v-5.189h-1.859V15.48z M12.235,20.725c0.616,0,1.157-0.404,1.157-1.242c0-1.029-1.036-1.072-1.751-1.072V17.35h0.241
c0.462,0,1.311-0.043,1.311-1.021c0-0.275-0.133-0.965-0.98-0.965c-1.057,0-1.057,0.965-1.057,1.23H9.726
c0-1.412,0.826-2.419,2.587-2.419c1.046,0,2.423,0.509,2.423,2.101c0,0.766-0.495,1.244-0.935,1.434v0.021
c0.273,0.074,1.177,0.469,1.177,1.752c0,1.424-1.09,2.432-2.665,2.432c-0.738,0-2.719-0.16-2.719-2.516h1.508l-0.012,0.01
C11.09,19.811,11.2,20.725,12.235,20.725z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,24 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
<svg version="1.1" id="calicon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.804,0.001H3.544c-1.957,0-3.543,1.586-3.543,3.543v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.544C28.347,1.587,26.761,0.001,24.804,0.001z
M16.983,4.506c0-0.808,0.653-1.462,1.462-1.462c0.808,0,1.462,0.654,1.462,1.462V6.7c0,0.808-0.654,1.464-1.462,1.464
c-0.809,0-1.462-0.656-1.462-1.464V4.506z M8.441,4.506c0-0.808,0.654-1.462,1.462-1.462s1.463,0.654,1.463,1.462V6.7
c0,0.808-0.655,1.464-1.463,1.464S8.441,7.508,8.441,6.7V4.506z M23.685,23.527c0,0.806-0.656,1.462-1.463,1.462H6.127
c-0.807,0-1.463-0.656-1.463-1.462V6.7c0-0.808,0.656-1.462,1.463-1.462h1.367v2.373c0,0.887,0.72,1.606,1.606,1.606h1.605
c0.887,0,1.607-0.719,1.607-1.606V5.238h3.722v2.373c0,0.887,0.721,1.606,1.607,1.606h1.605c0.887,0,1.606-0.719,1.606-1.606V5.238
h1.367c0.807,0,1.463,0.655,1.463,1.462V23.527z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M6.859,10.358h4.39v3.656h-4.39V10.358z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M11.98,10.358h4.388v3.656H11.98V10.358z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M17.1,10.358h4.39v3.656H17.1V10.358z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M6.859,14.749h4.39v3.656h-4.39V14.749z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M11.98,14.749h4.388v3.656H11.98V14.749z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M6.859,19.138h4.39v3.656h-4.39V19.138z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M11.98,19.138h4.388v3.656H11.98V19.138z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M17.1,19.138h4.39v3.656H17.1V19.138z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.346V0H0z M16.982,4.502
c0-0.808,0.653-1.462,1.462-1.462c0.808,0,1.462,0.654,1.462,1.462v2.194c0,0.808-0.654,1.464-1.462,1.464
c-0.809,0-1.462-0.656-1.462-1.464V4.502z M8.44,4.502c0-0.808,0.654-1.462,1.462-1.462s1.463,0.654,1.463,1.462v2.194
c0,0.808-0.655,1.464-1.463,1.464S8.44,7.505,8.44,6.697V4.502z M23.684,23.523c0,0.807-0.656,1.463-1.463,1.463H6.126
c-0.807,0-1.463-0.656-1.463-1.463V6.697c0-0.808,0.656-1.462,1.463-1.462h1.367v2.373c0,0.887,0.72,1.606,1.606,1.606h1.605
c0.887,0,1.607-0.719,1.607-1.606V5.234h3.722v2.373c0,0.887,0.721,1.606,1.607,1.606h1.605c0.887,0,1.606-0.719,1.606-1.606V5.234
h1.367c0.807,0,1.463,0.655,1.463,1.462V23.523z"/>
<rect x="6.858" y="10.355" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.39" height="3.656"/>
<rect x="11.979" y="10.355" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.388" height="3.656"/>
<rect x="17.099" y="10.355" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.39" height="3.656"/>
<rect x="6.858" y="14.746" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.39" height="3.657"/>
<rect x="11.979" y="14.746" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.388" height="3.657"/>
<rect x="6.858" y="19.135" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.39" height="3.656"/>
<rect x="11.979" y="19.135" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.388" height="3.656"/>
<rect x="17.099" y="19.135" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.39" height="3.656"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,14 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
<svg version="1.1" id="call" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0H3.543C1.586,0,0,1.586,0,3.543v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.543C28.346,1.586,26.76,0,24.803,0z M23.682,22.271
L22.8,23.136l-0.019-0.016c-0.373,0.291-0.801,0.535-1.261,0.715c-0.428,0.167-0.848,0.271-1.286,0.324
c-0.202,0.021-4.871,0.461-10.666-5.35c-4.191-4.203-5.736-7.302-5.328-10.69c0.047-0.423,0.151-0.845,0.318-1.287
C4.74,6.368,4.984,5.938,5.276,5.564L5.252,5.541l0.87-0.877C6.76,4.023,7.779,4.005,8.393,4.62l3.088,3.097
c0.613,0.616,0.596,1.637-0.042,2.276l-0.513,0.516l-1.045,1.046c0.055,0.096,0.11,0.195,0.168,0.301
c0.546,0.984,1.293,2.336,2.711,3.758c1.416,1.421,2.76,2.168,3.742,2.714c0.107,0.061,0.209,0.117,0.307,0.172l1.557-1.561
c0.636-0.638,1.654-0.656,2.27-0.043l3.088,3.098C24.336,20.61,24.318,21.631,23.682,22.271z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M-0.001,0v28.348h28.348V0H-0.001z M23.679,22.268l-0.882,0.865
l-0.019-0.016c-0.373,0.291-0.801,0.535-1.261,0.715C21.09,24,20.67,24.104,20.231,24.156c-0.202,0.021-4.871,0.461-10.666-5.35
c-4.191-4.203-5.736-7.301-5.328-10.69C4.284,7.694,4.389,7.272,4.556,6.83c0.182-0.464,0.426-0.895,0.718-1.268L5.249,5.538
l0.87-0.877c0.638-0.64,1.657-0.658,2.271-0.043l3.088,3.097c0.613,0.616,0.596,1.637-0.042,2.276l-0.513,0.516l-1.045,1.046
c0.055,0.096,0.11,0.195,0.168,0.301c0.546,0.984,1.293,2.336,2.711,3.758c1.416,1.42,2.76,2.168,3.742,2.713
c0.107,0.061,0.209,0.117,0.307,0.172l1.557-1.561c0.636-0.637,1.654-0.656,2.27-0.043l3.088,3.098
C24.333,20.607,24.315,21.629,23.679,22.268z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
<svg version="1.1" id="cancel" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0H3.543C1.586,0,0,1.586,0,3.543v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.26c1.957,0,3.543-1.586,3.543-3.543V3.543C28.346,1.586,26.76,0,24.803,0z M24.266,19.311
l-4.749,4.565l-5.344-5.137l-5.345,5.137l-4.749-4.565l5.344-5.138L4.079,9.035L8.828,4.47l5.345,5.138l5.344-5.138l4.749,4.565
l-5.344,5.138L24.266,19.311z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0.001,0v28.348h28.346V0H0.001z M24.267,19.309l-4.749,4.564
l-5.344-5.137l-5.345,5.137L4.08,19.309l5.344-5.138L4.08,9.033l4.749-4.565l5.345,5.138l5.344-5.138l4.749,4.565l-5.344,5.138
L24.267,19.309z"/>
</svg>

Before

Width:  |  Height:  |  Size: 898 B

After

Width:  |  Height:  |  Size: 771 B

13
pixelegg/images/cancelled.svg Executable file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="cancelled" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.346V0H0z M24.266,19.309l-4.749,4.564
l-5.344-5.137l-5.345,5.137l-4.749-4.564l5.344-5.139L4.079,9.033l4.749-4.566l5.345,5.137l5.344-5.137l4.749,4.566l-5.344,5.137
L24.266,19.309z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" points="19.517,6.826 14.173,11.964 8.828,6.826 6.533,9.033
11.877,14.17 6.533,19.309 8.828,21.515 14.173,16.378 19.517,21.514 21.812,19.309 16.468,14.17 21.812,9.033 "/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1023 B

View File

@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
<svg version="1.1" id="check" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.437,0.001H3.909C1.751,0.001,0,1.751,0,3.911v20.528
c0,2.158,1.751,3.908,3.909,3.908h20.527c2.16,0,3.91-1.75,3.91-3.908V3.911C28.347,1.751,26.597,0.001,24.437,0.001z
M23.625,11.888l-10.872,9.06c-0.364,0.303-0.805,0.482-1.265,0.602c-0.28,0.094-0.565,0.148-0.857,0.141
c-0.805,0.01-1.612-0.23-2.226-0.742c-0.996-1.006-2.999-3.506-2.999-3.506c-0.976-0.975-0.976-2.557,0-3.531s2.556-0.975,3.53,0
l1.62,1.619l8.72-7.265c1.2-1.001,3.146-1.001,4.349,0C24.825,9.265,24.825,10.887,23.625,11.888z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0.001,0v28.348h28.346V0H0.001z M23.626,11.887l-10.872,9.061
c-0.364,0.303-0.805,0.482-1.265,0.602c-0.28,0.094-0.565,0.148-0.857,0.141c-0.805,0.01-1.612-0.23-2.226-0.742
c-0.996-1.006-2.999-3.506-2.999-3.506c-0.976-0.975-0.976-2.557,0-3.531s2.556-0.975,3.53,0l1.62,1.619l8.72-7.266
c1.2-1,3.146-1,4.349,0C24.826,9.264,24.826,10.887,23.626,11.887z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 920 B

14
pixelegg/images/clear_left.svg Executable file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="clear_x5F_left" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347"
xml:space="preserve">
<g>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" points="14.118,19.062 17.317,15.862 20.518,19.062
22.844,16.733 19.646,13.535 22.845,10.335 20.518,8.008 17.317,11.208 14.115,8.005 11.789,10.333 14.99,13.535 11.789,16.735
"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0.001-0.001v28.348h28.346V-0.001H0.001z M25.548,21.927H10.533
l-8.142-8.379l8.142-8.189h15.015V21.927z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 950 B

9
pixelegg/images/close.svg Executable file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="close" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0.001,0v28.348h28.346V0H0.001z M24.03,20.16l-3.868,3.873
l-5.989-5.989l-5.986,5.991l-3.873-3.871l5.989-5.99L4.313,8.182l3.867-3.87l5.992,5.991l5.99-5.989l3.87,3.87l-5.987,5.99
L24.03,20.16z"/>
</svg>

After

Width:  |  Height:  |  Size: 762 B

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="close_x5F_button" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347"
xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0.001,0v28.348h28.346V0H0.001z M24.03,20.16l-3.868,3.873
l-5.989-5.989l-5.986,5.991l-3.873-3.871l5.989-5.99L4.313,8.182l3.867-3.87l5.992,5.991l5.99-5.989l3.87,3.87l-5.987,5.99
L24.03,20.16z"/>
</svg>

After

Width:  |  Height:  |  Size: 776 B

20
pixelegg/images/cnr-pending.svg Executable file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="cnr-pending" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347"
xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M11.416,4.288c-3.671,0-7.217,3.529-7.217,7.179
c0,1.891,0.955,3.744,2.383,5.097c0.737-0.017,1.479,0.251,2.042,0.812l0.984,0.984c0.493,0.151,0.998,0.242,1.509,0.269
l7.424-6.188c0.054-0.322,0.092-0.646,0.092-0.975C18.633,7.817,15.087,4.288,11.416,4.288z M5.147,11.416
c0-0.896,1.709-0.896,1.709,0C6.856,12.311,5.147,12.311,5.147,11.416z M11.416,5.146c0.57,0,0.896,1.71,0,1.71
C10.521,6.856,10.846,5.146,11.416,5.146z M11.416,17.685c-0.813,0-0.895-1.71,0-1.71C12.312,15.975,12.23,17.685,11.416,17.685z
M17.686,11.416c0,0.895-1.71,0.895-1.71,0C15.976,10.52,17.686,10.52,17.686,11.416z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.348V0H0z M25.09,15.109L12.902,25.266
c-0.408,0.34-0.901,0.542-1.418,0.676c-0.313,0.104-0.635,0.166-0.962,0.156c-0.901,0.012-1.807-0.259-2.495-0.832
c-1.115-1.129-3.361-3.932-3.361-3.932c-1.064-1.064-1.084-2.769-0.074-3.867c-1.43-1.612-2.306-3.727-2.306-6.051
c0-5.043,4.087-9.131,9.13-9.131c4.848,0,8.803,3.782,9.101,8.556c1.354-0.897,3.321-0.838,4.573,0.206
C26.437,12.168,26.437,13.987,25.09,15.109z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

27
pixelegg/images/configure.svg Executable file
View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="configure" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill="#ECEDED" d="M21.144,12.189l-0.588-1.371l0.163-0.363c0.22-0.497,0.771-1.722,0.907-2.216l-1.359-1.307
c-0.176,0.052-0.734,0.244-2.264,0.925l-0.365,0.163l-1.415-0.562l-0.147-0.361c-0.208-0.506-0.722-1.756-0.984-2.192h-1.928
c-0.258,0.452-0.744,1.728-0.914,2.183l-0.145,0.377l-1.413,0.563l-0.354-0.149C8.791,7.237,8.213,7.052,8.009,6.999L6.653,8.304
c0.151,0.5,0.738,1.723,0.95,2.159l0.179,0.37l-0.587,1.368l-0.369,0.142c-0.575,0.219-1.83,0.699-2.28,0.947v1.851
c0.46,0.247,1.749,0.699,2.269,0.882L7.2,16.159l0.586,1.367l-0.163,0.362c-0.221,0.495-0.771,1.72-0.907,2.216l1.358,1.307
c0.175-0.052,0.736-0.244,2.263-0.924l0.364-0.163l1.416,0.562l0.148,0.361c0.209,0.506,0.721,1.757,0.983,2.192h1.929
c0.259-0.45,0.745-1.728,0.916-2.183l0.146-0.375l1.417-0.564l0.354,0.148c1.543,0.643,2.119,0.828,2.324,0.883l1.356-1.309
c-0.153-0.497-0.742-1.721-0.951-2.154l-0.178-0.369l0.584-1.37l0.369-0.144c0.524-0.201,1.825-0.695,2.281-0.953v-1.844
c-0.463-0.246-1.749-0.698-2.267-0.882L21.144,12.189z M14.172,18.062c-2.223,0-4.03-1.745-4.03-3.887
c0-2.143,1.808-3.886,4.03-3.886s4.03,1.743,4.03,3.886C18.202,16.316,16.395,18.062,14.172,18.062z"/>
<path fill="#ECEDED" d="M0-0.001v28.348h28.348V-0.001H0z M26.063,16.372l-1.151,0.651c-0.369,0.208-0.938,0.453-1.712,0.759
c0.346,0.748,0.551,1.243,0.657,1.59l0.411,1.332l-3.284,3.168l-1.239-0.334c-0.379-0.102-0.985-0.32-1.843-0.665
c-0.473,1.2-0.682,1.563-0.759,1.697l-0.654,1.137h-4.521l-0.661-1.097c-0.221-0.365-0.482-0.937-0.812-1.717
c-0.812,0.35-1.405,0.582-1.771,0.691l-1.269,0.379l-3.284-3.16l0.358-1.301c0.109-0.396,0.326-0.943,0.637-1.662
c-0.752-0.274-1.324-0.504-1.691-0.701l-1.196-0.642V11.95l1.173-0.646c0.328-0.18,0.841-0.406,1.69-0.74
C4.639,9.476,4.525,9.102,4.482,8.96L4.081,7.632l3.271-3.147l1.229,0.32c0.378,0.099,0.99,0.318,1.858,0.666
c0.312-0.789,0.564-1.358,0.754-1.689l0.652-1.145h4.527l0.661,1.098c0.221,0.368,0.489,0.954,0.812,1.715
c0.825-0.355,1.421-0.587,1.78-0.693l1.263-0.372l3.283,3.157l-0.36,1.303c-0.108,0.389-0.325,0.937-0.638,1.661
c0.761,0.279,1.324,0.505,1.685,0.696l1.205,0.64V16.372z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

10
pixelegg/images/home.svg Executable file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.347V0H0z M21.203,3.051h3.521v7.041l-3.521-3.52
V3.051z M26.484,16.252h-2.641v9.682h-7.041v-7.92h-5.279v7.92H4.482v-9.682c0.062,0.078-2.641,0-2.641,0
c-0.688-0.688-1.216-0.879-0.528-1.567L12.515,3.483c0.452-0.452,1.083-0.577,1.662-0.434c0.579-0.143,1.211-0.018,1.662,0.434
l11.201,11.202C27.728,15.373,27.171,15.564,26.484,16.252z"/>
</svg>

After

Width:  |  Height:  |  Size: 920 B

14
pixelegg/images/mail_label2.svg Executable file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" cx="18.888" cy="9.616" r="1.74"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.346V0H0z M18.255,16.656
c-1.035,0-1.731-0.198-2.309-0.421l-0.731,2.154c-0.09,0.261-0.338,0.435-0.615,0.428l-2.401-0.052l-0.168,2.417
c-0.022,0.323-0.286,0.579-0.61,0.589L8.535,21.86l-0.42,1.893c-0.064,0.291-0.321,0.497-0.618,0.497H4.966
c-0.349,0-0.633-0.284-0.633-0.633v-2.531c0-0.153,0.056-0.302,0.157-0.418l7.658-8.734c-0.096-0.453-0.222-1.151-0.222-1.605
C11.927,6.839,14.766,4,18.255,4s6.328,2.839,6.328,6.328C24.583,13.816,21.744,16.656,18.255,16.656z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

19
pixelegg/images/mail_label4.svg Executable file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill="#ECEDED" d="M0,0v28.348h28.348V0H0z M25.48,15.202c-0.536,0.303-2.063,0.884-2.68,1.121l-0.435,0.168L21.68,18.1
l0.209,0.434c0.246,0.51,0.938,1.949,1.118,2.533l-1.594,1.537c-0.241-0.064-0.919-0.283-2.731-1.037l-0.416-0.174l-1.664,0.662
l-0.172,0.441c-0.2,0.535-0.771,2.035-1.075,2.564h-2.267c-0.309-0.512-0.91-1.982-1.156-2.576l-0.174-0.424l-1.664-0.66
l-0.428,0.191c-1.794,0.799-2.453,1.023-2.658,1.086l-1.597-1.537c0.161-0.582,0.807-2.021,1.066-2.604l0.191-0.424L5.98,16.506
l-0.454-0.16c-0.61-0.215-2.124-0.748-2.665-1.037v-2.175c0.528-0.291,2.004-0.855,2.679-1.113l0.435-0.166l0.689-1.608
l-0.21-0.435c-0.249-0.514-0.938-1.95-1.117-2.538L6.93,5.742c0.24,0.062,0.92,0.28,2.736,1.033l0.416,0.175l1.661-0.662
l0.169-0.443c0.2-0.533,0.771-2.033,1.074-2.564h2.266c0.309,0.513,0.912,1.981,1.156,2.577l0.174,0.424l1.662,0.662l0.43-0.192
c1.797-0.8,2.453-1.026,2.659-1.087L22.931,7.2c-0.161,0.58-0.808,2.019-1.065,2.603l-0.192,0.428l0.691,1.611L22.816,12
c0.609,0.216,2.12,0.747,2.664,1.035V15.202z"/>
<path fill="#ECEDED" d="M14.172,10.288c-2.223,0-4.03,1.743-4.03,3.886c0,2.141,1.808,3.887,4.03,3.887s4.03-1.746,4.03-3.887
C18.202,12.031,16.395,10.288,14.172,10.288z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.346V0H0z M11.485,22.449H5.896V5.894h5.589V22.449z
M22.447,22.449h-5.589V5.894h5.589V22.449z"/>
</svg>

After

Width:  |  Height:  |  Size: 679 B

View File

@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.437,0H3.91C1.75,0,0,1.751,0,3.91v20.527
c0,2.159,1.75,3.909,3.91,3.909h20.527c2.159,0,3.91-1.75,3.91-3.909V3.91C28.347,1.751,26.596,0,24.437,0z M4.729,24.562
l1.798-6.301l4.497,4.501L4.729,24.562z M22.685,8.329l0.536,0.537c0.309,0.309,0.381,0.755,0.263,1.167l0.129,0.129l-0.448,0.449
L12.102,21.684l-4.497-4.501L17.887,6.89L16.923,5.9l-5.426,5.432l-1.1-1.102l6.449-6.455l3.071,2.004
c0.182,0.046,0.353,0.132,0.494,0.273l0.545,0.546l2.82-2.823l1.729,1.731L22.685,8.329z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.346V0H0z M4.729,24.562l1.798-6.301l4.497,4.5
L4.729,24.562z M23.22,8.865c0.31,0.31,0.381,0.756,0.263,1.167l0.129,0.129l-0.447,0.448L12.102,21.684l-4.497-4.502L17.887,6.89
l-0.965-0.99l-5.426,5.433l-1.1-1.103l6.448-6.455l3.071,2.004c0.182,0.046,0.352,0.132,0.493,0.273l0.546,0.546l2.819-2.823
l1.729,1.731l-2.82,2.823L23.22,8.865z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 920 B

14
pixelegg/images/password.svg Executable file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" cx="18.888" cy="9.616" r="1.74"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.346V0H0z M18.255,16.656
c-1.035,0-1.731-0.198-2.309-0.421l-0.731,2.154c-0.09,0.261-0.338,0.435-0.615,0.428l-2.401-0.052l-0.168,2.417
c-0.022,0.323-0.286,0.579-0.61,0.589L8.535,21.86l-0.42,1.893c-0.064,0.291-0.321,0.497-0.618,0.497H4.966
c-0.349,0-0.633-0.284-0.633-0.633v-2.531c0-0.153,0.056-0.302,0.157-0.418l7.658-8.734c-0.096-0.453-0.222-1.151-0.222-1.605
C11.927,6.839,14.766,4,18.255,4s6.328,2.839,6.328,6.328C24.583,13.816,21.744,16.656,18.255,16.656z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,18 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.437,0H3.91C1.75,0,0,1.75,0,3.91v20.527
c0,2.16,1.75,3.91,3.91,3.91h20.527c2.159,0,3.91-1.75,3.91-3.91V3.91C28.347,1.75,26.596,0,24.437,0z M24.289,22.143
c0,0.816-0.646,1.479-1.445,1.479H5.502c-0.798,0-1.445-0.663-1.445-1.479v-2.218c0-0.816,0.647-1.479,1.445-1.479h1.042
l2.237-5.177c0-0.815,1.27-1.478,1.945-1.478h6.893c0.674,0,1.944,0.662,1.944,1.478l2.237,5.177h1.043
c0.798,0,1.445,0.663,1.445,1.479V22.143z M23.205,13.243c-1.725,0-3.131-1.44-3.24-3.259c-0.385-0.377-0.893-0.612-1.456-0.612
h-8.67c-0.562,0-1.07,0.235-1.456,0.612c-0.109,1.819-1.516,3.259-3.24,3.259c-1.796,0-3.252-1.561-3.252-3.484
c0-1.576,0.976-2.905,2.314-3.336c0.98-1.049,2.333-1.698,3.828-1.698h12.284c1.495,0,2.848,0.648,3.829,1.698
c1.338,0.432,2.313,1.76,2.313,3.336C26.457,11.683,25.001,13.243,23.205,13.243z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M14.173,12.53c2.394,0,4.335,1.986,4.335,4.436
c0,2.451-1.941,4.438-4.335,4.438c-2.395,0-4.335-1.987-4.335-4.438C9.838,14.517,11.779,12.53,14.173,12.53z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.347V0H0z M24.289,22.143
c0,0.816-0.646,1.479-1.445,1.479H5.502c-0.798,0-1.445-0.662-1.445-1.479v-2.219c0-0.816,0.647-1.479,1.445-1.479h1.042
l2.237-5.176c0-0.815,1.27-1.478,1.945-1.478h6.893c0.674,0,1.944,0.662,1.944,1.478l2.236,5.176h1.043
c0.799,0,1.445,0.662,1.445,1.479V22.143z M23.205,13.244c-1.725,0-3.132-1.44-3.24-3.259c-0.386-0.377-0.894-0.613-1.457-0.613
h-8.67c-0.562,0-1.07,0.236-1.456,0.613c-0.109,1.818-1.516,3.259-3.24,3.259c-1.796,0-3.252-1.561-3.252-3.484
c0-1.576,0.976-2.905,2.314-3.336c0.98-1.049,2.333-1.698,3.828-1.698h12.283c1.495,0,2.848,0.648,3.829,1.698
c1.338,0.432,2.313,1.76,2.313,3.336C26.457,11.683,25.001,13.244,23.205,13.244z"/>
<ellipse fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" cx="14.173" cy="16.968" rx="4.335" ry="4.437"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

16
pixelegg/images/private.svg Executable file
View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M14.281,4.529c-2.779,0-5.038,2.239-5.088,5.007H9.181v3.472
h10.188v-3.48C19.313,6.763,17.058,4.529,14.281,4.529z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M16.41,17.947c0-1.221-0.989-2.209-2.209-2.209
s-2.209,0.988-2.209,2.209c0,0.547,0.207,1.043,0.537,1.428l-0.82,3.721c0,0.654,0.443,1.184,0.991,1.184h3.006
c0.548,0,0.991-0.529,0.991-1.184l-0.821-3.723C16.204,18.986,16.41,18.494,16.41,17.947z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M-0.001,0v28.348h28.348V0H-0.001z M23.92,24.318
c0,1.104-0.896,2-2,2H6.426c-1.104,0-2-0.896-2-2v-9.311c0-1.104,0.896-2,2-2h0.255v-3.52h0.012
c0.074-4.125,3.446-7.459,7.589-7.459c4.158,0,7.543,3.36,7.592,7.507h-0.005v3.472h0.052c1.104,0,2,0.896,2,2V24.318z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.804,0H3.543C1.586,0,0,1.586,0,3.543v21.259
c0,1.957,1.586,3.543,3.543,3.543h21.261c1.957,0,3.543-1.586,3.543-3.543V3.543C28.347,1.586,26.761,0,24.804,0z M21.203,3.053
h3.521v7.041l-3.521-3.52V3.053z M26.484,16.255h-2.641v9.681h-7.041v-7.92h-5.279v7.92H4.482v-9.681c0.062,0.077-2.641,0-2.641,0
c-0.688-0.688-1.216-0.88-0.528-1.567L12.515,3.485c0.452-0.452,1.083-0.577,1.662-0.434c0.579-0.143,1.211-0.018,1.662,0.434
l11.201,11.202C27.728,15.375,27.171,15.567,26.484,16.255z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28.347px" height="28.347px" viewBox="0 0 28.347 28.347" enable-background="new 0 0 28.347 28.347" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0.001,0v28.348h28.346V0H0.001z M25.979,20.865c0,0,0,0,0,0.002
c0,0.869-0.705,1.574-1.574,1.574c-0.008,0-0.016-0.002-0.023-0.002l-0.002,0.002H3.935c0,0,0,0-0.002,0H3.932H3.909l-0.003-0.002
c-0.856-0.016-1.548-0.713-1.548-1.572c0-0.01,0.002-0.016,0.002-0.023l-0.002-0.002V10.451l11.811,8.984l11.811-8.984V20.865z
M25.979,6.584l-11.811,8.984L2.358,6.584v-0.68h23.621V6.584z"/>
</svg>

After

Width:  |  Height:  |  Size: 948 B

View File

@ -160,7 +160,7 @@
border-color: @gray_30;
.box_shadow_standard_light;
width: 45px;
height: 22px;
/*height: 1.6em;*/
.border_radius_button_righttop;
.background_color_search;

View File

@ -126,7 +126,7 @@
/*@active_button_border_bottom : @egw_color_2_d;*/
// Hint / or have to do / must field
@color_hint : @egw_color_2_e;
@color_hint : fade(@egw_color_2_e, 10%);
/*optional / can field*/
@color_optional : fade(@egw_color_1_e, 10%);
@ -169,6 +169,10 @@
@color_negative_action_active : lighten(#AE1D00, 10%);
@color_splitter_bar : @egw_color_1_a;
@color_splitter_bar_hover : @egw_color_1_a;
@color_splitter_bar_active : @egw_color_1_a;
// Search Button
.background_color_search {background-color : lighten(@egw_color_1, 15%); }

View File

@ -532,14 +532,7 @@ div.et2_link_entry input.ui-autocomplete-input {
display: none;
}
.et2_link_entry .ui-icon-close {
display: inline-block;
background-color: @gray_0;
border: none;
position: relative;
top: 3px;
left: 18px;
cursor: pointer;
margin-top: -3px;
}
/* Link to */
@ -759,11 +752,9 @@ ul.et2_vfs {
* Validation
*/
[required] {
background-color: @egw_color_1_a;
background-color: lighten(@egw_color_1_e, 10%);
.border_radius (3px, 3px ,3px ,3px );
input{
}
input{ }
}
.invalid {
border: 1px solid #a6261d;
@ -975,7 +966,7 @@ div.message.floating {
/*height: 16.21875px;*/
float: left;
margin: 5px 0 0 2px;
font-size: 11.2px;
font-size: 0.95em;
}
.nextmatch_header > .filters button.et2_button {
@ -1062,7 +1053,20 @@ div.message.floating {
/*ADD Button*/
#admin-categories-index_add {
.Complete_Button_add;
.dimension_width_height_l;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
padding: 0.5em;
&:before {
content: "+";
font-size: 2em;
color: @egw_color_1;
line-height: 0.6em;
padding-left: 0.1em;
padding-right: 4em;
}
&:hover {.Complete_Button_add_hover};
@ -1666,7 +1670,7 @@ iframe#admin-index_iframe{
// Content Iframe
#admin-categories-index{
background-color: green;
div.egwGridView_scrollarea { min-height: 500px;}

View File

@ -185,22 +185,20 @@ option:checked {background-color: @egw_color_1_e;}
.ui-icon-close{
/*visibility: hidden;*/
/*background-image: url(../images/search.png);*/
background-image: url("/egroupware2/pixelegg/images/cancel.png");
background-image: url("../images/cancel.png");
background-repeat: no-repeat;
background-color: @gray_0;
background-size: contain;
background-size: 12px 12px;
.dimension_width_height_s;
margin: 2px;
padding: 1px;
margin-top: 1px;
background-position: 0px 0px;
.rounded (2px);
&:hover{ background-color: @gray_30; color: @gray_90;.box_shadow_standard_light_hover;}
&:hover{ background-color: @gray_30;}
&:active {
.box_shadow_standard_light_active !important;
background-color: @color_cancel_action_active !important;
}
&:active { background-color: @color_cancel_action_active !important; }
}
span.ui-icon-close {margin-top: 0px; top: 5px !important;}

View File

@ -121,10 +121,10 @@ textarea {
input {
.Complete_Button_input;
.basefontfamily !important;
/* .Complete_Button_input;
.basefontfamily;
&:hover{.Complete_Button_input_hover;}
&:focus{.Complete_Button_input_focus;}
&:focus{.Complete_Button_input_focus;}*/
}

View File

@ -15,6 +15,27 @@
@import (reference) "def_design_pattern_color_font_shadow.less";
//@import "def_buttons.less";
#egwpopup{
.background_color_5_gray;
.border_radius_button_righttop;
border-width: 9px 0px 0px 0px;
border-style: solid;
border-color: @gray_30;
.box_shadow_standard_light;
padding: 1em;
input#egwpopup_ok_button,
button#desktop_perms{
.dimension_width_height_m;
}
}
#msg,.message {
color: red;
font-style: italic;

View File

@ -31,7 +31,7 @@ table.et2_grid {
.innerContainer{
/*overflow:auto;*/
overflow: hidden;
/*padding: 0;*/
}
// Table Head in Listen
@ -70,6 +70,8 @@ table.egwGridView_outer{
thead {
.gradient_thead;
max-height: 118px;
overflow-y: auto;
tr {
@ -195,13 +197,13 @@ table.egwGridView_grid{
// Listendarstellung
// Reihen ohne Border left und right
tr:nth-child(even) {background: @color_even;}
tr:nth-child(odd) {background: @color_odd;}
/* tr:nth-child(even) {background: @color_even;}
tr:nth-child(odd) {background: @color_odd;}*/
/*multiple choise*/
tr.selected{
background-image: none;
background: fade(@color_selected_row, 20%);
background-color: @egw_color_1_e !important;
/*.bw-gradient;*/
}
@ -220,7 +222,7 @@ table.egwGridView_grid{
border-color: @gray_50;
// Hover State
&:hover {background: @color_hover_row !important;}
&:hover {background: @color_hover_row;}
@ -241,6 +243,12 @@ table.egwGridView_grid{
span{
color: @gray_70;
}
span[id*="[info_subject]"]{
margin-right: 30px;
}
table.customfields{
tbody{
border-bottom: 0px;

View File

@ -173,7 +173,8 @@
color: #000000;
float: left;
font-size: 12px;
padding: 0 5px;
padding: 0 10px 0 4px !important;
position: relative;
border-radius: 3px;
margin-left: 5px;
margin-top: 4px;
@ -212,8 +213,11 @@
cursor: pointer;
height: 7px;
float: right;
margin: 8px 2px 0 10px;
margin: 2px 2px 0 3px !important;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAEZ0FNQQAAsY58+1GTAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjahI7BCQAwCAOTzpThHMHh3Kl9CVos9XckFwQAuPtGuWTWwMwaczKzyHsqg6+5JqMJr28BABHRwmTWQFJjTmYWOU1L4tdck9GE17dnALGAS+kAR/u2AAAAAElFTkSuQmCC);
position: absolute;
right: 2px;
top: 2px;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn:hover {
background-position: 0 -7px;