pixelegg changes from today/Thursday

This commit is contained in:
Ralf Becker 2014-01-30 18:55:35 +00:00
parent 530e9d13e3
commit 90b00597b9
10 changed files with 189 additions and 31 deletions

View File

@ -975,10 +975,71 @@ fieldset.emailGroup {
height: 150px; height: 150px;
} }
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to { div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to {
width: 100% !important; width: 550px;
}
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to input {
width: 86%;
}
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to button {
border: 1px solid rgba(0, 0, 0, 0.15);
/*.box_shadow_standard_light;*/
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #000000;
-webkit-transition-property: background-color;
-moz-transition-property: background-color;
-o-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
height: 3.1ex;
background-color: #e6e6e6;
}
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to button background-image[src$="svg"] {
background-color: #b4b4b4;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjYjRiNGI0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjYjRiNGI0IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
background-image: -moz-linear-gradient(top, #b4b4b4, #b4b4b4);
background-image: -ms-linear-gradient(top, #b4b4b4, #b4b4b4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4b4b4), to(#b4b4b4));
background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4);
background-image: -o-linear-gradient(top, #b4b4b4, #b4b4b4);
background-image: linear-gradient(top, #b4b4b4, #b4b4b4);
background-repeat: repeat-x;
}
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to button:hover {
/*background-color: @gray_30;*/
text-shadow: 0px 0px;
color: #ffffff;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
background-color: #1aa200;
background-size: 20px 20px;
}
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to button:active {
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
} }
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to div#addressbook-edit_link_to_link_entry { div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to div#addressbook-edit_link_to_link_entry {
margin: 1em; margin-top: 11px;
width: 100%;
/*div.et2_link_entry {*/
/*}*/
}
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to div#addressbook-edit_link_to_link_entry select {
width: 39%;
}
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to div#addressbook-edit_link_to_link_entry input.ui-autocomplete-input {
width: 56%;
padding-bottom: 1px;
} }
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to img.et2_button_icon { div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to img.et2_button_icon {
/*.background_color_10_gray;*/ /*.background_color_10_gray;*/

View File

@ -781,12 +781,53 @@ div#addressbook-edit_addressbook-edit-links {
/*neue verknüpfung erstellen - div*/ /*neue verknüpfung erstellen - div*/
div#addressbook-edit_link_to { div#addressbook-edit_link_to {
width: 100% !important;
width: 550px;
// Comment
input {width: 86%;}
// 1. with Addressbook // Button
div#addressbook-edit_link_to_link_entry{ margin: 1em;} button {
.Complete_Button_normal;
height: 3.1ex;
background-color: @gray_10;
background-image[src$="svg"]{.gradient_vertical (@gray_30, @gray_30);}
&:hover{
/*background-color: @gray_30;*/
text-shadow: 0px 0px;
color: @gray_0;
.box_shadow_standard_light_hover;
background-color: @color_positive_action_active;
background-size: 20px 20px;
}
&:active {.box_shadow_standard_light_active !important;}
}
div#addressbook-edit_link_to_link_entry{
margin-top: 11px;
width: 100%;
// APP Selector
/*div.et2_link_entry {*/
select {width: 39%;}
// Input Field
input.ui-autocomplete-input {
width: 56%;
padding-bottom: 1px;
}
/*}*/
}
// 2. Icon // 2. Icon
img.et2_button_icon { img.et2_button_icon {

View File

@ -11,7 +11,7 @@
* @package calendar * @package calendar
* @version $Id$ * @version $Id$
*/ */
/* $Id: app.css 44987 2014-01-07 10:34:11Z hnategh $ */ /* $Id: app.css 45378 2014-01-24 16:04:11Z hnategh $ */
.calendar_inputFullWidth input { .calendar_inputFullWidth input {
width: 100%; width: 100%;
} }
@ -543,6 +543,21 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
margin: -2px -1px 0px -2px; margin: -2px -1px 0px -2px;
width: 410px; width: 410px;
} }
/**
* Calendar Drag and Drop
*
*/
.calendar_d-n-d_forbiden {
background-color: red;
height: 100%;
width: 100%;
text-align: center;
}
.calendar_d-n-d_timeCounter {
font-size: 1.1em;
font-weight: bold;
text-align: center;
}
.egw_fw_ui_category_content { .egw_fw_ui_category_content {
padding-left: 0px !important; padding-left: 0px !important;
} }
@ -888,15 +903,19 @@ div#calendar-edit .chzn-container {
div#calendar-edit .et2_tabheader { div#calendar-edit .et2_tabheader {
background-color: transparent; background-color: transparent;
} }
div#calendar-edit .et2_tabs {
min-height: 325px;
}
div#calendar-edit .et2_tabcntr { div#calendar-edit .et2_tabcntr {
height: 299px; overflow-y: auto;
overflow: auto;
} }
div#calendar-edit .et2_tabcntr table.et2_grid tr:nth-child(even) { div#calendar-edit .et2_tabcntr table.et2_grid tr:nth-child(even) {
background: #ffffff; /*background: @color_even;*/
line-height: 20px;
} }
div#calendar-edit .et2_tabcntr table.et2_grid tr:nth-child(odd) { div#calendar-edit .et2_tabcntr table.et2_grid tr:nth-child(odd) {
background: #fafafa; /*background: @color_odd;*/
line-height: 44px;
} }
div#calendar-edit #calendar-edit_calendar-edit-general { div#calendar-edit #calendar-edit_calendar-edit-general {
display: block; display: block;
@ -904,7 +923,7 @@ div#calendar-edit #calendar-edit_calendar-edit-general {
width: 100%; width: 100%;
} }
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid { div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid {
width: 72% !important; width: 60% !important;
/* button#calendar-edit_freetime {background-image: url('images/add.png') !important;}*/ /* button#calendar-edit_freetime {background-image: url('images/add.png') !important;}*/
} }
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid td { div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid td {
@ -921,7 +940,17 @@ div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid input#cale
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid .et2_date { div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid .et2_date {
float: left; float: left;
} }
div#calendar-edit #calendar-edit_calendar-edit-general .et2_hbox_right {
overflow-y: auto;
}
div#calendar-edit #calendar-edit_calendar-edit-general .et2_selectbox .ui-multiselect-checkboxes {
min-height: 290px;
}
div#calendar-edit #calendar-edit_calendar-edit-general .et2_selectbox .ui-multiselect-checkboxes li {
text-indent: -20px;
}
div#calendar-edit #calendar-edit_calendar-edit-general #calendar-edit_category { div#calendar-edit #calendar-edit_calendar-edit-general #calendar-edit_category {
min-height: 310px;
border: 1px solid; border: 1px solid;
border-color: #b4b4b4; border-color: #b4b4b4;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;

