pixelegg changes from wednesday, new/changed images and styles
@ -4,6 +4,7 @@
|
|||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="addressbook_navbar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="addressbook_navbar" 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">
|
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>
|
<g>
|
||||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
@ -546,6 +546,9 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
.egw_fw_ui_category_content {
|
.egw_fw_ui_category_content {
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
}
|
}
|
||||||
|
.egw_fw_ui_category_content img.egw_fw_ui_sidemenu_listitem_icon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
img.sideboxstar {
|
img.sideboxstar {
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
@ -712,10 +715,13 @@ div.calendar {
|
|||||||
.calendar tbody td.selected {
|
.calendar tbody td.selected {
|
||||||
/* Cell showing today date */
|
/* Cell showing today date */
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid #000;
|
border: 0px solid #000;
|
||||||
padding: 1px 3px 1px 1px;
|
padding: 1px 3px 1px 1px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
.calendar tbody td.weekend {
|
.calendar tbody td.weekend {
|
||||||
/* Cells showing weekend days */
|
/* Cells showing weekend days */
|
||||||
@ -1701,7 +1707,7 @@ tr.prefRow > td {
|
|||||||
right: 55%;
|
right: 55%;
|
||||||
display: none;
|
display: none;
|
||||||
width: 33%;
|
width: 33%;
|
||||||
background-color: #679fd2;
|
background-color: rgba(103, 159, 210, 0.1);
|
||||||
}
|
}
|
||||||
tr.prefRow:hover .prefHelp {
|
tr.prefRow:hover .prefHelp {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -23,9 +23,15 @@
|
|||||||
|
|
||||||
.egw_fw_ui_category_content{
|
.egw_fw_ui_category_content{
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
|
|
||||||
|
// Icon before genrell hidden
|
||||||
|
img.egw_fw_ui_sidemenu_listitem_icon {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
img.sideboxstar {
|
img.sideboxstar {
|
||||||
.dimension_width_height_xs;
|
.dimension_width_height_xs;
|
||||||
.Complete_Button_Icon_normal;
|
.Complete_Button_Icon_normal;
|
||||||
@ -39,6 +45,8 @@ img.sideboxstar {
|
|||||||
background-color: @color_positive_action_active !important;}
|
background-color: @color_positive_action_active !important;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.chzn-container {
|
.chzn-container {
|
||||||
max-width: 85% !important;
|
max-width: 85% !important;
|
||||||
margin-top: 0em
|
margin-top: 0em
|
||||||
@ -199,10 +207,11 @@ div.calendar { position: relative; }
|
|||||||
|
|
||||||
td.selected { /* Cell showing today date */
|
td.selected { /* Cell showing today date */
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid #000;
|
border: 0px solid #000;
|
||||||
padding: 1px 3px 1px 1px;
|
padding: 1px 3px 1px 1px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
.box_shadow_standard_light_inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.weekend { /* Cells showing weekend days */
|
td.weekend { /* Cells showing weekend days */
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="calendar_navbar" 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_navbar" 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">
|
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="#FFFFFF" d="M24.25,4.068h-0.826v2.479c0,0.913-0.74,1.653-1.653,1.653h-1.653
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M24.25,4.068h-0.826v2.479c0,0.913-0.74,1.653-1.653,1.653h-1.653
|
||||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.6 KiB |
@ -3,6 +3,7 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
<!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="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="etemplate_navbar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="etemplate_navbar" 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">
|
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>
|
<g>
|
||||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
@ -74,9 +74,10 @@ div.filemanager_navigation > * {
|
|||||||
div.filemanager_navigation > label {
|
div.filemanager_navigation > label {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50px;
|
left: 50px;
|
||||||
right: 560px;
|
right: 565px;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
font-size: 140%;
|
font-size: 140%;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
div.filemanager_navigation > label > input {
|
div.filemanager_navigation > label > input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -200,7 +201,7 @@ div.filemanager_navigation > label {
|
|||||||
margin-right: 0.2em;
|
margin-right: 0.2em;
|
||||||
}
|
}
|
||||||
div.filemanager_navigation > label > input {
|
div.filemanager_navigation > label > input {
|
||||||
width: 90%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
#filemanager-index .et2_file {
|
#filemanager-index .et2_file {
|
||||||
/*background-color: @egw_color_blue_lighter !important;*/
|
/*background-color: @egw_color_blue_lighter !important;*/
|
||||||
|
@ -103,7 +103,7 @@ div.filemanager_navigation > label {
|
|||||||
|
|
||||||
|
|
||||||
div.filemanager_navigation > label > input {
|
div.filemanager_navigation > label > input {
|
||||||
width: 90%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="filemanager_navbar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="filemanager_navbar" 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">
|
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>
|
<g>
|
||||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.7 KiB |
@ -3,6 +3,7 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
<!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="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="infolog_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="infolog_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">
|
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.909C1.751,0,0,1.75,0,3.91v20.528
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.437,0H3.909C1.751,0,0,1.75,0,3.91v20.528
|
||||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
@ -3,6 +3,7 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
<!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="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="infolog_email" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="infolog_email" 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">
|
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
|
<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: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
@ -4,6 +4,7 @@
|
|||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="infolog_navbar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="infolog_navbar" 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">
|
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>
|
<g>
|
||||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
@ -3,6 +3,7 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
<!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="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="infolog_not-started" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="infolog_not-started" 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">
|
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.26
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.803,0H3.543C1.586,0,0,1.586,0,3.543v21.26
|
||||||
|
Before Width: | Height: | Size: 977 B After Width: | Height: | Size: 1.0 KiB |
@ -3,6 +3,7 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
<!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="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="infolog_note" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="infolog_note" 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">
|
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
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.437,0H3.91C1.75,0,0,1.751,0,3.91v20.527
|
||||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
@ -3,6 +3,7 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
<!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="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="infolog_phone" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="infolog_phone" 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">
|
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>
|
<g>
|
||||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.8 KiB |
@ -3,6 +3,7 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
<!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="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="infolog_task" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="infolog_task" 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">
|
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.75,0,3.91v20.528
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ECEDED" d="M24.437,0H3.91C1.75,0,0,1.75,0,3.91v20.528
|
||||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
@ -4,6 +4,7 @@
|
|||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="mail_navbar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="mail_navbar" 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">
|
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>
|
<g>
|
||||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.0 KiB |
@ -4,6 +4,7 @@
|
|||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="notifications_navbar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="notifications_navbar" 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">
|
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>
|
<g>
|
||||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.3 KiB |
@ -4,6 +4,7 @@
|
|||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="preferences_navbar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="preferences_navbar" 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">
|
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>
|
<g>
|
||||||
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.3 KiB |
@ -3,6 +3,7 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
<!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="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="resources_navbar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="resources_navbar" 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">
|
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>
|
<g>
|
||||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@ -3,6 +3,7 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
<!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="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
|
<?xml-stylesheet type="text/css" href="../../../../pixelegg/less/svg.css" ?>
|
||||||
<svg version="1.1" id="timesheet_navbar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
<svg version="1.1" id="timesheet_navbar" 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">
|
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>
|
<g>
|
||||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.2 KiB |