pixelegg changes from yesterday

This commit is contained in:
Ralf Becker 2014-01-10 05:26:09 +00:00
parent 2c2b380b1d
commit 5a272a994e
17 changed files with 203 additions and 25 deletions

View File

@ -2801,6 +2801,7 @@ action buttons, left aligned for "extra" controls
margin: 0px;
}
}
/*@import "../../phpgwapi/templates/idots/css/traditional.css";*/
/**
* EGroupware: Stylite Pixelegg template
*
@ -2992,7 +2993,8 @@ option:checked {
}
.ui-icon-close {
/*visibility: hidden;*/
background-image: url(../images/search.png);
/*background-image: url(../images/search.png);*/
background-image: url("/egroupware2/pixelegg/images/cancel.png");
background-repeat: no-repeat;
background-color: #ffffff;
background-size: contain;
@ -4066,12 +4068,26 @@ form {
img {
border: 0;
}
/*SVG Filter / not for Logo */
#egw_fw_sidebar img[src$="svg"],
#egw_fw_main img[src$="svg"],
#egw_fw_footer img[src$="svg"] {
background-color: #0c5da5;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
background-image: -moz-linear-gradient(top, #0c5da5, #0c5da5);
background-image: -ms-linear-gradient(top, #0c5da5, #0c5da5);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0c5da5), to(#0c5da5));
background-image: -webkit-linear-gradient(top, #0c5da5, #0c5da5);
background-image: -o-linear-gradient(top, #0c5da5, #0c5da5);
background-image: linear-gradient(top, #0c5da5, #0c5da5);
background-repeat: repeat-x;
}
input,
button,
select {
border: solid 1px #bbbbbb;
padding: 0.2em;
font-size: 0.9em;
font-size: 1em;
}
div {
color: #000000;
@ -4770,11 +4786,27 @@ table.egwGridView_outer thead tr th.optcol span.selectcols {
table.egwGridView_outer thead tr th.optcol span.selectcols:hover {
background-color: #679fd2;
}
table.egwGridView_outer tbody {
/*Elements inside td*/
}
table.egwGridView_outer tbody td.frame {
border: 1px solid #e6e6e6;
/*padding: 0px 5px; no need*/
}
table.egwGridView_outer tbody img {
table.egwGridView_outer tbody td .et2_link {
margin-left: 0px;
}
table.egwGridView_outer tbody td img {
/*.background_color_10_gray;*/
-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);
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
table.egwGridView_outer tbody td img[src$="svg"] {
background-color: #0c5da5;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
background-image: -moz-linear-gradient(top, #0c5da5, #0c5da5);
@ -4784,14 +4816,6 @@ table.egwGridView_outer tbody img {
background-image: -o-linear-gradient(top, #0c5da5, #0c5da5);
background-image: linear-gradient(top, #0c5da5, #0c5da5);
background-repeat: repeat-x;
/*.background_color_10_gray;*/
-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);
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*########################################################*/
table.egwGridView_grid {
@ -5689,6 +5713,7 @@ img {
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active img {
padding-left: 9px;
padding-top: 6px;
height: 18px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {
text-transform: uppercase;
@ -5843,7 +5868,7 @@ img {
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active {
border-bottom-width: 0px;
margin-top: 4px;
background-color: #408dd2;
background-color: #0c5da5;
/*.background-color-50-gray;*/
color: #f2f2f2;
-webkit-border-top-right-radius: 3px !important;
@ -5881,7 +5906,7 @@ img {
background-color: inherit !important;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active:hover {
background-color: #0c5da5;
background-color: #408dd2;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
@ -6449,14 +6474,14 @@ table.dialog-main-view {
tr.dialog-header2,
tr.dialog-header3,
tr.dialog-header4 {
background-color: #679fd2 !important;
background-color: #e6e6e6 !important;
border-top: 2px solid #e6e6e6;
border-bottom: 2px solid #e6e6e6;
}
tr.dialog-header2 .et2_label,
tr.dialog-header3 .et2_label,
tr.dialog-header4 .et2_label {
color: #ffffff;
color: #1a1a1a;
vertical-align: bottom;
padding: 0px 0px 0px 3px !important;
}

View File

@ -39,6 +39,7 @@
* neccesarry settings
*/
@import "../less/etemplate2.less";
/*@import "../../phpgwapi/templates/idots/css/traditional.css";*/
@import "../less/jquery-ui.less";
@import "../less/magicsuggest.less";
// next one transferred to layout_chosen.less

10
pixelegg/images/abbruch.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="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
M24.266,19.312l-4.749,4.565l-5.344-5.137l-5.345,5.137l-4.749-4.565l5.344-5.138L4.079,9.037l4.749-4.566l5.345,5.137l5.344-5.137
l4.749,4.566l-5.344,5.137L24.266,19.312z"/>
</svg>

After

Width:  |  Height:  |  Size: 915 B

20
pixelegg/images/about.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">
<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"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

15
pixelegg/images/access.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="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.889" cy="9.616" r="1.74"/>
<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 M18.256,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.536,21.86l-0.42,1.893c-0.064,0.291-0.321,0.497-0.618,0.497H4.967
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.735c-0.096-0.452-0.222-1.151-0.222-1.605
C11.928,6.839,14.767,4,18.256,4s6.328,2.839,6.328,6.328C24.584,13.817,21.745,16.656,18.256,16.656z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

16
pixelegg/images/accounts.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">
<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
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"
/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

14
pixelegg/images/add.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>
<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"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

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="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
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"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,11 @@
<?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.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"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

9
pixelegg/images/agt_reload.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,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"/>
</svg>

After

Width:  |  Height:  |  Size: 851 B

View File

@ -622,7 +622,7 @@
// Based on this by Phil Brown: http://blog.philipbrown.id.au/2012/09/base64-encoded-svg-gradient-backgrounds-in-less/
// Also based on a mixin from Twitter Bootstrap: https://github.com/twitter/bootstrap
.gradient-vertical(@startColor, @endColor) {
.gradient_vertical(@startColor, @endColor) {
// IE9 prep
@dataPrefix: ~"url(data:image/svg+xml;base64,";

View File

@ -184,7 +184,8 @@ option:checked {background-color: @egw_color_1_e;}
.ui-icon-close{
/*visibility: hidden;*/
background-image: url(../images/search.png);
/*background-image: url(../images/search.png);*/
background-image: url("/egroupware2/pixelegg/images/cancel.png");
background-repeat: no-repeat;
background-color: @gray_0;
background-size: contain;

View File

@ -546,7 +546,12 @@ img
}
/*SVG Filter / not for Logo */
#egw_fw_sidebar img[src$="svg"],
#egw_fw_main img[src$="svg"],
#egw_fw_footer img[src$="svg"]{
.gradient_vertical (@egw_color_2_a, @egw_color_2_a);
}
@ -554,7 +559,7 @@ input,button,select
{
border: solid 1px #bbbbbb;
padding: 0.2em;
font-size: 0.9em;
font-size: 1em;
}
div{
color: #000000;

Binary file not shown.

View File

@ -575,7 +575,9 @@
margin: 0 0 0 0;
border-bottom: none;
height: 30px;
img {padding-left: 9px; padding-top: 6px;}
img {padding-left: 9px; padding-top: 6px; height: 18px;}
h1 {text-transform: uppercase; font-size: 1.4em; .color_100_gray; padding-top: .8em;}
@ -667,7 +669,7 @@
border-bottom-width: 0px;
margin-top: 4px;
background-color: @egw_color_2_d;
background-color: @egw_color_2_a;
/*.background-color-50-gray;*/
.color_5_gray;
@ -692,7 +694,7 @@
}
}
&:hover {background-color: @egw_color_2_a; .transition (0.2s, ease-out);}
&:hover {background-color: @egw_color_2_d; .transition (0.2s, ease-out);}
}

View File

@ -151,10 +151,22 @@ table.egwGridView_outer{
}
/*Elements inside td*/
td{
.et2_link {margin-left: 0px}
img {
.gradient-vertical (@egw_color_2_a, @egw_color_2_a);
.Complete_Button_Icon_normal;
};
}
img[src$="svg"] {
.gradient_vertical (@egw_color_2_a, @egw_color_2_a);
}
}
}
}

View File

@ -58,6 +58,28 @@ a:hover,a:active
line-height:40px;
}
.pageGenTime,#divPoweredBy
{
font-size: 80%; font-size: 80%;
color: #ff0000; color: #ff0000;
text-align: center;
}
.pageGenTime {
margin-top: 1em;
}
.pageGenTime > span:after {
content: ", ";
}
.pageGenTime > span:last-child:after {
content: "";
}
#divAppboxHeader
{
line-height:28px;