View File

@ -408,16 +408,23 @@ div#calendar-edit{
.et2_tabheader{ .et2_tabheader{
background-color: transparent; background-color: transparent;
} }
// Size for tabs
.et2_tabs {min-height: 325px;}
// Size for tabs
.et2_tabcntr { .et2_tabcntr {
height: 299px; overflow-y: auto;
overflow: auto;
table.et2_grid { table.et2_grid {
// Listendarstellung // Listendarstellung
tr:nth-child(even) {background: @color_even;} tr:nth-child(even) {
tr:nth-child(odd) {background: @color_odd;} /*background: @color_even;*/
line-height: 20px;
}
tr:nth-child(odd) {
/*background: @color_odd;*/
line-height: 44px;
}
} }
} }
@ -433,7 +440,7 @@ div#calendar-edit{
width: 100%; width: 100%;
table.et2_grid{ table.et2_grid{
width: 72% !important; width: 60% !important;
td { td {
padding: 4px; padding: 4px;
@ -453,19 +460,39 @@ div#calendar-edit{
} }
} }
// Kategorien
.et2_hbox_right {overflow-y: auto;}
.et2_selectbox .ui-multiselect-checkboxes {min-height: 290px;}
.et2_selectbox .ui-multiselect-checkboxes li {text-indent: -20px;}
//selectbox
#calendar-edit_category{ #calendar-edit_category{
min-height: 310px;
border: 1px solid; border: 1px solid;
border-color: @gray_30; border-color: @gray_30;
.border_radius_button_normal; .border_radius_button_normal;
li{ li{
.ui-state-hover{ .ui-state-hover{
font-weight: normal !important; font-weight: normal !important;
.box_shadow_standard_light_hover; .box_shadow_standard_light_hover;
} }
} }
} }
} }
/*###########################################*/ /*###########################################*/

