pixelegg changes from last week

This commit is contained in:
Ralf Becker 2013-11-25 03:19:58 +00:00
parent 2925d10165
commit 5c7a290ac9
11 changed files with 747 additions and 814 deletions

View File

@ -27,7 +27,7 @@
</row>
<row>
<description/>
<buttononly statustext="Find free timeslots where the selected participants are availible for the given timespan" label="Freetime search" id="freetime" onclick="app.calendar.freetime_search"/>
<buttononly statustext="Find free timeslots where the selected participants are availible for the given timespan" label="Freetime search" id="freetime" onclick="app.calendar.freetime_search" image="add" background_image="1"/>
</row>
<row class="row">
<description for="location" value="Location" width="0"/>
@ -92,7 +92,7 @@
<menulist>
<menupopup class="selectRole" id="role"/>
</menulist>
<button align="center" label="Add" id="add"/>
<button align="center" label="Add" id="add" image="add" background_image="1"/>
<description/>
</row>
<row class="th">
@ -201,7 +201,7 @@
</columns>
<rows>
<row class="th" disabled="@view">
<description value="Create new links" span="all"/>
<description value="Create new links" span="all" class="gray"/>
</row>
<row class="row" disabled="@view">
<link-to id="link_to" span="all"/>
@ -298,8 +298,8 @@
<vbox class="prompt">
<description value="Do you want to keep the series exceptions in your calendar?"/>
<hbox align="center">
<button statustext="All exceptions are converted into single events." label="Keep exceptions" id="button[delete_keep_exceptions]"/>
<button statustext="The exceptions are deleted together with the series." label="Delete exceptions" id="button[delete_exceptions]"/>
<button statustext="All exceptions are converted into single events." label="Keep exceptions" id="button[delete_keep_exceptions]" image="keep" background_image="1"/>
<button statustext="The exceptions are deleted together with the series." label="Delete exceptions" id="button[delete_exceptions]" image="delete" background_image="1"/>
<buttononly label="Cancel" onclick="jQuery(document.getElementById('calendar-edit_calendar-delete_series')).hide();"/>
</hbox>
</vbox>
@ -320,7 +320,7 @@
<description/>
<description/>
</row>
<row class="th" height="28">
<row class="th dialog-header" height="28">
<description value="Title"/>
<hbox needed="1" options="0,0" span="all">
<textbox id="title" needed="1" size="75" maxlength="255" tabindex="1"/>
@ -351,7 +351,7 @@
</tabpanels>
</tabbox>
</row>
<row disabled="!@owner">
<row disabled="!@owner" class="dialog-operators">
<description value="Owner"/>
<menulist>
<menupopup type="select-account" id="owner" readonly="true"/>
@ -361,17 +361,17 @@
<menupopup type="select-account" align="right" class="noBreak" label="by" id="modifier" readonly="true"/>
</menulist>
</row>
<row>
<row class="dialog-footer-toolbar">
<hbox span="3">
<button statustext="saves the changes made" label="Save" id="button[save]"/>
<button statustext="apply the changes" label="Apply" id="button[apply]"/>
<button statustext="Close the window" label="Cancel" id="button[cancel]" onclick="window.close();"/>
<button statustext="saves the changes made" label="Save" id="button[save]" image="save" background_image="1"/>
<button statustext="apply the changes" label="Apply" id="button[apply]" image="apply" background_image="1"/>
<button statustext="Close the window" label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel" background_image="1"/>
<menulist>
<menupopup statustext="Execute a further action for this entry" id="action" onchange="app.calendar.actions_change" options="Actions..."/>
</menulist>
<checkbox label="Do not notify of these changes" id="no_notifications" span="2"/>
</hbox>
<button align="right" statustext="Delete this event" label="Delete" id="button[delete]" onclick="return app.calendar.delete_btn($cont[query_delete_exceptions]);"/>
<button align="right" statustext="Delete this event" label="Delete" id="button[delete]" onclick="return app.calendar.delete_btn($cont[query_delete_exceptions]);" image="delete" background_image="1"/>
</row>
<row >
<template id="calendar.delete_series" span="all" />

View File

