pixelegg changes from wednesday, new/changed images and styles

This commit is contained in:
Klaus Leithoff 2014-01-15 13:45:44 +00:00
parent cbb38dbc4b
commit 5406f80fd6
61 changed files with 474 additions and 239 deletions

View File

@ -633,7 +633,7 @@ action buttons, left aligned for "extra" controls
position: fixed;
border: 1px solid #897f51;
padding: 3px;
background-color: rgba(103, 159, 210, 0.1);
background-color: #ffffff;
max-width: 300px;
color: black;
}
@ -1199,11 +1199,15 @@ action buttons, left aligned for "extra" controls
display: none;
}
.favorites .sideboxstar {
background-image: url("../images/bullet.png");
background-image: url("../images/bullet.svg");
background-repeat: no-repeat;
background-size: contain;
width: 12px;
height: 12px;
}
.sidebox-favorites {
/*ul*/
}
.sidebox-favorites ul.favorites {
width: 99%;
padding: 0px;
@ -1211,9 +1215,9 @@ action buttons, left aligned for "extra" controls
background: white;
}
.sidebox-favorites ul.favorites li {
padding-left: 0 !important;
padding-left: 1em !important;
margin-left: 0px;
line-height: 2.5em;
line-height: 2em;
}
.sidebox-favorites ul.favorites li img {
margin: 0px 5px;
@ -1257,6 +1261,13 @@ action buttons, left aligned for "extra" controls
-moz-border-radius: 3px;
border-radius: 3px;
}
.sidebox-favorites ul.favorites li a div.sideboxstar {
display: none;
}
.sidebox-favorites ul.favorites li a div.ui-icon-trash {
margin-top: -1px;
margin-right: 2px;
}
.sidebox-favorites .ui-state-hover,
.sidebox-favorites .ui-widget-content .ui-state-hover,
.sidebox-favorites .ui-widget-header .ui-state-hover,
@ -1287,13 +1298,19 @@ action buttons, left aligned for "extra" controls
-moz-border-radius: 3px;
border-radius: 3px;
}
.sidebox-favorites .ui-menu {
/*li*/
}
.sidebox-favorites .ui-menu .ui-menu-item {
width: 93%;
}
.sidebox-favorites .ui-menu .ui-menu-item:hover {
background-color: #ffdd73;
}
.sidebox-favorites .ui-menu .ui-menu-item a {
line-height: inherit;
padding: 2px 0px;
padding-left: 0 !important;
padding-left: 5px !important;
}
.sidebox-favorites .ui-menu .ui-menu-item a:hover {
text-decoration: underline;
@ -1303,6 +1320,9 @@ action buttons, left aligned for "extra" controls
width: 16px;
height: 16px;
}
.sidebox-favorites .ui-menu .ui-menu-item a div.ui-icon-heart {
display: none;
}
.sidebox-favorites div.ui-icon-heart {
position: relative;
float: left;
@ -1311,20 +1331,18 @@ action buttons, left aligned for "extra" controls
background-image: none;
}
.sidebox-favorites div.ui-icon-trash {
background-image: url(../images/delete.png);
margin-top: 0px;
margin-right: 2px;
background-image: url(../images/delete.svg);
background-size: 16px 16px;
background-position: 0 0;
background-color: #e6e6e6;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-right: 0.5em;
padding: 0px 2px 0 2px;
width: 10px;
background-color: #000;
-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);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.nextmatch_sortheader {
color: #003075;
@ -2266,9 +2284,9 @@ span.ui-icon-search {
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);
-webkit-box-shadow: 6px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 6px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: 6px 2px 1px rgba(0, 0, 0, 0.5);
padding: 1em;
}
#egwpopup input#egwpopup_ok_button,
@ -2973,6 +2991,8 @@ input.egwbutton:active {
input[type=image] {
cursor: pointer;
border: 0;
width: 16px;
height: 16px;
}
#thesideboxcolumn {
width: 177px;
@ -3663,6 +3683,10 @@ table.egwGridView_outer thead tr th:active {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
border-bottom: 1px solid silver;
}
table.egwGridView_outer thead tr th div.innerContainer {
max-height: 7em;
overflow-y: auto;
}
table.egwGridView_outer thead tr th.optcol {
padding: 0;
text-align: center;
@ -3726,6 +3750,11 @@ table.egwGridView_grid {
table.egwGridView_grid img {
height: 16px;
}
table.egwGridView_grid img.iphoto {
height: 9em;
margin: 0.2em;
max-height: 60px;
}
table.egwGridView_grid tbody {
border-bottom: 1px solid #000000;
/*padding: 2px 3px 2px 4px;*/
@ -3832,6 +3861,11 @@ table.customfields td span > div {
display: inherit;
margin: 0px;
}
/*########################################################*/
table.nextmatch_header img {
width: 16px;
height: 16px;
}
/**
* EGroupware: Stylite Pixelegg template
*
@ -4330,62 +4364,6 @@ table.customfields td span > div {
Add / Print / Logout /
- Name / Date
###################################################*/
#egw_fw_topmenu_addons {
/* span#quick_add{
.Complete_Button_add;
.Button_size_square_16;
.border_normal;
.box_shadow_standard_light;
float: right;
position: fixed;
right: 83px;
top: 5px;
padding: 0.5em;
&:before {content: "+"; font-size: 2em; color: @egw_color_1; line-height: 0.6em}
&:focus {.box_shadow_standard_light_inset;};
.transition (0.2s, ease-out);
select#quick_add_selectbox{
position: fixed;
right: 83px;
.border_normal;
.box_shadow_standard_light;
height: 26px;
padding: 0 0 0 10px;
font-size: 0.9em;
line-height: 1.1em;
visibility: hidden;
transition-property: visibility;
transition-duration: 0s;
transition-timing-function: linear;
transition-delay: 0s;
}
}
hover
span#quick_add:hover {
width: 166px !important;
.box_shadow_standard_light_hover;
select#quick_add_selectbox {
.box_shadow_standard_light_hover;
.box_shadow_none;
border: none;
position: relative !important;
right: 1px !important;
top: -5px;
z-index: 200;
visibility: visible !important;
}
}*/
}
#egw_fw_topmenu_addons span#quick_add {
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
@ -4594,6 +4572,11 @@ table.customfields td span > div {
padding-left: 3em;
color: #999999;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header object {
background-color: #ffffff;
width: 24px;
height: 24px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active {
cursor: pointer;
/*background-image: url("../images/header_active.png");*/
@ -4679,6 +4662,15 @@ table.customfields td span > div {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
background-color: #bfbfbf;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active object {
margin-left: 14px;
margin-top: 8px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 16px;
height: 16px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active .egw_fw_ui_ajaxloader {
margin-top: -26px;
}
@ -4774,6 +4766,9 @@ table.customfields td span > div {
color: #ff0000;
background-color: yellow !important;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category div.egw_fw_ui_category:nth-last-of-type(-n+3) img.egw_fw_ui_sidemenu_listitem_icon {
display: block;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
background-color: #999999;
padding: 0.5em 1em;
@ -4849,11 +4844,6 @@ table.customfields td span > div {
/*filter: url(grayscale.svg); Firefox 4+ */
filter: gray;
/* IE 6-9 */
/* path {color: red}
svg:hover path {fill: red;}
filter: hue-rotate(90deg);*/
}
#egw_fw_sidebar #egw_fw_splitter {
position: absolute;
@ -4912,16 +4902,16 @@ table.customfields td span > div {
background-color: #ffffff;
}
.egw_fw_ui_sidemenu_listitem img.egw_fw_ui_sidemenu_listitem_icon {
width: 16px;
height: 16px;
/*display: none;*/
width: 12px;
height: 12px;
padding: 0px;
margin: 0px 5px;
float: left;
/*.Complete_Button_Icon_normal;*/
background-image: url("../images/bullet.png");
background-size: .dimension_width_height_s;
background-position: center;
/*&:hover {height: 16px; .Complete_Button_Icon_hover ;}*/
/* background-image: url("../images/bullet.svg");
background-size: .dimension_width_height_s;
background-position: center;*/
}
.egw_fw_ui_sidemenu_listitem input {
height: 16px;
@ -5105,6 +5095,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
background-repeat: repeat-x;
background-color: transparent;
height: 32px;
/*aktive Tabs*/
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header h1 {
/*float: left;*/
@ -5176,11 +5167,31 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
filter: gray;
/* IE 6-9 */
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header object {
width: 16px;
height: 16px;
background-color: #ffffff;
margin: 8px 1px 0 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 5px;
/*.background-clip(padding-box);*/
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
border-width: 1px 1px 0px 1px !important;
padding: 0 0 5px !important;
background-color: #b3b3b3 !important;
background-image: none !important;
/*aktive Objekte*/
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active:hover {
background-color: #bfbfbf;
@ -5189,11 +5200,25 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
display: inline-block;
width: 16px;
height: 16px;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active object {
width: 24px;
height: 24px;
margin: 2px 1px 0 5px;
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 2px;
/*.background-clip(padding-box);*/
background-color: #b4b4b4;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button {
position: absolute;
@ -5458,6 +5483,18 @@ tr.dialog-header4 .et2_label {
.dialog-footer-toolbar input.et2_checkbox {
top: 0px;
}
/*Dialog Calendar - Resourcen suchen*/
div#divMain {
padding: 1em;
}
div#divMain img {
width: 16px;
height: 16px;
}
div#divMain input[type*="image"] {
width: 16px;
height: 16px;
}
/*
Printing
*/

View File

@ -66,5 +66,6 @@
@import "../less/print.less";
//
//
//

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_abbruch" 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

Before

Width:  |  Height:  |  Size: 983 B

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -5,16 +5,16 @@
<svg version="1.1" id="pixelegg_about" 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.347h28.346V0H0z M19.547,24.202l-0.092,0.057c-1.609,0.828-3.407,1.274-5.23,1.274
<path fill="#ECEDED" d="M0.001,0v28.347h28.346V0H0.001z M19.548,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
c0.397,1.153,0.617,2.392,0.617,3.68C25.53,18.48,23.135,22.298,19.548,24.202z"/>
<path fill="#ECEDED" d="M14.665,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
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.469-4.492-1.469
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"/>
<path fill="#ECEDED" d="M14.505,4.379c3.879,0.208,7.157,2.662,8.555,6.079l-2.008-6.079H14.505z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_access" 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>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_accounts" 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.347h28.346V0H0.001z M8.568,7.494

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_add" 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>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_advanced-search" 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 M22.977,23.342l-1.409,1.389

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_agt_action_fail" 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>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_agt_action_success" 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 M23.625,11.887l-10.872,9.061

Before

Width:  |  Height:  |  Size: 1001 B

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_agt_reload" 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 M21.022,22.258l-5.146-7.353

Before

Width:  |  Height:  |  Size: 790 B

After

Width:  |  Height:  |  Size: 849 B

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_alarm" 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>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_apply" 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>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_archive" 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>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_arrow_down" 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

Before

Width:  |  Height:  |  Size: 870 B

After

Width:  |  Height:  |  Size: 929 B

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_arrow_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">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0H3.543C1.586,0,0,1.586,0,3.543v21.259

Before

Width:  |  Height:  |  Size: 848 B

After

Width:  |  Height:  |  Size: 907 B

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_attach" 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 M23.995,13.401L13.961,23.437

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_back" 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>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_bearbeiten" 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

Before

Width:  |  Height:  |  Size: 930 B

After

Width:  |  Height:  |  Size: 989 B

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_billed" 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>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_bookable" 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

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<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">

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<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">

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_button_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">

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_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">

Before

Width:  |  Height:  |  Size: 886 B

After

Width:  |  Height:  |  Size: 945 B

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_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>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_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="M0,0v28.348h28.346V0H0z M19.264,4.385c0,0,3.41,0.347,3.722,3.557

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_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>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_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>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_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="M-0.001,0v28.348h28.348V0H-0.001z M23.679,22.268l-0.882,0.865

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_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="M0.001,0v28.348h28.346V0H0.001z M24.267,19.309l-4.749,4.564

Before

Width:  |  Height:  |  Size: 839 B

After

Width:  |  Height:  |  Size: 898 B

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_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>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_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="M0.001,0v28.348h28.346V0H0.001z M23.626,11.887l-10.872,9.061

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_clear_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">

Before

Width:  |  Height:  |  Size: 1014 B

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_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

Before

Width:  |  Height:  |  Size: 830 B

After

Width:  |  Height:  |  Size: 889 B

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_close_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">

Before

Width:  |  Height:  |  Size: 840 B

After

Width:  |  Height:  |  Size: 899 B

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_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">

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -2,6 +2,7 @@
<!-- 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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_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>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

17
pixelegg/images/continue.svg Executable file
View File

@ -0,0 +1,17 @@
<?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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_continue" 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.348V0H0z M3.65,12.396
c0-2.174,1.761-3.938,3.933-3.938h4.223l-0.009-2.42l1.365-1.365c1.484-1.484,3.894-1.481,5.381,0.006l5.159,6.787
c1.487,1.488,1.49,3.896,0.006,5.381l-5.136,6.764c-1.484,1.484-3.894,1.48-5.382-0.006l-1.336-1.336l-0.009-2.418H7.583
c-2.172,0-3.933-1.764-3.933-3.938V12.396z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M8.369,10.822h5.878L14.24,6.828
c0.891-0.891,2.336-0.889,3.229,0.004l4.081,5.709c0.893,0.892,0.894,2.338,0.003,3.229l-4.061,5.688
c-0.891,0.891-2.336,0.891-3.229-0.004l-0.007-3.965H8.369c-1.304,0-2.359-1.057-2.359-2.361v-1.943
C6.01,11.879,7.065,10.822,8.369,10.822z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

0
pixelegg/images/copy.svg Executable file
View File

0
pixelegg/images/cut.svg Executable file
View File

23
pixelegg/images/date.svg Executable file
View File

@ -0,0 +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="date" 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-0.001v28.348h28.346V-0.001H0z M16.982,4.501
c0-0.808,0.653-1.462,1.462-1.462c0.808,0,1.462,0.654,1.462,1.462v2.195c0,0.808-0.654,1.463-1.462,1.463
c-0.809,0-1.462-0.655-1.462-1.463V4.501z M8.44,4.501c0-0.808,0.654-1.462,1.462-1.462s1.463,0.654,1.463,1.462v2.195
c0,0.808-0.655,1.463-1.463,1.463S8.44,7.504,8.44,6.696V4.501z M23.684,23.522c0,0.807-0.656,1.463-1.463,1.463H6.126
c-0.807,0-1.463-0.656-1.463-1.463V6.696c0-0.809,0.656-1.463,1.463-1.463h1.367v2.373c0,0.887,0.72,1.605,1.606,1.605h1.605
c0.887,0,1.607-0.719,1.607-1.605V5.233h3.722v2.373c0,0.887,0.721,1.605,1.607,1.605h1.605c0.887,0,1.606-0.719,1.606-1.605V5.233
h1.367c0.807,0,1.463,0.654,1.463,1.463V23.522z"/>
<rect x="6.858" y="10.354" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.39" height="3.656"/>
<rect x="11.979" y="10.354" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.388" height="3.656"/>
<rect x="17.099" y="10.354" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.39" height="3.656"/>
<rect x="6.858" y="14.744" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.39" height="3.657"/>
<rect x="11.979" y="14.744" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.388" height="3.657"/>
<rect x="6.858" y="19.134" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.39" height="3.656"/>
<rect x="11.979" y="19.134" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.388" height="3.656"/>
<rect x="17.099" y="19.134" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="4.39" height="3.656"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

16
pixelegg/images/datepopup.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="datepopup" 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="6.451" y="14.174" fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" width="15.445" height="10.297"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.348V0H0z M18.465,3.876
c0-0.948,0.768-1.716,1.716-1.716c0.947,0,1.716,0.768,1.716,1.716v2.575c0,0.947-0.769,1.716-1.716,1.716
c-0.948,0-1.716-0.769-1.716-1.716V3.876z M6.451,3.876c0-0.948,0.769-1.716,1.716-1.716c0.948,0,1.717,0.768,1.717,1.716v2.575
c0,0.947-0.769,1.716-1.717,1.716c-0.947,0-1.716-0.769-1.716-1.716V3.876z M23.613,24.471c0,0.948-0.769,1.717-1.717,1.717H6.451
c-0.948,0-1.717-0.769-1.717-1.717V12.457h18.879V24.471z M25.329,11.6H3.019V6.451c0-0.948,0.769-1.716,1.716-1.716v2.574
c0,0.948,0.769,1.717,1.717,1.717h3.433c0.947,0,1.716-0.769,1.716-1.717V4.735h5.148v2.574c0,0.948,0.769,1.717,1.717,1.717h3.432
c0.948,0,1.717-0.769,1.717-1.717V4.735c0.947,0,1.716,0.769,1.716,1.716V11.6z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

19
pixelegg/images/delete.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="delete" 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="M7.327,20.623c0.13,1.139,1.271,2.032,2.598,2.032h8.645
c1.325,0,2.502-0.894,2.631-2.032l0.571-4.229c0.158-1.389,0.512-2.941,0.512-2.941H6.421c0,0,0.178,1.553,0.336,2.941
L7.327,20.623z M18.317,15.039h2.379l-0.793,5.086c0,0.695-0.532,1.26-1.189,1.26s-1.189-0.564-1.189-1.26L18.317,15.039z
M12.766,15.039h3.172v5.086c0,0.695-0.71,1.26-1.586,1.26s-1.586-0.564-1.586-1.26V15.039z M10.387,15.039l0.793,5.086
c0,0.695-0.533,1.26-1.19,1.26c-0.656,0-1.189-0.564-1.189-1.26l-0.793-5.086H10.387z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M15.305,4.639h-1.905c-1.27,0-2.299,0.232-2.299,1.498v0.154
h6.504V6.137C17.604,4.871,16.574,4.639,15.305,4.639z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0,0v28.348h28.348V0H0z M24.587,15.562l-1.01,6.546
c-0.283,1.834-2.234,3.241-4.372,3.241H9.323c-2.139,0-4.089-1.407-4.373-3.241l-1.01-6.546c-0.372-2.406-0.655-3.365-0.692-4.488
h22.207C25.286,12.329,24.959,13.156,24.587,15.562z M3.248,9.42c0,0,0.1-3.129,3.833-3.129H8.8V5.373
c0-2.108,1.717-3.024,3.833-3.024h3.438c2.116,0,3.833,0.916,3.833,3.024v0.918h1.719c3.733,0,3.833,3.129,3.833,3.129H3.248z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

0
pixelegg/images/deleted.svg Executable file
View File

17
pixelegg/images/dialog_help.svg Executable file
View File

@ -0,0 +1,17 @@
<?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="dialog_x5F_help" 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="M-0.001,0v28.348h28.348V0H-0.001z M14.172,25.596c-6.308,0-11.422-5.114-11.422-11.422
c0-6.309,5.114-11.423,11.422-11.423c6.309,0,11.423,5.114,11.423,11.423C25.595,20.481,20.48,25.596,14.172,25.596z"/>
<path fill="#ECEDED" d="M14.144,17.799c-1.243,0-2.236,1.031-2.236,2.32c0,1.269,0.993,2.32,2.236,2.32s2.237-1.052,2.237-2.32
C16.381,18.83,15.387,17.799,14.144,17.799z"/>
<path fill="#ECEDED" d="M17.643,7.924c-0.938-0.832-2.143-1.229-3.346-1.229c-2.695,0-5.219,1.646-5.239,4.659h3.806
c0-0.853,0.458-1.507,1.338-1.507c0.803,0,1.396,0.675,1.396,1.488c0,1.308-1.377,1.962-2.466,1.962
c-0.268,0-0.535-0.04-0.804-0.099v3.846h3.499v-1.406c1.95-0.635,3.461-2.043,3.461-4.284C19.287,10.047,18.598,8.758,17.643,7.924
z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

View File

View File

@ -1,16 +1,17 @@
<?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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_done" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
<svg version="1.1" id="done" 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.544C1.587,0,0.001,1.586,0.001,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.347,1.586,26.761,0,24.804,0z M26.174,23.173
c0,1.656-1.343,3-3,3H5.173c-1.656,0-3-1.344-3-3V5.174c0-1.657,1.344-3,3-3h18.001c1.657,0,3,1.343,3,3V23.173z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M8.726,21.427c0.588,0.504,1.361,0.744,2.131,0.732
c0.279,0.009,0.554-0.045,0.821-0.138c0.44-0.118,0.862-0.296,1.211-0.595l10.41-8.949c1.149-0.989,1.149-2.592,0-3.58
s-3.015-0.988-4.165,0l-8.348,7.178l-1.551-1.6c-0.934-0.963-2.447-0.963-3.381,0s-0.934,2.524,0,3.487
C5.854,17.963,7.772,20.433,8.726,21.427z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M21.766,4.044H6.573c-1.397,0-2.531,1.133-2.531,2.531v15.191
c0,1.396,1.134,2.531,2.531,2.531h15.192c1.398,0,2.531-1.135,2.531-2.531V6.575C24.297,5.177,23.164,4.044,21.766,4.044z
M21.871,12.739l-8.786,7.553c-0.294,0.252-0.65,0.402-1.021,0.502c-0.226,0.078-0.457,0.123-0.693,0.117
c-0.649,0.01-1.302-0.193-1.798-0.619c-0.805-0.838-2.423-2.924-2.423-2.924c-0.788-0.812-0.788-2.129,0-2.942
c0.787-0.812,2.064-0.812,2.853,0l1.309,1.351l7.045-6.059c0.972-0.834,2.545-0.834,3.516,0
C22.841,10.552,22.841,11.905,21.871,12.739z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M-0.001,0v28.347h28.348V0H-0.001z M26.131,23.142
c0,1.65-1.339,2.99-2.99,2.99H5.199c-1.651,0-2.99-1.34-2.99-2.99V5.2c0-1.652,1.339-2.991,2.99-2.991h17.941
c1.651,0,2.99,1.338,2.99,2.991V23.142z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 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.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">
<?xml-stylesheet type="text/css" href="../less/svg.css" ?>
<svg version="1.1" id="pixelegg_done_all" 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.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.347,1.586,26.761,0,24.804,0z M4.361,10.478
c1.036-1.051,2.716-1.051,3.753,0l1.722,1.745l9.27-7.831c1.276-1.078,3.346-1.078,4.623,0c1.276,1.079,1.276,2.828,0,3.906
l-11.558,9.765c-0.388,0.326-0.855,0.521-1.344,0.648c-0.298,0.101-0.603,0.159-0.912,0.15c-0.855,0.012-1.714-0.248-2.367-0.799
c-1.059-1.085-3.187-3.779-3.187-3.779C3.323,13.232,3.323,11.528,4.361,10.478z M23.75,14.14l-11.569,9.765
<svg version="1.1" id="done_x5F_all" 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 M4.36,10.477
c1.036-1.051,2.716-1.051,3.753,0l1.722,1.745l9.27-7.831c1.276-1.078,3.346-1.078,4.623,0c1.276,1.079,1.276,2.827,0,3.906
L12.17,18.062c-0.388,0.326-0.855,0.521-1.344,0.648c-0.298,0.101-0.603,0.159-0.912,0.15c-0.855,0.012-1.714-0.248-2.367-0.799
c-1.059-1.085-3.187-3.779-3.187-3.779C3.322,13.231,3.322,11.527,4.36,10.477z M23.749,14.139L12.18,23.903
c-0.389,0.326-0.856,0.521-1.347,0.648c-0.298,0.102-0.603,0.16-0.913,0.151c-0.855,0.012-1.715-0.249-2.368-0.8
c-1.06-1.086-3.19-3.779-3.19-3.779c-0.993-1.005-1.025-2.601-0.12-3.657c0.775,0.966,2.264,2.797,3.127,3.686
c0.743,0.63,1.722,0.928,2.696,0.913c0.354,0.012,0.7-0.056,1.038-0.171c0.558-0.146,1.091-0.368,1.532-0.742l11.38-9.645
C25.006,11.592,24.927,13.146,23.75,14.14z"/>
C25.005,11.591,24.926,13.146,23.749,14.139z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

15
pixelegg/images/export.svg Executable file
View File

@ -0,0 +1,15 @@
<?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="export" 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="18.04,8.899 14.946,8.899 14.946,5.133 8.761,5.133
8.761,10.407 19.586,10.407 19.586,5.133 18.04,5.133 "/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M8.761,14.926c-1.281,0-2.318,1.012-2.318,2.26v3.013v3.014
h15.463v-3.014v-3.013c0-1.248-1.037-2.26-2.319-2.26H8.761z M18.812,21.705H9.534v-0.753h9.278V21.705z M18.812,19.446H9.534
v-0.754h9.278V19.446z M18.812,17.186H9.534v-0.753h9.278V17.186z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M0-0.001v28.348h28.348V-0.001H0z M24.226,24.718H4.122V3.627
H19.5l4.726,4.571V24.718z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -128,6 +128,9 @@
// Hint / or have to do / must field
@color_hint : fade(@egw_color_2_e, 10%);
// Tooltipp / or have to do / must field
@color_tooltip : lighten(@egw_color_1_e, 90%);
/*optional / can field*/
@color_optional : fade(@egw_color_1_e, 10%);
@ -268,6 +271,13 @@
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
.box_shadow_message {
-webkit-box-shadow: 6px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 6px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: 6px 2px 1px rgba(0, 0, 0, 0.5);
}
// Rahmen für Dialoge
.box_shadow_edit_dialog {

View File

@ -647,7 +647,7 @@ ul.et2_link_string {
position: fixed;
border: 1px solid #897f51;
padding: 3px;
background-color: @color_hint;
background-color: @color_tooltip;
max-width: 300px;
color: black;
}
@ -1218,8 +1218,9 @@ div.message.floating {
// List Icon
.sideboxstar{
background-image: url("../images/bullet.png");
background-image: url("../images/bullet.svg");
background-repeat: no-repeat;
background-size: contain;
.dimension_width_height_xs;
}
@ -1229,6 +1230,7 @@ div.message.floating {
.sidebox-favorites {
ul.favorites {
width: 99%;
padding: 0px;
@ -1237,9 +1239,9 @@ div.message.floating {
li {
padding-left: 0 !important;
padding-left: 1em !important;
margin-left: 0px;
line-height: 2.5em;
line-height: 2em;
img {
@ -1265,11 +1267,16 @@ div.message.floating {
&:hover {.dimension_height_s; .Complete_Button_Icon_hover ;}
}
a {
div.sideboxstar {display: none;}
div.ui-icon-trash{
margin-top: -1px;
margin-right: 2px;
}
}
}
}
.ui-state-hover,
@ -1299,24 +1306,26 @@ div.message.floating {
}
}
/*ul*/
.ui-menu {
/*li*/
.ui-menu-item {
width: 93%;
&:hover {background-color: @egw_color_1_e;}
a {
line-height: inherit;
padding: 2px 0px;
padding-left: 0 !important;
padding-left: 5px !important;
&:hover {text-decoration: underline;
/*.Complete_Button_Icon_hover ;*/
}
img { .dimension_width_height_s ;
}
img { .dimension_width_height_s ;}
div.ui-icon-heart{display: none}
}
}
@ -1332,33 +1341,20 @@ div.message.floating {
background-image: none;
}
div.ui-icon-trash{
background-image:url(../images/delete.png);
margin-top: 0px;
margin-right: 2px;
background-image:url(../images/delete.svg);
background-size: 16px 16px;
background-position: 0 0;
background-color: #e6e6e6;
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
border: 1px solid rgba(0,0,0,0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-right: 0.5em;
padding: 0px 2px 0 2px;
width: 10px;
background-color: #000;
.box_shadow_standard_light;
.rounded;
}
} // sidebox-favorites
.nextmatch_sortheader {
color: #003075;
cursor: pointer;
@ -1718,4 +1714,4 @@ iframe#admin-index_iframe{
}
//
//
//

View File

@ -628,6 +628,7 @@ input[type=image]
{
cursor: pointer;
border: 0;
.dimension_width_height_s;
}
#thesideboxcolumn

View File

@ -268,6 +268,14 @@ tr.dialog-header4{
}
/*Dialog Calendar - Resourcen suchen*/
div#divMain {
padding: 1em;
img {.dimension_width_height_s;}
input[type*="image"] {.dimension_width_height_s;}
}
//
//

View File

@ -23,7 +23,8 @@
border-width: 9px 0px 0px 0px;
border-style: solid;
border-color: @gray_30;
.box_shadow_standard_light;
.box_shadow_message;
padding: 1em;

View File

@ -300,60 +300,7 @@
/* span#quick_add{
.Complete_Button_add;
.Button_size_square_16;
.border_normal;
.box_shadow_standard_light;
float: right;
position: fixed;
right: 83px;
top: 5px;
padding: 0.5em;
&:before {content: "+"; font-size: 2em; color: @egw_color_1; line-height: 0.6em}
&:focus {.box_shadow_standard_light_inset;};
.transition (0.2s, ease-out);
select#quick_add_selectbox{
position: fixed;
right: 83px;
.border_normal;
.box_shadow_standard_light;
height: 26px;
padding: 0 0 0 10px;
font-size: 0.9em;
line-height: 1.1em;
visibility: hidden;
transition-property: visibility;
transition-duration: 0s;
transition-timing-function: linear;
transition-delay: 0s;
}
}
hover
span#quick_add:hover {
width: 166px !important;
.box_shadow_standard_light_hover;
select#quick_add_selectbox {
.box_shadow_standard_light_hover;
.box_shadow_none;
border: none;
position: relative !important;
right: 1px !important;
top: -5px;
z-index: 200;
visibility: visible !important;
}
}*/
}
@ -557,6 +504,9 @@
padding-left: 3em;
.color_40_gray;
}
object {background-color: @gray_0; .dimension_width_height_m;}
}
@ -597,7 +547,12 @@
.background_color_25_gray;
}
object {
margin-left: 14px;
margin-top: 8px;
.rounded (3px;);
.dimension_width_height_s;
}
.egw_fw_ui_ajaxloader {margin-top: -26px;}
@ -656,6 +611,12 @@
color:#ff0000;
background-color: yellow !important;
}
div.egw_fw_ui_category:nth-last-of-type(-n+3) {
img.egw_fw_ui_sidemenu_listitem_icon {
display: block;
}
}
}
@ -726,11 +687,7 @@
/*filter grey*/
.img_filter_gray;
/* path {color: red}
svg:hover path {fill: red;}
filter: hue-rotate(90deg);*/
}
}
@ -826,16 +783,16 @@
// Icon before
img.egw_fw_ui_sidemenu_listitem_icon {
.dimension_width_height_s;
/*display: none;*/
.dimension_width_height_xs;
padding: 0px;
margin: 0px 5px;
float: left;
/*.Complete_Button_Icon_normal;*/
background-image: url("../images/bullet.png");
/* background-image: url("../images/bullet.svg");
background-size: .dimension_width_height_s;
background-position: center;*/
background-position: center;
/*&:hover {height: 16px; .Complete_Button_Icon_hover ;}*/
}
input {
@ -1154,18 +1111,14 @@ div#calendar-container {
margin: 0 auto;
.dimension_width_height_s;
}
// Tab
// Tab
// ##########
// # #
// # 16x16 #
// # #
// ##########
// aktive
// inaktive
.egw_fw_ui_tab_header {
text-align: center;
@ -1206,12 +1159,26 @@ div#calendar-container {
margin: 5px 1px 0 1em;
.img_filter_gray;
}
}
object {
.dimension_width_height_s;
background-color: @gray_0;
margin: 8px 1px 0 5px;
.border_radius(5px,0, 0, 5px);
}
}
// ##########
// # #
// # #
// ##########
/*aktive Tabs*/
.egw_fw_ui_tab_header_active {
border-width: 1px 1px 0px 1px !important;
padding: 0 0 5px !important;
@ -1225,15 +1192,18 @@ div#calendar-container {
img.egw_fw_ui_tab_icon {
display: inline-block;
.dimension_width_height_s;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
/*aktive Objekte*/
object {
.dimension_width_height_m;
margin: 2px 1px 0 5px;
.border_radius(2px,0, 0, 2px);
background-color: @gray_30;
}
}

View File

@ -109,7 +109,10 @@ table.egwGridView_outer{
border-bottom: 1px solid silver;
}
div.innerContainer {
max-height: 7em;
overflow-y: auto;
}
}
@ -187,7 +190,8 @@ table.egwGridView_grid{
border-spacing: 0px 1px;
width: 100%;
img{ height: 16px;}
img{ .dimension_height_s;}
img.iphoto {height: 9em;margin: 0.2em; max-height: 60px;}
tbody {
border-bottom: 1px solid @lightgray;
@ -336,4 +340,10 @@ table.egwGridView_grid{
}
}
//
/*########################################################*/
// Tabelle der APP Ausgabe
table.nextmatch_header{
img{ .dimension_width_height_s;}
}

View File

@ -1,7 +1,27 @@
/**
* EGroupware: Stylite Pixelegg template
*
* SVG
*
* Please do NOT change css-files directly, instead change less-files and compile them!
*
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package pixelegg
* @version $Id$
*/
* {
fill: #ff0000;
fill: #0c5da5;
/*fill: @gray_0;*/
}
svg#etemplate_navbar * {
fill: #0000ff;
}
/*svg#etemplate_navbar * {
fill: @gray_40;
}*/
/*svg#infolog_navbar * {
fill: @gray_40;
}*/

38
pixelegg/less/svg.less Executable file
View File

@ -0,0 +1,38 @@
/**
* EGroupware: Stylite Pixelegg template
*
* SVG
*
* Please do NOT change css-files directly, instead change less-files and compile them!
*
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package pixelegg
* @version $Id$
*/
@import (reference) "def_design_pattern_color_font_shadow.less";
@import (reference) "def_buttons.less";
* {
fill: @egw_color_2_a;
/*fill: @gray_0;*/
}
/*svg#etemplate_navbar * {
fill: @gray_40;
}*/
/*svg#infolog_navbar * {
fill: @gray_40;
}*/
//
//