View File

@ -90,8 +90,8 @@
<checkbox label="%s All users" id="all_users"/> <checkbox label="%s All users" id="all_users"/>
<listbox type="select-account" id="allowed" rows="5" options="groups"/> <listbox type="select-account" id="allowed" rows="5" options="groups"/>
<hbox> <hbox>
<button label="Save" onclick="nm_submit_popup(this); return false;"/> <button label="Save" onclick="nm_submit_popup(this); return false;" image="save" background_image="1"/>
<buttononly label="Cancel" onclick="nm_hide_popup(this,'allowed_popup');"/> <buttononly label="Cancel" onclick="nm_hide_popup(this,'allowed_popup');" image="cancel" background_image="1"/>
</hbox> </hbox>
</vbox> </vbox>
</box> </box>

View File

@ -11,7 +11,7 @@
<row> <row>
<description span="all"/> <description span="all"/>
</row> </row>
<row class="select_appname"> <row class="select_appname ">
<description value="Select application"/> <description value="Select application"/>
<menulist> <menulist>
<menupopup id="appname" no_lang="1" onchange="1"/> <menupopup id="appname" no_lang="1" onchange="1"/>

View File

@ -15,8 +15,8 @@
</row> </row>
<row> <row>
<hbox> <hbox>
<button label="Import" id="import"/> <button label="Import" id="import" image="import" background_image="1"/>
<button label="Update default-definitions" id="update"/> <button label="Update default-definitions" id="update" image="update" background_image="1"/>
</hbox> </hbox>
</row> </row>
</rows> </rows>

View File

@ -48,9 +48,9 @@
</row> </row>
<row> <row>
<hbox span="all"> <hbox span="all">
<button label="Import" id="import" onclick="app.importexport.import_preview"/> <button label="Import" id="import" onclick="app.importexport.import_preview" image="import" background_image="1"/>
<button label="Cancel" id="cancel" onclick="window.close();"/> <button label="Cancel" id="cancel" onclick="window.close();" image="cancel" background_image="1"/>
<checkbox align="right" label="No notifications" id="no_notifications"/> <checkbox align="right" label="No notifications" id="no_notifications" />
<checkbox align="right" label="Test only" id="dry-run"/> <checkbox align="right" label="Test only" id="dry-run"/>
</hbox> </hbox>
</row> </row>

View File

@ -7,7 +7,7 @@
<column/> <column/>
</columns> </columns>
<rows> <rows>
<row> <row class="dialog-header">
<description id="msg" no_lang="1"/> <description id="msg" no_lang="1"/>
</row> </row>
<row> <row>

View File

@ -17,14 +17,14 @@
</vbox> </vbox>
</hbox> </hbox>
</row> </row>
<row valign="bottom"> <row valign="bottom" class="dialog-footer-toolbar">
<hbox span="all"> <hbox span="all">
<hbox> <hbox>
<button label="previous" id="button[previous]"/> <button label="previous" id="button[previous]" image="previous" background_image="1"/>
<button label="next" id="button[next]"/> <button label="next" id="button[next]" image="next" background_image="1"/>
<button label="finish" id="button[finish]"/> <button label="finish" id="button[finish]" image="finish" background_image="1"/>
</hbox> </hbox>
<button align="right" label="cancel" id="button[cancel]" onclick="window.close(); return false;"/> <button align="right" label="cancel" id="button[cancel]" onclick="window.close(); return false;" image="cancel" background_image="1"/>
</hbox> </hbox>
</row> </row>
</rows> </rows>