@ -9,9 +9,9 @@
<vbox class="prompt" id="dialog-content">
<description value="Do you want to edit this event as an exception or the whole series?"/>
<hbox align="center">
<buttononly label="Edit exception" onclick="app.calendar.open_edit(false);"/>
<buttononly label="Edit series" onclick="app.calendar.open_edit(true);"/>
<buttononly label="Cancel" onclick="document.getElementById('edit_series').style.display = 'none';"/>
<buttononly label="Edit exception" onclick="app.calendar.open_edit(false);" image="edit" background_image="1"/>
<buttononly label="Edit series" onclick="app.calendar.open_edit(true);" image="edit" background_image="1"/>
<buttononly label="Cancel" onclick="document.getElementById('edit_series').style.display = 'none';" image="cancel" background_image="1"/>
</hbox>
</vbox>
</vbox>

View File

@ -31,7 +31,7 @@
</row>
<row>
<description/>
<button label="Download" id="download"/>
<button label="Download" id="download" image="download" background_image="1"/>
</row>
<row>
<description span="all"/>

View File

@ -34,15 +34,15 @@
<column/>
</columns>
<rows>
<row>
<row class="dialog-header">
<description class="calendar_size120b" value="Freetime Search"/>
<description class="message" no_lang="1" id="msg"/>
</row>
<row>
<row class="dialog-operators high">
<description value="Startdate / -time"/>
<date-time id="start" statustext="Startdate and -time of the search"/>
</row>
<row>
<row class="dialog-operators">
<description value="Duration"/>
<hbox>
<menulist>
@ -51,7 +51,7 @@
<date-time id="end" statustext="Enddate / -time of the meeting, eg. for more then one day"/>
</hbox>
</row>
<row>
<row class="dialog-operators">
<description value="Timeframe"/>
<hbox>
<date-timeonly id="start_time" statustext="Timeframe to search"/>
@ -61,7 +61,7 @@
<listbox type="select-dow" rows="3" id="weekdays" statustext="Weekdays to use in search"/>
</hbox>
</row>
<row>
<row class="dialog-operators">
<button label="New search" id="search" statustext="new search with the above parameters"/>
<hbox>
<menulist>
@ -70,7 +70,7 @@
<button id="cancel" label="Cancel" statustext="Close the window" onclick="window.close();"/>
</hbox>
</row>
<row>
<row class="dialog-operators">
<template content="freetime" span="all" id="calendar.freetimesearch.rows"/>
</row>
</rows>

View File

@ -108,7 +108,7 @@ div.calendar {
background-color: #ffffff;
color: #000;
border: 1px solid;
border-color: #808080;
border-color: #828282;
padding: 1px;
}
.calendar thead .active {
@ -268,9 +268,10 @@ div.calendar {
div#calendar-edit {
width: 870px;
padding: 5px;
/*###########################################*/
}
div#calendar-edit label.et2_label {
padding: 0 2px;
/*padding: 0 2px;*/
}
div#calendar-edit .chzn-container {
padding-top: 1em;
@ -293,14 +294,19 @@ div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid #calendar-
float: left;
}
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid button#calendar-edit_freetime {
background-image: url('../images/search.png') !important;
background-image: url('images/add.png') !important;
}
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid .et2_checkbox,
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid input#calendar-edit_whole_day {
margin-left: 5px important;
border-left: 10px solid red;
}
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid .et2_date {
float: left;
}
div#calendar-edit #calendar-edit_calendar-edit-general #calendar-edit_category {
border: 1px solid;
border-color: #bfbfbf;
border-color: #b4b4b4;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
@ -337,6 +343,9 @@ div#calendar-edit #calendar-edit_calendar-edit-links tbody {
display: table;
width: 100%;
}
div#calendar-edit #calendar-edit_calendar-edit-links span.et2_label {
padding: 1em;
}
div#calendar-edit #calendar-edit_calendar-edit-alarms tbody {
display: table;
width: 100%;
@ -927,12 +936,6 @@ tr.prefRow > td {
right: 55%;
display: none;
width: 33%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #f0f0f0;
border-color: #808080;
cursor: pointer;
background-color: #ffc200;
}
tr.prefRow:hover .prefHelp {

View File

@ -137,7 +137,7 @@ div.calendar { position: relative; }
.background-color-0-gray;
color: #000;
border: 1px solid;
.border-color-50-gray;
border-color: @gray-50;
padding: 1px;
}
@ -354,7 +354,7 @@ div#calendar-edit{
width: 870px;
padding: 5px;
label.et2_label{
padding: 0 2px;
/*padding: 0 2px;*/
}
.chzn-container {
padding-top: 1em;
@ -364,6 +364,7 @@ div#calendar-edit{
background-color: transparent;
}
/*###########################################*/
// Tab General
#calendar-edit_calendar-edit-general{
display: block;
@ -382,7 +383,12 @@ div#calendar-edit{
// Terminsuche
button#calendar-edit_freetime {background-image: url('../images/search.png') !important;}
button#calendar-edit_freetime {background-image: url('images/add.png') !important;}
// hole day
.et2_checkbox,
input#calendar-edit_whole_day {margin-left: 5px important; border-left: 10px solid red;}
.et2_date{
float: left;
@ -391,7 +397,7 @@ div#calendar-edit{
}
#calendar-edit_category{
border: 1px solid;
.border-color-25-gray;
border-color: @gray-30;
.border_radius_button_normal;
}
@ -463,8 +469,9 @@ div#calendar-edit{
tbody{
display: table;
width: 100%;
}
span.et2_label {padding: 1em;}
}
// Alarme
@ -473,18 +480,6 @@ div#calendar-edit{
tbody{
display: table;
width: 100%;
// hinzufügen
// button {
//
// .Complete_Button_add;
// height: 28px;
// padding: 0px !important;
// margin: 0px;
// &:hover {.Complete_Button_add_hover;}
//
// }
}
}
@ -1085,14 +1080,7 @@ tr.prefRow > td {
right: 55%;
display: none;
width: 33%;
// background-color: lightyellow;
.Complete_Button_text;
// border: 1px solid black;
// border-radius: 10px;
// padding: 5px;
// margin-top: 5px;
.background-color-Context-Help;
background-color: @color-hint;
}
tr.prefRow:hover .prefHelp {
@ -1116,4 +1104,4 @@ tr.prefRow:hover .prefHelp {
padding-bottom: 5px;
}
//
//

View File

@ -3,7 +3,6 @@
*
* @version: $Id$
*/
/**
* Top level
*/
@ -17,27 +16,24 @@
.et2_container > div:not([class]) {
height: 100%;
}
/**
* Basic rules
*/
input,button,select {
input,
button,
select {
margin: 1px;
padding: 0px;
}
/**
* VBox widget
*/
div.et2_vbox > * {
display: block;
}
/**
* HBox widget
*/
div.et2_hbox div.et2_hbox {
display: inline;
}
@ -46,21 +42,16 @@ div.et2_hbox {
}
div.et2_hbox > * {
text-align: left;
vertical-align: middle;
}
div.et2_hbox_left {
float: left;
}
div.et2_hbox_al_center {
text-align: center;
}
div.et2_hbox_al_right {
text-align: right;
}
div.et2_hbox_right {
float: right;
clear: right;
@ -68,7 +59,6 @@ div.et2_hbox_right {
div.et2_hbox > div {
display: inline-block;
}
/**
* Placeholder widget - used for un-implemented widgets
*/
@ -79,7 +69,6 @@ div.et2_hbox>div {
padding: 3px;
margin: 1px;
}
.et2_placeholder .et2_caption {
display: block;
font-size: 8pt;
@ -89,14 +78,12 @@ div.et2_hbox>div {
cursor: pointer;
text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
}
.et2_placeholder .et2_attr {
display: block;
font-size: 8pt;
color: #3030A0;
margin: 2px 0 2px 0;
}
/**
* Splitter widget - split pane
*/
@ -104,12 +91,19 @@ div.et2_hbox>div {
width: 100%;
min-width: 100px;
min-height: 100px;
height: 100%;
}
.splitter-bar-vertical { cursor: ew-resize; width: 5px;}
.splitter-bar-horizontal { cursor: ns-resize; height: 5px;}
.splitter-bar-vertical {
cursor: ew-resize;
width: 5px;
}
.splitter-bar-horizontal {
cursor: ns-resize;
height: 5px;
}
/* Hide iframes so moving works */
.splitter-iframe-hide { display: none;}
.splitter-iframe-hide {
display: none;
}
.et2_split div.splitter-bar-vertical div.ui-icon {
position: absolute;
margin-left: -5px;
@ -124,14 +118,14 @@ div.et2_hbox>div {
* > .et2_split {
overflow: hidden;
}
/**
* Label widget, and labels for other widgets
*/
.et2_label {
color: #101050;
}
#msg,.message {
#msg,
.message {
color: red;
font-style: italic;
}
@ -142,14 +136,12 @@ input.et2_url {
a.et2_url {
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
margin: -4px;
padding: 2px;
padding-left: 16px;
margin-left: -10px;
}
a.et2_url.email {
background-image: url(images/email.png);
}
@ -159,51 +151,48 @@ a.et2_url.phone {
a.et2_url.url {
background-image: url(images/url.png);
}
/**
* Button widget - text only, and icon
*/
.et2_button {
cursor: pointer;
text-align: center;
font-size: 9pt;
text-shadow: 1px 1px #E0E0E0;
}
.et2_button_text, input[type=button] {
.et2_button_text,
input[type=button] {
background-color: #E0E0E0;
background-image: url(images/gradient01.png);
background-position: center;
background-repeat: repeat-x;
margin: 5px;
padding: 3px;
border: 1px solid silver;
color: #101010;
}
.et2_button_icon {
border: none;
height: 16px;
background: transparent;
padding: 2px;
padding: 0px;
}
button.et2_button_text:hover, input[type=button]:hover {
button.et2_button_text:hover,
input[type=button]:hover {
color: #050505;
border: 1px solid gray;
background-color: #D0D0EE;
}
button.et2_button_text:active, input[type=button]:active {
button.et2_button_text:active,
input[type=button]:active {
background-image: url(images/gradient02.png);
background-color: #D0D0E0;
}
button.et2_button_text:focus, input[type=button]:focus {
button.et2_button_text:focus,
input[type=button]:focus {
border: 1px solid #2c3d6f;
color: #202d52;
outline: none;
}
/**
* Drop down button
*/
@ -218,13 +207,12 @@ button.et2_button_text:focus, input[type=button]:focus {
vertical-align: middle;
}
.et2_dropdown button:last-child {
padding: 0px
padding: 0px;
}
.et2_dropdown + ul.ui-menu {
position: absolute;
z-index: 2;
}
/**
* Color picker widget
*/
@ -234,7 +222,6 @@ button.et2_button_text:focus, input[type=button]:focus {
width: 2ex;
border: 1px solid silver;
}
/**
* Text box
*/
@ -244,24 +231,18 @@ button.et2_button_text:focus, input[type=button]:focus {
.et2_textbox_ro {
white-space: pre-wrap;
}
.et2_bold {
font-weight: bold;
}
.et2_italic {
font-style: italic;
}
/**
* Multi-select widget
*/
.et2_selectbox .ui-widget-header {
padding: 0px 6px 0px 6px;
text-align: center;
background: white;
border:none;
color: inherit;
}
.et2_selectbox .ui-widget-header ul {
float: left;
@ -270,12 +251,11 @@ button.et2_button_text:focus, input[type=button]:focus {
}
.et2_selectbox .ui-widget-header li {
float: left;
padding-top: 0px
padding-top: 0px;
}
.et2_selectbox .ui-widget-header li > span.ui-icon {
float: left;
margin-top: -2px;
background-size: 1.0em;
}
.et2_selectbox .ui-widget-header li > div.et2_link_entry {
/* Shrink search box to same size as header */
@ -312,18 +292,17 @@ button.et2_button_text:focus, input[type=button]:focus {
.et2_selectbox .ui-multiselect-checkboxes ul > label {
border-bottom: 1px solid black;
}
.et2_selectbox .ui-multiselect-checkboxes label {
display: block;
border: 1px solid transparent;
}
.et2_selectbox input[type="checkbox"] {
margin: 3px 3px 3px -1px;
margin: 3px;
}
.et2_selectbox .ui-multiselect-checkboxes img {
height: 1.0em;
float: right;
height: 1.8em;
}
.et2_selectbox .ui-multiselect-checkboxes div.ui-icon-close {
visibility: hidden;
padding: 0px;
@ -331,7 +310,6 @@ button.et2_button_text:focus, input[type=button]:focus {
.et2_selectbox .ui-multiselect-checkboxes li:hover div.ui-icon-close {
visibility: visible;
}
/* Read-only multi-select */
ul.et2_selectbox {
margin: 0px;
@ -342,11 +320,9 @@ ul.et2_selectbox {
list-style-image: none;
list-style-type: none;
}
/**
* Select account dialog
*/
/**
* Date / Time widgets
*/
@ -365,16 +341,13 @@ span.et2_date input.et2_time {
span.et2_date span {
background-position: center;
background-repeat: no-repeat;
color: #101010;
cursor: pointer;
padding-top: 3px;
padding-left: 22px;
text-align: center;
font-size: 9pt;
}
/**
* Dialog widget
* It uses jQueryUI, so this is just our little bits - icon on left
@ -398,25 +371,23 @@ action buttons, left aligned for "extra" controls
float: none;
}
*/
/**
* Diff widget
*/
.diff thead,.author {
.diff thead,
.author {
display: none;
}
.diff .ui-icon {
margin-top: -16px;
float: right;
}
/** Display a loading icon **/
.loading {
background-position: center;
background-repeat: no-repeat;
background-image: url('images/ajax-loader.gif');
}
/**
* File upload
*/
@ -426,21 +397,18 @@ action buttons, left aligned for "extra" controls
overflow: auto;
margin-left: 20px;
}
.et2_file .progress span.progressBar {
height: 5px;
width: 150px;
max-width: 150px;
display: inline;
}
/* Remove icon displayed when hovering */
.et2_file .progress li div.remove {
display: none;
cursor: pointer;
margin: 0px;
}
.et2_file .progress li:hover div.remove {
width: 16px;
height: 16px;
@ -450,21 +418,15 @@ action buttons, left aligned for "extra" controls
background-position: center;
background-repeat: no-repeat;
}
.et2_file .progress p {
background-color: green;
height: 5px;
margin: 0px;
}
.et2_file .progress li {
}
/* Hide progress bar when completed */
.et2_file .progress li.success > span.progressBar {
display: none;
}
/**
* Autocomplete - used in link widget
* Restricting result size
@ -475,18 +437,15 @@ action buttons, left aligned for "extra" controls
/* prevent horizontal scrollbar */
overflow-x: hidden;
}
/**
* Autocomplete in dialogs - fix so they go over/out of the dialog
*/
.ui-dialog * ul.ui-autocomplete {
position: fixed;
}
/**
* Link wiget(s)
*/
/* Link entry - x button*/
div.et2_link_entry {
white-space: nowrap;
@ -528,7 +487,6 @@ div.et2_link_entry input.ui-autocomplete-input {
cursor: pointer;
margin-top: -3px;
}
/* Link to */
.et2_link_to {
width: 350px;
@ -559,7 +517,8 @@ div.et2_link_entry input.ui-autocomplete-input {
}
.et2_link_to .progress > .success input {
width: 100%;
margin-right: -20px; /* Leave room for remove icon */
margin-right: -20px;
/* Leave room for remove icon */
}
.et2_link_to .progress li {
list-style: none;
@ -579,7 +538,6 @@ div.et2_link_entry input.ui-autocomplete-input {
float: left;
width: 22px;
}
.et2_link {
cursor: pointer;
color: #003075;
@ -615,7 +573,8 @@ ul.et2_link_string {
background-repeat: no-repeat;
padding: 0px;
}
.et2_link_list .icon img, .et2_link_list .icon {
.et2_link_list .icon img,
.et2_link_list .icon {
width: 16px;
height: 16px;
display: inline-block;
@ -623,9 +582,7 @@ ul.et2_link_string {
.et2_link_list tr:hover div.delete {
visibility: visible;
}
.egw_tooltip
{
.egw_tooltip {
position: fixed;
border: 1px solid #897f51;
padding: 3px;
@ -633,39 +590,32 @@ ul.et2_link_string {
max-width: 300px;
color: black;
}
/**
* Tabs widget
*/
.et2_tabflag {
display: inline-block;
margin-right: 5px;
padding: 5px;
cursor: pointer;
border: 1px solid silver;
background-color: #E0E0E0;
background-image: url(images/gradient01.png);
background-position: center;
background-repeat: repeat-x;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.et2_tabflag:hover {
color: #050505;
border: 1px solid gray;
background-color: #D0D0EE;
}
.et2_tabflag:active {
background-image: url(images/gradient02.png);
background-color: #D0D0E0;
}
.et2_tabs {
border-width: 0px 1px 1px 1px;
border-style: solid;
@ -673,19 +623,16 @@ ul.et2_link_string {
padding: 5px;
overflow-y: auto;
}
.et2_tabflag.active {
border-bottom: 1px solid white;
background-color: white;
background-image: none;
}
.et2_tabheader {
background-image: url(images/tab_header_bg.png);
background-position: bottom;
background-repeat: repeat-x;
}
/**
* VFS widget(s)
*/
@ -699,7 +646,6 @@ ul.et2_vfs {
.et2_vfs li.vfsFilename:not(:last-child):after {
padding: 0.25ex;
}
/**
* Validation
*/
@ -724,26 +670,21 @@ ul.et2_vfs {
.error p {
margin: 0;
}
/**
* hrule widget
*/
hr {
border-style: none;
border-top: 1px solid silver;
height: 1px;
margin: 10px 0px 10px 0px;
}
/**
* grid widget
*/
table.et2_grid {
border-collapse: collapse;
}
.et2_grid td {
/* border: 1px dashed silver;*/
}
@ -753,19 +694,20 @@ table.et2_grid {
table.et2_grid tbody.ui-sortable > tr:not(.th) {
cursor: ns-resize;
}
/**
* Create some spacing for widgets inside labels
*/
label input, label span, label div, label select, label textarea {
label input,
label span,
label div,
label select,
label textarea {
margin-left: 1ex;
margin-right: 1ex;
}
/**
* Message styles
*/
/* Style used for a generic message (such as success messages or validation errors) */
div.message {
display: block;
@ -780,12 +722,10 @@ div.message {
clear: left;
max-width: 500px;
}
div.message.floating {
display: inline-block;
margin: 0px 5px 0px 5px;
}
.message.validation_error {
color: #a93030;
font-style: italic;
@ -795,7 +735,6 @@ div.message.floating {
background-repeat: no-repeat;
padding-left: 20px;
}
.message.success {
font-style: normal;
background-color: #e5f3d0;
@ -805,7 +744,6 @@ div.message.floating {
background-repeat: no-repeat;
padding-left: 20px;
}
.message.hint {
font-style: normal;
background-color: #d9e2ed;
@ -815,28 +753,24 @@ div.message.floating {
background-repeat: no-repeat;
padding-left: 20px;
}
/**
* Nextmatch widget
*/
.et2_nextmatch {
/* background-color: silver;*/
}
/* Left & right headers*/
.et2_nextmatch > div > .header {
margin-top: -20px;
border: none;
}
.nextmatch_header .header_count {
padding: 0px 20px;
margin: 6px 20px 0px;
border: 1px solid #E0E0E0;
float: right;
font-size: 150%;
text-align: center
text-align: center;
}
.nextmatch_header > .filters {
padding-left: 5px;
@ -869,7 +803,8 @@ div.message.floating {
margin-top: 6px;
vertical-align: middle;
}
#nm_favorites_popup_filters .filter_id, #nm_favorites_popup_filters .filter_value {
#nm_favorites_popup_filters .filter_id,
#nm_favorites_popup_filters .filter_value {
width: 45%;
display: inline-block;
}
@ -886,7 +821,8 @@ div.message.floating {
.favorites li span.ui-state-active {
border: none;
}
.favorites input, .favorites img {
.favorites input,
.favorites img {
margin-right: 1ex;
}
.favorites div.ui-icon-trash {
@ -902,7 +838,6 @@ div.message.floating {
display: inline-block;
padding: 0px 4px;
margin: 0px 5px;
/* TODO: This is template specific */
background-image: url(../../../phpgwapi/templates/idots/images/orange-ball.png);
}
@ -937,28 +872,23 @@ div.message.floating {
background-repeat: no-repeat;
background-position: right center;
}
.nextmatch_sortheader:hover {
text-decoration: underline;
}
.nextmatch_sortheader.asc {
font-weight: bold;
background-image: url(images/up.png);
}
.nextmatch_sortheader.desc {
font-weight: bold;
background-image: url(images/down.png);
}
.nextmatch_resize_helper {
border-right: 1px dotted gray;
min-height: 100%;
background-color: gray;
opacity: 0.5;
}
/**
* Grid / nextmatch Hierarchy
*/
@ -981,10 +911,10 @@ div.message.floating {
* Classes level_# are created programmatically with margin-right * depth
* Margin-right = -(indent + border)
*/
.indentation { margin-right:-11px; }
.indentation {
margin-right: -11px;
}
/* End of hierarchy */
/* Mangled link-to widget inside a nextmatch - used for DnD uploads */
.et2_nextmatch * .et2_link_to {
position: fixed;
@ -993,11 +923,9 @@ div.message.floating {
border: 1px gray;
padding: 5px;
}
.et2_clickable {
cursor: pointer;
}
/**
* et2_portlet
*/
@ -1017,7 +945,6 @@ div.et2_portlet {
display: inline-block;
float: left;
}
/**
* et2_progress
*/
@ -1034,7 +961,6 @@ div.et2_progress > div {
background-color: #D00000;
height: 5px;
}
.egwResizeOverlay {
position: fixed;
width: 100%;
@ -1044,7 +970,6 @@ div.et2_progress > div {
z-index: 99999;
cursor: ew-resize;
}
.egwResizeHelper {
position: absolute;
display: block;
@ -1053,23 +978,18 @@ div.et2_progress > div {
background-color: #829cbc;
cursor: ew-resize;
}
/**
* Indent grid sublevels
*/
.et2_nextmatch .subentry.level_1 div.et2_vbox {
margin-left: 2.5em;
}
.et2_nextmatch .subentry.level_2 div.et2_vbox {
margin-left: 5em;
}
.et2_nextmatch .subentry.level_3 div.et2_vbox {
margin-left: 7.5em;
}
/**
* itempicker widget
*/
@ -1090,7 +1010,6 @@ div.et2_progress > div {
width: 50px;
overflow: hidden;
}
.et2_itempicker_right {
display: block;
position: absolute;
@ -1102,25 +1021,21 @@ div.et2_progress > div {
border: 1px solid #b6b6b6;
background-color: #f9f9f9;
}
.et2_itempicker_right_container {
display: block;
position: relative;
width: 100%;
height: 100%;
}
.et2_itempicker_app_select {
list-style-type: none;
padding: 0;
}
.et2_itempicker_app_select li {
display: block;
margin: 0;
padding: 6px;
}
.et2_itempicker_app_select li.selected {
border: 1px solid #b6b6b6;
border-right: 1px solid transparent;
@ -1128,7 +1043,6 @@ div.et2_progress > div {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.et2_itempicker_search {
display: inline-block;
margin: 1em;
@ -1137,20 +1051,17 @@ div.et2_progress > div {
width: 67%;
padding: 0.2em;
}
.et2_itempicker_clear {
position: relative;
top: 3px;
left: -20px;
}
.et2_itempicker_button_action {
position: absolute;
margin: 1em;
top: 0;
right: 0;
}
.et2_itempicker_itemlist {
display: block;
border: 1px solid #b6b6b6;
@ -1161,13 +1072,11 @@ div.et2_progress > div {
background-color: #ffffff;
overflow: auto;
}
.et2_itempicker_itemlist ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.et2_itempicker_itemlist li {
display: block;
margin: 0;
@ -1180,16 +1089,13 @@ div.et2_progress > div {
-ms-user-select: none;
user-select: none;
}
.et2_itempicker_itemlist li.row_on {
background-color: #f2f9fe;
}
.et2_itempicker_itemlist li.selected {
color: #ffffff;
background-color: #3875d7;
}
/**
* et2_dialog: EGroupware left aligns all buttons, but [Delete]
*/
@ -1200,10 +1106,6 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
float: left;
margin-right: 1em;
}
div.ui-dialog .ui-dialog-content div {
white-space: pre-wrap;
display: inline-block;
}
.et2_prompt #message {
white-space: pre-wrap;
padding-bottom: 10px;
@ -1211,31 +1113,11 @@ div.ui-dialog .ui-dialog-content div {
.et2_prompt #value {
width: 100%;
}
.et2_toolbar {
padding: 2px;
display: inline-block;
}
.et2_toolbar > * {
display: inline-block;
}
/**
* egroupware has its own icons for these - override the images
*/
span.ui-icon-check, div.ui-icon-check, .ui-widget-header .ui-icon-check {
background-image: url(images/check.png);
background-position: 0px;
}
span.ui-icon-search, div.ui-icon-search, .ui-widget-header .ui-icon-search, .ui-widget-content .ui-icon-search {
background-image: url(images/search.png);
background-position: 0px;
}
/**
* et2_taglist
*/
.ms-ctn,.ms-res-ctn {
.ms-ctn,
.ms-res-ctn {
/* It doesn't really work smaller than this */
min-width: 150px;
}
@ -1247,17 +1129,3 @@ span.ui-icon-search, div.ui-icon-search, .ui-widget-header .ui-icon-search, .ui-
.ms-res-ctn {
overflow-x: hidden;
}
/**
* Apparently Safari needs this for native DnD
* Used by action system.
*/
[draggable] {
-khtml-user-drag: element;
-webkit-user-drag: element;
-khtml-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}

View File

@ -153,16 +153,16 @@
</tabpanels>
</tabbox>
</row>
<row class="save_definition">
<row class="save_definition dialog-operators high">
<checkbox label="Save as definition" id="save_as_definition"/>
</row>
<row>
<row class="dialog-footer-toolbar">
<hbox span="all">
<hbox>
<button label="Export" id="export"/>
<button label="Preview" id="preview" onclick="app.importexport.export_preview"/>
<button label="Export" id="export" image="export" background_image="1"/>
<button label="Preview" id="preview" onclick="app.importexport.export_preview" image="prieview" background_image="1"/>
</hbox>
<button align="right" label="Cancel" id="cancel" onclick="window.close(); return false;"/>
<button class="cancel" align="right" label="Cancel" id="cancel" onclick="window.close(); return false;" image="cancel" background_image="1"/>
</hbox>
</row>
<row>

View File

@ -0,0 +1,51 @@
/**
* EGroupware: CSS with less preprocessor
*
* Please do NOT change app.css directly, instead change app.less and compile it!
* Dialog Import Export
*
* @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 projectmanager
* @version $Id$
*/
div.preview {
position: absolute;
top: 0px;
left: 0px;
width: 97%;
height: 95%;
overflow: hidden;
background-color: white;
z-index: 999;
display: none;
border: 1px solid black;
margin: 1.5%;
}
div.preview .content {
overflow: auto;
max-height: 99%;
display: block;
}
.preview_box .header,
.preview .header {
font-size: 150%;
margin-bottom: 5px;
padding: 5px;
border-bottom: 1px outset;
}
.preview tr {
vertical-align: top;
}
.preview div[id$='buttons'] {
position: absolute;
bottom: 0px;
width: 100%;
margin-left: 50%;
}
/* Dialog Import Export */
#importexport-export_dialog {
margin: 1em;
}

View File

@ -0,0 +1,22 @@
/**
* EGroupware: CSS with less preprocessor
*
* Please do NOT change app.css directly, instead change app.less and compile it!
* Dialog Import Export
*
* @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 projectmanager
* @version $Id$
*/
@import (reference) "../../../pixelegg/less/def_buttons.less";
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
@import (less) "../default/app.css";
/* Dialog Import Export */
#importexport-export_dialog {margin: 1em;}

View File

@ -181,7 +181,7 @@
<menupopup statustext="Type of the log-entry: Note, Phonecall or ToDo" id="info_type" no_lang="1" onchange="1"/>
</menulist>
</hbox>
<textbox type="integer" id="info_number" readonly="true" span="2" class="infolog_infoId"/>
<textbox type="integer" id="info_number" readonly="true" span="4" class="infolog_infoId"/>
</row>
<row class="row dialog-header" valign="top">
<description value="Contact" for="info_from"/>
@ -278,7 +278,7 @@
</vbox>
</row>
<row class="dialog-footer-toolbar">
<hbox span="3">
<hbox span="2">
<button statustext="Saves this entry" label="Save" id="button[save]" image="save" background_image="1"/>
<button statustext="Apply the changes" label="Apply" id="button[apply]" image="apply" background_image="1"/>
<button statustext="leave without saveing the entry" label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel" background_image="1"/>
@ -287,8 +287,9 @@
</menulist>
</hbox>
<description/>
<hbox span="2">
<checkbox label="Do not notify of these changes" id="no_notifications" span="2"/>
<hbox span="3">
<checkbox label="Do not notify of these changes" id="no_notifications" span="3"/>
<button align="right" statustext="delete this entry" label="Delete" id="button[delete]" onclick="return $cont[info_anz_subs] || confirm('Delete this entry');" image="delete" background_image="1"/>
</hbox>
</row>