2013-11-11 19:45:33 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: Stylite Pixelegg template
|
|
|
|
*
|
|
|
|
* et2 Messages
|
|
|
|
*
|
|
|
|
* 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$
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* addapted from orginal styles.php
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* EGroupware general def_*.less are moved to phpgwapi/templates/default/*.less
|
|
|
|
* so they can be included from app specific files and are independent of Pixelegg template
|
|
|
|
*/
|
|
|
|
/**
|
2013-11-14 20:11:42 +01:00
|
|
|
* All app_* files are now again in $app/templates/default/app.less&css and will be included independent
|
2013-11-11 19:45:33 +01:00
|
|
|
*
|
2013-11-14 20:11:42 +01:00
|
|
|
* If some settings are Pixelegg template specific, please create $app/templates/pixelegg.less&css
|
|
|
|
* files AND include ../default/app.less from there
|
2013-11-11 19:45:33 +01:00
|
|
|
*/
|
2013-11-14 20:11:42 +01:00
|
|
|
/**
|
|
|
|
* not sure about these files, in general it is not a good idea to replace
|
|
|
|
* files from other projects, was we need to update them regulary.
|
|
|
|
* Would be a lot better to include their css files and only overwrite
|
|
|
|
* neccesarry settings
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Styles for etemplate2 widgets
|
|
|
|
* Überschreibt egroupware/etemplate/templates/default/etemplate2.css
|
2014-02-03 17:50:26 +01:00
|
|
|
*
|
2013-11-14 20:11:42 +01:00
|
|
|
* @version: 1
|
|
|
|
* Stefan Reinhardt
|
|
|
|
*/
|
2014-01-11 19:51:59 +01:00
|
|
|
/*@import (less) "../../etemplate/templates/default/etemplate2.css";*/
|
2013-12-12 21:27:20 +01:00
|
|
|
@media all {
|
|
|
|
/**
|
2013-11-14 20:11:42 +01:00
|
|
|
* Top level
|
|
|
|
*/
|
2013-12-12 21:27:20 +01:00
|
|
|
.et2_container {
|
|
|
|
padding: 0px;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.et2_container > div:not([class]) {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
/**
|
2013-11-14 20:11:42 +01:00
|
|
|
* Basic rules
|
|
|
|
*/
|
2013-12-12 21:27:20 +01:00
|
|
|
input,
|
|
|
|
button,
|
|
|
|
select {
|
|
|
|
margin: 1px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
/**
|
2013-11-14 20:11:42 +01:00
|
|
|
* VBox widget
|
|
|
|
*/
|
2013-12-12 21:27:20 +01:00
|
|
|
div.et2_vbox > * {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
/**
|
2013-11-14 20:11:42 +01:00
|
|
|
* HBox widget
|
|
|
|
*/
|
2013-12-12 21:27:20 +01:00
|
|
|
div.et2_hbox_right {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
/**
|
2013-11-14 20:11:42 +01:00
|
|
|
* Placeholder widget - used for un-implemented widgets
|
|
|
|
*/
|
2013-12-12 21:27:20 +01:00
|
|
|
.et2_placeholder {
|
|
|
|
display: inline-block;
|
|
|
|
/*border: 1px solid cornflowerblue;*/
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
}
|
|
|
|
.et2_placeholder .et2_attr {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
/**
|
2013-11-14 20:11:42 +01:00
|
|
|
* Label widget, and labels for other widgets
|
|
|
|
*/
|
2013-12-12 21:27:20 +01:00
|
|
|
.et2_label {
|
|
|
|
color: #1e1e1e;
|
|
|
|
}
|
|
|
|
/**
|
2013-11-14 20:11:42 +01:00
|
|
|
* Button widget - text only, and icon
|
|
|
|
*/
|
2013-12-12 21:27:20 +01:00
|
|
|
.et2_button {
|
2013-12-30 18:32:42 +01:00
|
|
|
text-shadow: 0px 0px !important;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.box_shadow_standard_light;*/
|
2013-12-30 18:32:42 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #000000;
|
2014-01-14 09:20:19 +01:00
|
|
|
-webkit-transition-property: background-color;
|
|
|
|
-moz-transition-property: background-color;
|
|
|
|
-o-transition-property: background-color;
|
|
|
|
transition-property: background-color;
|
2013-12-30 18:32:42 +01:00
|
|
|
-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;
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #e6e6e6;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.et2_button_icon {
|
|
|
|
height: 16px;
|
|
|
|
}
|
2014-01-30 19:55:29 +01:00
|
|
|
/* give the image a button lock and feel*/
|
|
|
|
img.et2_button_icon[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;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
2014-01-30 19:55:29 +01:00
|
|
|
img.et2_button_icon[src*="svg"]:hover {
|
|
|
|
background-color: #1aa200;
|
|
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWFhMjAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMWFhMjAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
|
|
background-image: -moz-linear-gradient(top, #1aa200, #1aa200);
|
|
|
|
background-image: -ms-linear-gradient(top, #1aa200, #1aa200);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1aa200), to(#1aa200));
|
|
|
|
background-image: -webkit-linear-gradient(top, #1aa200, #1aa200);
|
|
|
|
background-image: -o-linear-gradient(top, #1aa200, #1aa200);
|
|
|
|
background-image: linear-gradient(top, #1aa200, #1aa200);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
2014-01-30 19:55:29 +01:00
|
|
|
img.et2_button_icon[src*="svg"]:active {
|
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
2014-01-30 19:55:29 +01:00
|
|
|
/*look in layout_content_elements*/
|
2013-12-12 21:27:20 +01:00
|
|
|
.et2_selectbox .ui-multiselect-checkboxes li:hover {
|
2014-01-14 17:05:31 +01:00
|
|
|
background-color: rgba(103, 159, 210, 0.1) !important;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.et2_selectbox .ui-multiselect-checkboxes label {
|
|
|
|
display: block;
|
|
|
|
border: 0px solid transparent;
|
|
|
|
padding: 0.1em 0.2em;
|
|
|
|
}
|
|
|
|
.et2_selectbox .ui-multiselect-checkboxes div.ui-icon-close {
|
|
|
|
/*visibility: hidden;*/
|
|
|
|
background-image: url(../images/close.png);
|
2013-12-20 10:36:43 +01:00
|
|
|
background: #ffffff;
|
|
|
|
margin: 2px;
|
2013-12-12 21:27:20 +01:00
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* Date / Time widgets
|
|
|
|
*/
|
|
|
|
span.et2_date input.et2_date {
|
|
|
|
min-width: 21.5ex;
|
|
|
|
}
|
|
|
|
span.et2_date span {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.et2_file .progress li:hover div.remove {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
.et2_file .progress p {
|
2013-12-16 10:37:26 +01:00
|
|
|
background-color: #ffdd73;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
2014-01-30 19:55:29 +01:00
|
|
|
/*Link to / Selector Widget*/
|
2013-12-12 21:27:20 +01:00
|
|
|
.et2_link_to .et2_button_icon {
|
2014-01-08 08:57:35 +01:00
|
|
|
/*.background_color_10_gray;*/
|
2013-12-16 10:37:26 +01:00
|
|
|
-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;
|
2013-12-12 21:27:20 +01:00
|
|
|
float: left;
|
2014-01-23 09:44:38 +01:00
|
|
|
margin: 10px 20px;
|
|
|
|
padding: 3px;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2014-01-17 12:53:23 +01:00
|
|
|
background-color: #b4b4b4;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
|
|
|
.et2_link_to .et2_button_icon:hover {
|
2014-01-08 08:57:35 +01:00
|
|
|
/*.background_color_20_gray;*/
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-12-16 10:37:26 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #1aa200 !important;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
|
|
|
.et2_link_to .et2_button_icon:active {
|
2014-01-08 08:57:35 +01:00
|
|
|
/*.background_color_30_gray;*/
|
2013-12-16 10:37:26 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.9);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
-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);
|
2014-01-08 08:57:35 +01:00
|
|
|
background-color: #1aa200;
|
2014-01-17 12:53:23 +01:00
|
|
|
background-color: #1aa200 !important;
|
|
|
|
}
|
|
|
|
.et2_link_to .et2_file {
|
|
|
|
background-color: #ffffff !important;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
margin-top: 1em;
|
|
|
|
padding-top: 0.2em;
|
2014-01-23 09:44:38 +01:00
|
|
|
/* &:before {
|
2014-02-03 17:50:26 +01:00
|
|
|
content: "+ ";
|
|
|
|
font-size: 2em;
|
|
|
|
color: @egw_color_1_a;
|
|
|
|
line-height: 0.6em;
|
2014-01-30 19:55:29 +01:00
|
|
|
padding-left: 0.1em;
|
|
|
|
padding-right: 0em;
|
|
|
|
background-color: @egw_color_2_a;
|
|
|
|
.border_radius_button_lefttop;
|
|
|
|
}*/
|
2014-01-17 12:53:23 +01:00
|
|
|
}
|
|
|
|
.et2_link_to .et2_file input {
|
|
|
|
border: none;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
.et2_link_to .et2_file:hover {
|
2014-01-30 19:55:29 +01:00
|
|
|
background-color: #1aa200 !important;
|
2014-01-17 12:53:23 +01:00
|
|
|
}
|
|
|
|
.et2_link_to .et2_file:active {
|
|
|
|
background-color: #1aa200 !important;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.et2_link {
|
|
|
|
color: #0c5da5;
|
|
|
|
}
|
|
|
|
.et2_link_list tr {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.et2_link_list tr:hover {
|
2014-01-08 19:49:09 +01:00
|
|
|
background-color: rgba(103, 159, 210, 0.2);
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.et2_link_list tr:active {
|
2014-01-08 19:49:09 +01:00
|
|
|
background-color: rgba(255, 194, 0, 0.01);
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.et2_link_list .icon img,
|
|
|
|
.et2_link_list .icon {
|
|
|
|
width: 14px !important;
|
|
|
|
height: 14px !important;
|
|
|
|
}
|
|
|
|
.egw_tooltip {
|
2014-01-15 14:45:44 +01:00
|
|
|
background-color: #ffffff;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
/**
|
2014-02-03 11:05:36 +01:00
|
|
|
* Link_entry_widget
|
|
|
|
*/
|
|
|
|
div.et2_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;
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
}
|
|
|
|
div.et2_link_to button:hover {
|
|
|
|
/*.background_color_20_gray;*/
|
|
|
|
-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);
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: #1aa200 !important;
|
|
|
|
}
|
|
|
|
div.et2_link_to button:active {
|
|
|
|
/*.background_color_30_gray;*/
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.9);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
-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);
|
|
|
|
background-color: #1aa200;
|
|
|
|
background-color: #1aa200 !important;
|
|
|
|
}
|
|
|
|
div.et2_link_to input {
|
|
|
|
width: 72% !important;
|
|
|
|
}
|
|
|
|
div.et2_link_entry select {
|
|
|
|
width: 30% !important;
|
|
|
|
}
|
|
|
|
div.et2_link_entry input.ui-autocomplete-input {
|
|
|
|
width: 51% !important;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
/**
|
2013-12-12 21:27:20 +01:00
|
|
|
* Tabs widget
|
|
|
|
*/
|
|
|
|
.et2_tabflag {
|
2014-01-30 19:55:29 +01:00
|
|
|
/*display: inline-block;*/
|
2013-12-12 21:27:20 +01:00
|
|
|
margin: 1em 3px -1px 0;
|
|
|
|
padding: 4px;
|
2014-01-30 19:55:29 +01:00
|
|
|
/*cursor: pointer;*/
|
2014-01-23 09:44:38 +01:00
|
|
|
/*font-size: 0.8em;*/
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.border_radius(3px,0,0,3px);*/
|
2013-12-12 21:27:20 +01:00
|
|
|
background-color: #bfbfbf;
|
2013-12-30 18:32:42 +01:00
|
|
|
-webkit-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.5);
|
|
|
|
-moz-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.5);
|
|
|
|
box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.5);
|
2013-12-12 21:27:20 +01:00
|
|
|
-webkit-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
|
|
|
|
-moz-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
|
|
|
|
box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
.et2_tabflag:hover {
|
|
|
|
color: #f2f2f2;
|
|
|
|
background-color: #bfbfbf;
|
|
|
|
}
|
|
|
|
.et2_tabflag:active {
|
|
|
|
background-color: #ffffff;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.et2_tabflag.active {
|
|
|
|
border-spacing: 0px;
|
|
|
|
background-color: white;
|
|
|
|
color: #000000;
|
|
|
|
border-width: 1px 1px 0px 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #505050;
|
|
|
|
}
|
|
|
|
.et2_tabflag.active:hover {
|
|
|
|
color: #000000;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.et2_tabs {
|
2014-01-30 19:55:29 +01:00
|
|
|
/*border-width: 0px 1px 1px 1px;*/
|
|
|
|
/*border-style: solid;*/
|
2013-12-12 21:27:20 +01:00
|
|
|
border-color: #505050;
|
2014-01-30 19:55:29 +01:00
|
|
|
/*padding: 5px;*/
|
|
|
|
/*overflow-y: auto;*/
|
2013-12-12 21:27:20 +01:00
|
|
|
background-color: #ffffff;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
.et2_tabheader {
|
|
|
|
padding-left: 0em;
|
|
|
|
border-bottom: 1px solid #bfbfbf;
|
|
|
|
margin: 0 2px;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
.et2_tabheader :first-child {
|
|
|
|
margin-left: 0.3em;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* Validation
|
|
|
|
*/
|
2014-02-03 17:50:26 +01:00
|
|
|
.et2_required,
|
2013-12-12 21:27:20 +01:00
|
|
|
[required] {
|
2014-01-14 17:05:31 +01:00
|
|
|
background-color: #ffe9a6;
|
2013-12-12 21:27:20 +01:00
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
-moz-border-radius-topright: 3px;
|
|
|
|
-moz-border-radius-bottomright: 3px;
|
|
|
|
-moz-border-radius-bottomleft: 3px;
|
|
|
|
-moz-border-radius-topleft: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.background-clip(padding-box);*/
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
/**
|
|
|
|
* hrule widget
|
|
|
|
*/
|
|
|
|
hr {
|
2014-01-30 19:55:29 +01:00
|
|
|
/*border-style: none;*/
|
2013-12-12 21:27:20 +01:00
|
|
|
border-top: 1px solid #e6e6e6;
|
2014-01-30 19:55:29 +01:00
|
|
|
/*height: 1px;*/
|
|
|
|
/*margin: 10px 0px 10px 0px;*/
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
/**
|
|
|
|
* grid widget
|
|
|
|
*/
|
|
|
|
.et2_grid td {
|
|
|
|
/* border: 1px dashed silver;*/
|
|
|
|
}
|
|
|
|
.et2_grid td .gray {
|
|
|
|
padding: 1em;
|
2014-01-14 17:05:31 +01:00
|
|
|
background-color: rgba(103, 159, 210, 0.1);
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
.et2_grid td .gray span {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2013-12-12 21:27:20 +01:00
|
|
|
/**
|
|
|
|
* Nextmatch widget
|
|
|
|
*/
|
|
|
|
.et2_nextmatch {
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
}
|
|
|
|
/* images*/
|
|
|
|
.et2_nextmatch > img {
|
|
|
|
width: 16px;
|
2013-12-16 10:37:26 +01:00
|
|
|
height: 16px;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.nextmatch_header .header_count {
|
|
|
|
font-size: 11px;
|
|
|
|
position: relative;
|
|
|
|
top: 7px;
|
|
|
|
}
|
|
|
|
/*################################################################
|
|
|
|
*
|
|
|
|
* Filters
|
|
|
|
*
|
|
|
|
################################################################*/
|
|
|
|
.nextmatch_header > .filters {
|
|
|
|
width: 80%;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
padding: 0;
|
|
|
|
background-color: #b4b4b4;
|
|
|
|
border: none !important;
|
|
|
|
border-color: #000000;
|
|
|
|
background-image: none !important;
|
|
|
|
height: 37px;
|
|
|
|
-webkit-border-top-right-radius: 15px;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 0px;
|
|
|
|
-webkit-border-top-left-radius: 0px;
|
|
|
|
-moz-border-radius-topright: 15px;
|
|
|
|
-moz-border-radius-bottomright: 3px;
|
|
|
|
-moz-border-radius-bottomleft: 0px;
|
|
|
|
-moz-border-radius-topleft: 0px;
|
|
|
|
border-top-right-radius: 15px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 0px;
|
|
|
|
border-top-left-radius: 0px;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.background-clip(padding-box);*/
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
2014-02-03 11:05:36 +01:00
|
|
|
.nextmatch_header > .filters select {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2013-12-12 21:27:20 +01:00
|
|
|
.nextmatch_header > .filters .et2_label {
|
2013-12-16 10:37:26 +01:00
|
|
|
/* font-size: 0.9em;*/
|
2013-12-12 21:27:20 +01:00
|
|
|
padding: 0.2em;
|
|
|
|
}
|
|
|
|
.nextmatch_header > .filters .et2_label select {
|
2013-12-16 10:37:26 +01:00
|
|
|
/*.Complete_Button_select;*/
|
2013-12-12 21:27:20 +01:00
|
|
|
margin-left: 2px;
|
|
|
|
margin-right: 1px;
|
2013-12-16 10:37:26 +01:00
|
|
|
margin-top: 8px;
|
2013-12-12 21:27:20 +01:00
|
|
|
max-width: 14% !important;
|
|
|
|
/*Dialog - Addressbook - View */
|
|
|
|
}
|
|
|
|
.nextmatch_header > .filters .et2_label select:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.nextmatch_header > .filters .et2_label select #infolog-index_cat_id,
|
|
|
|
.nextmatch_header > .filters .et2_label select #infolog-index_filter {
|
|
|
|
width: 50% !important;
|
|
|
|
}
|
|
|
|
.nextmatch_header > .filters > select > option {
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
2014-01-18 18:51:29 +01:00
|
|
|
.nextmatch_header > .search {
|
2014-01-23 09:44:38 +01:00
|
|
|
padding: 0 0 0 3px;
|
|
|
|
margin-right: 3px;
|
2014-01-18 18:51:29 +01:00
|
|
|
background-color: #b4b4b4;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 20px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-moz-border-radius-topright: 20px;
|
|
|
|
border-radius: 3px;
|
|
|
|
border-top-right-radius: 20px;
|
|
|
|
}
|
|
|
|
.nextmatch_header > .search input {
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.background_color_search;*/
|
2014-01-18 18:51:29 +01:00
|
|
|
/*background-color: @gray_0;*/
|
|
|
|
border: none;
|
2014-01-23 09:44:38 +01:00
|
|
|
font-size: 11px;
|
2014-01-18 18:51:29 +01:00
|
|
|
color: #000;
|
|
|
|
/*margin: 0 2px;*/
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
2014-01-18 18:51:29 +01:00
|
|
|
.nextmatch_header > .search input::-webkit-input-placeholder {
|
|
|
|
/* WebKit browsers */
|
|
|
|
color: #696969;
|
|
|
|
}
|
|
|
|
.nextmatch_header > .search input:-moz-placeholder {
|
|
|
|
/* Mozilla Firefox 4 to 18 */
|
|
|
|
color: #696969;
|
|
|
|
}
|
|
|
|
.nextmatch_header > .search input::-moz-placeholder {
|
|
|
|
/* Mozilla Firefox 19+ */
|
|
|
|
color: #696969;
|
|
|
|
}
|
|
|
|
.nextmatch_header > .search input:-ms-input-placeholder {
|
|
|
|
/* Internet Explorer 10+ */
|
|
|
|
color: #696969;
|
|
|
|
}
|
|
|
|
.nextmatch_header > .search button.et2_button {
|
2013-12-12 21:27:20 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
border-color: #b4b4b4;
|
2014-01-23 09:44:38 +01:00
|
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
|
|
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
|
|
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
|
2013-12-12 21:27:20 +01:00
|
|
|
width: 45px;
|
2014-01-14 17:05:31 +01:00
|
|
|
/*height: 1.6em;*/
|
2013-12-12 21:27:20 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 20px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-moz-border-radius-topright: 20px;
|
|
|
|
border-radius: 3px;
|
|
|
|
border-top-right-radius: 20px;
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.background_color_search;*/
|
2013-12-12 21:27:20 +01:00
|
|
|
color: #ffd44d;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 0px;
|
2014-01-23 09:44:38 +01:00
|
|
|
margin: 8px 10px;
|
2013-12-20 10:36:43 +01:00
|
|
|
margin-left: 0px;
|
2013-12-12 21:27:20 +01:00
|
|
|
background-image: url("../images/search.png");
|
|
|
|
background-position: center 0;
|
|
|
|
background-size: contain;
|
|
|
|
background-repeat: no-repeat;
|
2013-12-30 17:43:06 +01:00
|
|
|
text-indent: 100%;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
2014-01-18 18:51:29 +01:00
|
|
|
.nextmatch_header > .search button.et2_button:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
background-color: #679fd2 !important;
|
|
|
|
/*hide arrow*/
|
|
|
|
color: #679fd2 !important;
|
|
|
|
}
|
2014-01-18 18:51:29 +01:00
|
|
|
.nextmatch_header > .search button.et2_button:active {
|
|
|
|
/*.background_verlauf_diagonal_gray;*/
|
|
|
|
background-color: #1aa200 !important;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
2014-01-18 18:51:29 +01:00
|
|
|
.nextmatch_header > .search button.et2_button:focus {
|
2013-12-12 21:27:20 +01:00
|
|
|
outline: 0;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #b4b4b4;
|
|
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
2014-01-18 18:51:29 +01:00
|
|
|
/*background-color: @color_positive_action_active !important;*/
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.nextmatch_header > .filters input {
|
|
|
|
margin-right: 2ex;
|
|
|
|
width: 15%;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
border-color: #b4b4b4;
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
width: auto;
|
2013-12-20 10:36:43 +01:00
|
|
|
/*margin: 0.5em 0em 0.5em 0;*/
|
2013-12-12 21:27:20 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
.nextmatch_header > .filters input:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.nextmatch_header > .filters input:focus {
|
|
|
|
outline: 0;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #b4b4b4;
|
|
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
2013-12-20 10:36:43 +01:00
|
|
|
.nextmatch_header > .filters .et2_button_icon {
|
|
|
|
margin-top: 8px;
|
2013-12-12 21:27:20 +01:00
|
|
|
vertical-align: middle;
|
2014-01-08 08:57:35 +01:00
|
|
|
/*.background_color_10_gray;*/
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
margin-right: 1em;
|
|
|
|
width: 16px;
|
2013-12-16 10:37:26 +01:00
|
|
|
height: 16px;
|
2013-12-12 21:27:20 +01:00
|
|
|
padding: 2px;
|
|
|
|
}
|
2013-12-20 10:36:43 +01:00
|
|
|
.nextmatch_header > .filters .et2_button_icon:hover {
|
2014-01-08 08:57:35 +01:00
|
|
|
/*.background_color_20_gray;*/
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2013-12-20 10:36:43 +01:00
|
|
|
.nextmatch_header > .filters .et2_button_icon:active {
|
2014-01-08 08:57:35 +01:00
|
|
|
/*.background_color_30_gray;*/
|
2013-12-20 10:36:43 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.9);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
-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);
|
2014-01-08 08:57:35 +01:00
|
|
|
background-color: #1aa200;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.et2_nextmatch .nextmatch_header {
|
|
|
|
border: none;
|
|
|
|
background-image: none;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
.et2_nextmatch .nextmatch_header > .filters {
|
|
|
|
border: 1px solid #e6e6e6;
|
|
|
|
background-color: #cdcdcd;
|
|
|
|
background-image: url(../images/header_overlay.png);
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
/*################################################################
|
|
|
|
*
|
|
|
|
* Kategorien
|
|
|
|
*
|
|
|
|
################################################################*/
|
|
|
|
/*ADD Button*/
|
|
|
|
#admin-categories-index_add {
|
2014-01-14 17:05:31 +01:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
|
|
|
padding: 0.5em;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
#admin-categories-index_add:before {
|
|
|
|
content: "+";
|
2014-01-14 17:05:31 +01:00
|
|
|
font-size: 2em;
|
2013-12-12 21:27:20 +01:00
|
|
|
color: #ffc200;
|
2014-01-14 17:05:31 +01:00
|
|
|
line-height: 0.6em;
|
|
|
|
padding-left: 0.1em;
|
|
|
|
padding-right: 4em;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
#admin-categories-index_add:hover {
|
|
|
|
background-color: #66a1d2 !important;
|
|
|
|
color: #ffc200;
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
-webkit-border-radius: 3px;
|
2014-01-08 08:57:35 +01:00
|
|
|
-webkit-border-top-left-radius: 10px;
|
2013-12-12 21:27:20 +01:00
|
|
|
-moz-border-radius: 3px;
|
2014-01-08 08:57:35 +01:00
|
|
|
-moz-border-radius-topleft: 10px;
|
2013-12-12 21:27:20 +01:00
|
|
|
border-radius: 3px;
|
2014-01-08 08:57:35 +01:00
|
|
|
border-top-left-radius: 10px;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
#admin-categories-index_filter {
|
|
|
|
top: 8px;
|
|
|
|
}
|
|
|
|
/*################################################################
|
|
|
|
*
|
|
|
|
* Favorites
|
|
|
|
*
|
|
|
|
################################################################*/
|
|
|
|
.nextmatch_header div[id$=favorite_wrapper] {
|
2014-01-30 19:55:29 +01:00
|
|
|
/* margin-top: 6px;
|
|
|
|
vertical-align: middle;*/
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: #bfbfbf;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* Drop down button
|
|
|
|
*/
|
|
|
|
.et2_dropdown {
|
|
|
|
/*left Button*/
|
|
|
|
/*right Button*/
|
|
|
|
/* hover */
|
|
|
|
}
|
|
|
|
.et2_dropdown button {
|
|
|
|
height: 3.0ex;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: -2px;
|
|
|
|
padding: 0px 1ex;
|
|
|
|
background-color: #ffffff;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
.et2_dropdown button > div {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.et2_dropdown button:last-child {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
.et2_dropdown + ul.ui-menu {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
.et2_dropdown button.ui-corner-left,
|
|
|
|
.et2_dropdown button.ui-state-default {
|
|
|
|
background-image: none !important;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
}
|
|
|
|
.et2_dropdown button.ui-corner-left img,
|
|
|
|
.et2_dropdown button.ui-state-default img {
|
|
|
|
width: 16px;
|
2013-12-16 10:37:26 +01:00
|
|
|
height: 16px;
|
2013-12-12 21:27:20 +01:00
|
|
|
text-align: left;
|
|
|
|
position: relative;
|
|
|
|
right: 1px;
|
|
|
|
top: 3px;
|
|
|
|
}
|
|
|
|
.et2_dropdown button.ui-state-hover {
|
|
|
|
background-color: #b4b4b4 !important;
|
|
|
|
background-size: 16px 16px !important;
|
|
|
|
background-position: 10px center !important;
|
|
|
|
}
|
|
|
|
.favorites li:hover div.ui-icon {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.favorites li span.ui-state-active {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.favorites input {
|
|
|
|
margin-right: 1ex;
|
|
|
|
}
|
|
|
|
.favorites img {
|
|
|
|
margin-right: 1ex;
|
|
|
|
width: 16px;
|
2013-12-16 10:37:26 +01:00
|
|
|
height: 16px;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.favorites div.ui-icon-trash {
|
|
|
|
position: relative;
|
|
|
|
float: right;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.favorites .sideboxstar {
|
2014-01-18 18:51:29 +01:00
|
|
|
background-image: url("../images/bullet.png");
|
2013-12-12 21:27:20 +01:00
|
|
|
background-repeat: no-repeat;
|
2014-01-15 14:45:44 +01:00
|
|
|
background-size: contain;
|
2014-01-18 18:51:29 +01:00
|
|
|
background-color: egw_color_2_a;
|
2013-12-16 10:37:26 +01:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
2014-01-15 14:45:44 +01:00
|
|
|
.sidebox-favorites {
|
|
|
|
/*ul*/
|
|
|
|
}
|
2013-12-12 21:27:20 +01:00
|
|
|
.sidebox-favorites ul.favorites {
|
|
|
|
width: 99%;
|
|
|
|
padding: 0px;
|
|
|
|
border: none;
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
.sidebox-favorites ul.favorites li {
|
2014-01-15 14:45:44 +01:00
|
|
|
padding-left: 1em !important;
|
2013-12-12 21:27:20 +01:00
|
|
|
margin-left: 0px;
|
2014-01-15 14:45:44 +01:00
|
|
|
line-height: 2em;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.sidebox-favorites ul.favorites li img {
|
|
|
|
margin: 0px 5px;
|
|
|
|
height: 16px;
|
|
|
|
padding: 3px;
|
2014-01-08 08:57:35 +01:00
|
|
|
/*.background_color_10_gray;*/
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
.sidebox-favorites ul.favorites li img:hover {
|
|
|
|
height: 16px;
|
|
|
|
/*.Complete_Button_Icon_hover ;*/
|
|
|
|
}
|
|
|
|
.sidebox-favorites ul.favorites li img.sideboxstar {
|
|
|
|
margin-right: 1ex;
|
|
|
|
height: 16px;
|
2014-01-08 08:57:35 +01:00
|
|
|
/*.background_color_10_gray;*/
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-size: 16px 16px;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
.sidebox-favorites ul.favorites li img.sideboxstar:hover {
|
|
|
|
height: 16px;
|
2014-01-08 08:57:35 +01:00
|
|
|
/*.background_color_20_gray;*/
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2014-01-15 14:45:44 +01:00
|
|
|
.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;
|
|
|
|
}
|
2013-12-12 21:27:20 +01:00
|
|
|
.sidebox-favorites .ui-state-hover,
|
|
|
|
.sidebox-favorites .ui-widget-content .ui-state-hover,
|
|
|
|
.sidebox-favorites .ui-widget-header .ui-state-hover,
|
|
|
|
.sidebox-favorites .ui-state-focus,
|
|
|
|
.sidebox-favorites .ui-widget-content .ui-state-focus,
|
|
|
|
.sidebox-favorites .ui-widget-header .ui-state-focus {
|
|
|
|
border-top: solid 1px 1px;
|
|
|
|
border-left: solid 1px 1px;
|
|
|
|
border-right: solid 1px 1px;
|
|
|
|
border-bottom: solid 1px 1px;
|
|
|
|
border-color: #e6e6e6;
|
|
|
|
background: transparent !important;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
.sidebox-favorites .ui-menu-icons .ui-menu-item a {
|
|
|
|
position: relative;
|
|
|
|
padding-left: 1em;
|
|
|
|
padding: 0.5em 1em 0.5em 0;
|
|
|
|
}
|
|
|
|
.sidebox-favorites .ui-menu-icons .ui-menu-item a:hover {
|
2014-01-08 08:57:35 +01:00
|
|
|
/*.background_color_20_gray;*/
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-12-12 21:27:20 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2014-01-15 14:45:44 +01:00
|
|
|
.sidebox-favorites .ui-menu {
|
|
|
|
/*li*/
|
|
|
|
}
|
|
|
|
.sidebox-favorites .ui-menu .ui-menu-item {
|
|
|
|
width: 93%;
|
|
|
|
}
|
2013-12-12 21:27:20 +01:00
|
|
|
.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;
|
2014-01-15 14:45:44 +01:00
|
|
|
padding-left: 5px !important;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.sidebox-favorites .ui-menu .ui-menu-item a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
/*.Complete_Button_Icon_hover ;*/
|
|
|
|
}
|
|
|
|
.sidebox-favorites .ui-menu .ui-menu-item a img {
|
|
|
|
width: 16px;
|
2013-12-16 10:37:26 +01:00
|
|
|
height: 16px;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
2014-01-15 14:45:44 +01:00
|
|
|
.sidebox-favorites .ui-menu .ui-menu-item a div.ui-icon-heart {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-12-12 21:27:20 +01:00
|
|
|
.sidebox-favorites div.ui-icon-heart {
|
|
|
|
position: relative;
|
|
|
|
float: left;
|
|
|
|
display: inline-block;
|
|
|
|
margin: -3px 1px 0px 1px;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
.sidebox-favorites div.ui-icon-trash {
|
2014-01-15 14:45:44 +01:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-right: 2px;
|
2014-01-18 18:51:29 +01:00
|
|
|
background-image: url(../images/delete.png);
|
2013-12-12 21:27:20 +01:00
|
|
|
background-size: 16px 16px;
|
|
|
|
background-position: 0 0;
|
2014-01-18 18:51:29 +01:00
|
|
|
background-color: egw_color_2_a;
|
2014-01-15 14:45:44 +01:00
|
|
|
-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;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
.nextmatch_sortheader.asc {
|
2014-01-30 19:55:29 +01:00
|
|
|
/* font-weight: bold;
|
|
|
|
background-image: url(../images/up.png);*/
|
2013-12-12 21:27:20 +01:00
|
|
|
background-size: 12px 12px;
|
|
|
|
}
|
|
|
|
.nextmatch_sortheader.desc {
|
2014-01-30 19:55:29 +01:00
|
|
|
/* font-weight: bold;
|
|
|
|
background-image: url(../images/down.png);*/
|
2013-12-12 21:27:20 +01:00
|
|
|
background-size: 12px 12px;
|
|
|
|
}
|
|
|
|
/* End of hierarchy */
|
|
|
|
/* Mangled link-to widget inside a nextmatch - used for DnD uploads */
|
|
|
|
.et2_nextmatch * .et2_link_to {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
div.et2_progress > div {
|
2013-12-16 10:37:26 +01:00
|
|
|
background-color: #ffdd73;
|
2014-01-30 19:55:29 +01:00
|
|
|
/*height: 5px;*/
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
|
|
|
/**
|
2014-01-30 19:55:29 +01:00
|
|
|
* et2_toolbar
|
2013-11-14 20:11:42 +01:00
|
|
|
*/
|
2014-01-30 19:55:29 +01:00
|
|
|
.ui-toolbar_dropShadow {
|
|
|
|
min-height: 30px;
|
|
|
|
border: dashed;
|
|
|
|
border-width: 1px;
|
|
|
|
border-color: gray;
|
|
|
|
opacity: 0.7;
|
2013-12-12 21:27:20 +01:00
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
/**
|
|
|
|
* et2_textbox
|
|
|
|
*/
|
|
|
|
textarea,
|
|
|
|
textarea.description {
|
2014-01-08 08:57:35 +01:00
|
|
|
background-color: rgba(255, 221, 115, 0.1);
|
2013-12-16 10:37:26 +01:00
|
|
|
padding: 0.3em 0 0 0.3em;
|
|
|
|
}
|
2013-12-19 04:14:06 +01:00
|
|
|
/*#################################### ADMIN PART #####################################################*/
|
|
|
|
iframe#admin-index_iframe {
|
|
|
|
background-color: yellow;
|
|
|
|
}
|
|
|
|
#admin-categories-index div.egwGridView_scrollarea {
|
|
|
|
min-height: 500px;
|
|
|
|
}
|
|
|
|
/*#################################### ADMIN PART #####################################################*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-12-12 21:27:20 +01:00
|
|
|
/*#################################### Media Queries #####################################################*/
|
|
|
|
@media only screen and (min-width: 980px) and (max-width: 1279px) {
|
|
|
|
.nextmatch_header > .filters select {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-01-10 06:26:09 +01:00
|
|
|
/*@import "../../phpgwapi/templates/idots/css/traditional.css";*/
|
2013-11-14 20:11:42 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: Stylite Pixelegg template
|
|
|
|
*
|
|
|
|
* et2 Messages
|
|
|
|
*
|
|
|
|
* 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$
|
|
|
|
*/
|
|
|
|
#uical_select_resource {
|
|
|
|
background-color: #ffdd73;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.uiaccountselection .primary_group {
|
|
|
|
background-color: #ffdd73;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
option:checked {
|
|
|
|
background-color: #ffdd73;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-tooltip {
|
|
|
|
padding: 8px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 9999;
|
|
|
|
max-width: 300px;
|
|
|
|
-webkit-box-shadow: 0 0 5px #aaaaaa;
|
|
|
|
-moz-box-shadow: 0 0 5px #aaaaaa;
|
|
|
|
box-shadow: 0 0 5px #aaaaaa;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
/* Component containers
|
|
|
|
----------------------------------*/
|
|
|
|
.ui-widget {
|
2014-01-08 08:57:35 +01:00
|
|
|
font-family: Verdana, Helvetica, Sans-Serif;
|
|
|
|
/* font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;*/
|
2013-11-14 20:11:42 +01:00
|
|
|
font-size: 1.1em;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-widget .ui-widget {
|
|
|
|
font-size: 1em;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-widget input,
|
|
|
|
.ui-widget select,
|
|
|
|
.ui-widget textarea,
|
|
|
|
.ui-widget button {
|
2014-01-08 08:57:35 +01:00
|
|
|
font-family: Verdana, Helvetica, Sans-Serif;
|
|
|
|
/* font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;*/
|
2013-11-14 20:11:42 +01:00
|
|
|
font-size: 1em;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-widget-content {
|
2013-12-16 10:37:26 +01:00
|
|
|
/*.bordered (@color-hint,@color-hint,@color-hint,@color-hint);*/
|
2013-11-14 20:11:42 +01:00
|
|
|
background-image: none;
|
|
|
|
color: #808080 !important;
|
|
|
|
background: white;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-widget-content a {
|
|
|
|
color: #999999;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-widget-header {
|
2013-12-20 10:36:43 +01:00
|
|
|
border-top: solid 1px 0px !important;
|
|
|
|
border-left: solid 1px 0px !important;
|
|
|
|
border-right: solid 1px 0px !important;
|
|
|
|
border-bottom: solid 1px 0px !important;
|
|
|
|
/*.background-color-5-gray;*/
|
|
|
|
background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%) !important;
|
|
|
|
/* FF3.6+ */
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 240, 240, 0)), color-stop(100%, rgba(191, 191, 191, 0.65))) !important;
|
|
|
|
/* Chrome,Safari4+ */
|
|
|
|
background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%) !important;
|
|
|
|
/* Chrome10+,Safari5.1+ */
|
|
|
|
background: -o-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%) !important;
|
|
|
|
/* Opera 11.10+ */
|
|
|
|
background: -ms-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%) !important;
|
|
|
|
/* IE10+ */
|
|
|
|
background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%) !important;
|
|
|
|
/* W3C */
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f0f0', endColorstr='#a6bfbfbf', GradientType=0) !important;
|
|
|
|
/* IE6-9 */
|
2013-12-30 18:32:42 +01:00
|
|
|
/*border-color: @gray_10;*/
|
2013-12-20 10:36:43 +01:00
|
|
|
color: #000000;
|
2013-11-14 20:11:42 +01:00
|
|
|
font-weight: bold;
|
|
|
|
background-image: none;
|
2013-12-20 10:36:43 +01:00
|
|
|
border: 0px !important;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-widget-header a {
|
|
|
|
color: #ffffff;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
/* Interaction states
|
|
|
|
----------------------------------*/
|
|
|
|
.ui-state-default,
|
|
|
|
.ui-widget-content .ui-state-default,
|
|
|
|
.ui-widget-header .ui-state-default {
|
|
|
|
border-top: solid 1px 1px;
|
|
|
|
border-left: solid 1px 1px;
|
|
|
|
border-right: solid 1px 1px;
|
|
|
|
border-bottom: solid 1px 1px;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #e6e6e6;
|
2013-11-14 20:11:42 +01:00
|
|
|
background: transparent;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #999999;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-state-default a,
|
|
|
|
.ui-state-default a:link,
|
|
|
|
.ui-state-default a:visited {
|
|
|
|
color: #999999;
|
|
|
|
text-decoration: none;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-01-08 19:49:09 +01:00
|
|
|
.ui-state-focus,
|
|
|
|
.ui-widget-header .ui-state-focus,
|
|
|
|
.ui-widget-content .ui-state-focus {
|
|
|
|
border-color: #e6e6e6;
|
2014-01-14 17:05:31 +01:00
|
|
|
background: rgba(103, 159, 210, 0.1);
|
2014-01-08 19:49:09 +01:00
|
|
|
background-image: none !important;
|
|
|
|
color: #000000;
|
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-state-hover,
|
|
|
|
.ui-widget-content .ui-state-hover,
|
2014-01-08 19:49:09 +01:00
|
|
|
.ui-widget-header .ui-state-hover {
|
2013-11-14 20:11:42 +01:00
|
|
|
border-top: solid 1px 1px;
|
|
|
|
border-left: solid 1px 1px;
|
|
|
|
border-right: solid 1px 1px;
|
|
|
|
border-bottom: solid 1px 1px;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #e6e6e6;
|
2014-01-14 17:05:31 +01:00
|
|
|
background: rgba(103, 159, 210, 0.1);
|
2013-11-20 09:41:08 +01:00
|
|
|
background-image: none !important;
|
2013-11-14 20:11:42 +01:00
|
|
|
color: #000000;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-state-hover a,
|
|
|
|
.ui-state-hover a:hover,
|
|
|
|
.ui-state-hover a:link,
|
|
|
|
.ui-state-hover a:visited {
|
|
|
|
color: #808080;
|
|
|
|
text-decoration: none;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-state-active,
|
|
|
|
.ui-widget-content .ui-state-active,
|
|
|
|
.ui-widget-header .ui-state-active {
|
|
|
|
border-top: solid 1px 1px;
|
|
|
|
border-left: solid 1px 1px;
|
|
|
|
border-right: solid 1px 1px;
|
|
|
|
border-bottom: solid 1px 1px;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #cdcdcd;
|
2013-11-18 20:27:56 +01:00
|
|
|
background-image: none;
|
2013-11-14 20:11:42 +01:00
|
|
|
font-weight: bold;
|
|
|
|
color: #808080;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-state-active a,
|
|
|
|
.ui-state-active a:link,
|
|
|
|
.ui-state-active a:visited {
|
2013-11-15 18:05:59 +01:00
|
|
|
color: #808080;
|
2013-11-14 20:11:42 +01:00
|
|
|
text-decoration: none;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
/* Interaction Cues
|
|
|
|
----------------------------------*/
|
|
|
|
.ui-state-highlight,
|
|
|
|
.ui-widget-content .ui-state-highlight,
|
|
|
|
.ui-widget-header .ui-state-highlight {
|
|
|
|
border-top: solid 1px 1px;
|
|
|
|
border-left: solid 1px 1px;
|
|
|
|
border-right: solid 1px 1px;
|
|
|
|
border-bottom: solid 1px 1px;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-11-14 20:11:42 +01:00
|
|
|
background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
|
|
|
|
color: #808080;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-state-highlight a,
|
|
|
|
.ui-widget-content .ui-state-highlight a,
|
|
|
|
.ui-widget-header .ui-state-highlight a {
|
|
|
|
color: #e6e6e6;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-state-error,
|
|
|
|
.ui-widget-content .ui-state-error,
|
|
|
|
.ui-widget-header .ui-state-error {
|
|
|
|
border-top: solid 1px 1px;
|
|
|
|
border-left: solid 1px 1px;
|
|
|
|
border-right: solid 1px 1px;
|
|
|
|
border-bottom: solid 1px 1px;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #e6e6e6;
|
2013-11-14 20:11:42 +01:00
|
|
|
color: #b3b3b3;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-state-error a,
|
2013-11-15 18:05:59 +01:00
|
|
|
.ui-widget-content .ui-state-error a {
|
|
|
|
color: #ff0000;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ui-state-error-text,
|
|
|
|
.ui-widget-content .ui-state-error-text,
|
|
|
|
.ui-widget-header .ui-state-error-text {
|
2013-11-15 18:05:59 +01:00
|
|
|
color: #ff0000;
|
|
|
|
}
|
2013-12-20 10:36:43 +01:00
|
|
|
.ui-icon-close {
|
|
|
|
/*visibility: hidden;*/
|
2014-01-10 06:26:09 +01:00
|
|
|
/*background-image: url(../images/search.png);*/
|
2014-01-14 17:05:31 +01:00
|
|
|
background-image: url("../images/cancel.png");
|
2013-12-20 10:36:43 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-color: #ffffff;
|
2014-01-14 17:05:31 +01:00
|
|
|
background-size: 12px 12px;
|
2013-12-20 10:36:43 +01:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
margin: 2px;
|
|
|
|
padding: 1px;
|
|
|
|
margin-top: 1px;
|
2014-01-14 17:05:31 +01:00
|
|
|
background-position: 0px 0px;
|
2013-12-20 10:36:43 +01:00
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
.ui-icon-close:hover {
|
|
|
|
background-color: #b4b4b4;
|
|
|
|
}
|
|
|
|
.ui-icon-close:active {
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #fecc44 !important;
|
2013-12-20 10:36:43 +01:00
|
|
|
}
|
|
|
|
span.ui-icon-close {
|
|
|
|
margin-top: 0px;
|
2014-01-17 09:10:35 +01:00
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
.et2_link_entry .ui-icon-close {
|
|
|
|
margin-top: -5px;
|
|
|
|
top: 9px !important;
|
2013-12-20 10:36:43 +01:00
|
|
|
}
|
2013-11-15 18:05:59 +01:00
|
|
|
/*Schliessen x*/
|
|
|
|
.ui-icon-closethick {
|
2013-12-20 10:36:43 +01:00
|
|
|
background-image: url(../images/close.png) !important;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-color: #ffffff;
|
|
|
|
background-size: contain;
|
|
|
|
background-position: 0 0 !important;
|
2013-11-15 18:05:59 +01:00
|
|
|
color: #ffffff;
|
2013-12-20 10:36:43 +01:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
.ui-icon-closethick:hover {
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
color: #1e1e1e;
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-12-20 10:36:43 +01:00
|
|
|
}
|
|
|
|
.ui-icon-closethick: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;
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #fecc44 !important;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
span.ui-icon-search {
|
|
|
|
background-image: url(../images/search.png) !important;
|
|
|
|
background-position: 0px;
|
|
|
|
background-size: 10px 10px;
|
|
|
|
}
|
|
|
|
/*###########################################*/
|
|
|
|
/*Dialog: edit row*/
|
|
|
|
.ui-widget-content .et2_selectbox button.et2_button_text,
|
|
|
|
.ui-widget-content .et2_selectbox select.et2_selectbox {
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
.ui-widget-content .et2_selectbox button {
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
.ui-widget-content .et2_selectbox div.ui-widget-header ul li label.ui-state-hover {
|
2014-01-14 17:05:31 +01:00
|
|
|
background-color: rgba(103, 159, 210, 0.1);
|
2013-11-20 09:41:08 +01:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
2013-11-25 04:16:41 +01:00
|
|
|
/*###########################################*/
|
|
|
|
/*Dialog: calendar edit series*/
|
|
|
|
.ui-dialog-buttonpane {
|
|
|
|
background-color: #679fd2;
|
|
|
|
}
|
|
|
|
.ui-dialog-buttonset button {
|
2013-12-16 10:37:26 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.box_shadow_standard_light;*/
|
2013-12-16 10:37:26 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #000000;
|
2014-01-14 09:20:19 +01:00
|
|
|
-webkit-transition-property: background-color;
|
|
|
|
-moz-transition-property: background-color;
|
|
|
|
-o-transition-property: background-color;
|
|
|
|
transition-property: background-color;
|
2013-12-30 18:32:42 +01:00
|
|
|
-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;
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #e6e6e6;
|
2013-12-20 10:36:43 +01:00
|
|
|
padding-left: 30px !important;
|
|
|
|
background-position: 6px center !important;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
background-size: 20px auto !important;
|
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
2013-11-25 04:16:41 +01:00
|
|
|
}
|
|
|
|
.ui-dialog-buttonset button:hover {
|
2013-12-16 10:37:26 +01:00
|
|
|
background-color: #b4b4b4;
|
|
|
|
color: #1e1e1e;
|
2013-11-25 04:16:41 +01:00
|
|
|
}
|
|
|
|
.ui-dialog-buttonset button.ui-button-text-only {
|
|
|
|
background-color: #cdcdcd !important;
|
|
|
|
background: inherit;
|
|
|
|
color: #000000 !important;
|
|
|
|
font-weight: normal !important;
|
|
|
|
}
|
|
|
|
.ui-dialog-buttonset button.ui-button-text-only:hover {
|
|
|
|
background-color: #b4b4b4 !important;
|
|
|
|
}
|
2014-01-14 09:20:19 +01:00
|
|
|
/*###########################################*/
|
|
|
|
/*Dialog: calendar edit series*/
|
|
|
|
.ui-datepicker {
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
.ui-datepicker .ui-widget-header .ui-icon {
|
|
|
|
background-image: url("images/ui-icons_d8e7f3_256x240.png");
|
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: Stylite Pixelegg template
|
|
|
|
*
|
|
|
|
* less file for magic suggest
|
|
|
|
*
|
|
|
|
* 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$
|
|
|
|
*/
|
|
|
|
.ms-ctn {
|
|
|
|
position: relative;
|
|
|
|
height: 28px;
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #555555;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
cursor: default;
|
|
|
|
display: block;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn-invalid {
|
|
|
|
border: 1px solid #CC0000;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn-readonly {
|
|
|
|
cursor: pointer;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn-disabled {
|
|
|
|
cursor: not-allowed;
|
|
|
|
background-color: #eeeeee;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn-bootstrap-focus,
|
|
|
|
.ms-ctn-bootstrap-focus .ms-res-ctn {
|
|
|
|
/* IE6-9 */
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-color: #0c5da5 !important;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn input {
|
|
|
|
border: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
-webkit-transition: none;
|
|
|
|
outline: none;
|
|
|
|
display: block;
|
|
|
|
padding: 4px 6px;
|
|
|
|
line-height: normal;
|
|
|
|
overflow: hidden;
|
|
|
|
height: auto;
|
|
|
|
border-radius: 0;
|
|
|
|
float: none;
|
|
|
|
margin: 2px 0 2px 2px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn-disabled input {
|
|
|
|
cursor: not-allowed;
|
|
|
|
background-color: #eeeeee;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn .ms-input-readonly {
|
|
|
|
cursor: pointer;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn .ms-empty-text {
|
|
|
|
color: #DDD;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn input:focus {
|
|
|
|
border: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
-webkit-transition: none;
|
|
|
|
background: #FFF;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn .ms-trigger {
|
|
|
|
float: right;
|
|
|
|
width: 27px;
|
|
|
|
height: 28px;
|
|
|
|
border-left: 1px solid #CCC;
|
|
|
|
background: #EEE;
|
|
|
|
cursor: pointer;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn .ms-trigger .ms-trigger-ico {
|
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
vertical-align: top;
|
|
|
|
border-top: 4px solid gray;
|
|
|
|
border-right: 4px solid transparent;
|
|
|
|
border-left: 4px solid transparent;
|
|
|
|
content: "";
|
|
|
|
margin-left: 9px;
|
|
|
|
margin-top: 13px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn .ms-trigger:hover {
|
|
|
|
background: -moz-linear-gradient(100% 100% 90deg, #e3e3e3, #f1f1f1);
|
|
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#e3e3e3));
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn .ms-trigger:hover .ms-trigger-ico {
|
|
|
|
background-position: 0 -4px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn-disabled .ms-trigger {
|
|
|
|
cursor: not-allowed;
|
|
|
|
background-color: #eeeeee;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn-bootstrap-focus {
|
|
|
|
border-bottom: 1px solid #CCC;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-res-ctn {
|
|
|
|
position: relative;
|
|
|
|
background: #FFF;
|
|
|
|
overflow-y: auto;
|
|
|
|
z-index: 9999;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
left: -1px;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
border-top: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-res-ctn .ms-res-group {
|
|
|
|
line-height: 23px;
|
|
|
|
text-align: left;
|
|
|
|
padding: 2px 5px;
|
|
|
|
font-weight: bold;
|
|
|
|
border-bottom: 1px dotted #CCC;
|
|
|
|
border-top: 1px solid #CCC;
|
|
|
|
background: #f3edff;
|
|
|
|
color: #333;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-res-ctn .ms-res-item {
|
|
|
|
line-height: 25px;
|
|
|
|
text-align: left;
|
|
|
|
padding: 2px 5px;
|
|
|
|
color: #666;
|
|
|
|
cursor: pointer;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-res-ctn .ms-res-item-grouped {
|
|
|
|
padding-left: 15px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-res-ctn .ms-res-odd {
|
|
|
|
background: #F3F3F3;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-res-ctn .ms-res-item-active {
|
|
|
|
background-color: #3875D7;
|
|
|
|
color: #fff;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-sel-ctn {
|
|
|
|
overflow: auto;
|
|
|
|
line-height: 22px;
|
|
|
|
padding-right: 0px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-sel-ctn .ms-sel-item {
|
|
|
|
background: #ffdd73;
|
|
|
|
color: #000000;
|
|
|
|
float: left;
|
|
|
|
font-size: 12px;
|
2013-11-27 08:20:56 +01:00
|
|
|
padding: 0 10px 0 4px !important;
|
|
|
|
position: relative;
|
2013-11-14 20:11:42 +01:00
|
|
|
border-radius: 3px;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-top: 4px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-sel-ctn .ms-sel-text {
|
|
|
|
background: #FFF;
|
|
|
|
color: #666;
|
|
|
|
padding-right: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-res-ctn .ms-res-item em {
|
|
|
|
font-style: normal;
|
|
|
|
background: #565656;
|
|
|
|
color: #FFF;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-sel-ctn .ms-sel-item:hover {
|
|
|
|
background: #ffd140;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-sel-ctn .ms-sel-text:hover {
|
|
|
|
background: #FFF;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-sel-ctn .ms-sel-item-active {
|
|
|
|
border: 1px solid red;
|
|
|
|
background: #757575;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-ctn .ms-sel-ctn .ms-sel-item {
|
|
|
|
margin-top: 3px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-stacked .ms-sel-item {
|
|
|
|
float: inherit;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-sel-ctn .ms-sel-item .ms-close-btn {
|
|
|
|
width: 7px;
|
|
|
|
cursor: pointer;
|
|
|
|
height: 7px;
|
|
|
|
float: right;
|
2013-11-27 08:20:56 +01:00
|
|
|
margin: 2px 2px 0 3px !important;
|
2013-11-14 20:11:42 +01:00
|
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAEZ0FNQQAAsY58+1GTAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjahI7BCQAwCAOTzpThHMHh3Kl9CVos9XckFwQAuPtGuWTWwMwaczKzyHsqg6+5JqMJr28BABHRwmTWQFJjTmYWOU1L4tdck9GE17dnALGAS+kAR/u2AAAAAElFTkSuQmCC);
|
2014-01-21 18:35:47 +01:00
|
|
|
background-repeat: no-repeat;
|
2013-11-27 08:20:56 +01:00
|
|
|
position: absolute;
|
|
|
|
right: 2px;
|
|
|
|
top: 2px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-sel-ctn .ms-sel-item .ms-close-btn:hover {
|
|
|
|
background-position: 0 -7px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.ms-helper {
|
|
|
|
color: #AAA;
|
|
|
|
font-size: 10px;
|
|
|
|
position: absolute;
|
|
|
|
top: -17px;
|
|
|
|
right: 0;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
/**
|
|
|
|
* layout_*.less files are Pixelegg template specific
|
|
|
|
*/
|
2013-11-20 09:41:08 +01:00
|
|
|
/*@import "../less/layout_buttons_global.less";*/
|
2013-11-14 20:11:42 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: Stylite Pixelegg template
|
|
|
|
*
|
|
|
|
* et2 Messages
|
|
|
|
*
|
2013-12-30 18:32:42 +01:00
|
|
|
* Please do NOT change css_files directly, instead change less-files and compile them!
|
2013-11-14 20:11:42 +01:00
|
|
|
*
|
|
|
|
* @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$
|
|
|
|
*/
|
|
|
|
/* @group Base */
|
|
|
|
.chzn-container {
|
|
|
|
color: #808080;
|
2013-11-15 18:05:59 +01:00
|
|
|
}
|
|
|
|
.chzn-container .chzn-drop {
|
|
|
|
width: auto;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
/* @end */
|
|
|
|
/* @group Single Chosen */
|
2013-11-15 18:05:59 +01:00
|
|
|
.chzn-container-single .chzn-single span {
|
|
|
|
width: auto;
|
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
/* @end */
|
|
|
|
/* @group Results */
|
|
|
|
.chzn-container .chzn-results {
|
|
|
|
color: #808080;
|
2013-11-27 08:20:56 +01:00
|
|
|
margin: 0 4px 4px 0;
|
|
|
|
max-height: 240px;
|
|
|
|
padding: 0 0 0 4px;
|
|
|
|
position: relative;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
/* @end */
|
|
|
|
/* @group Multi Chosen */
|
|
|
|
/* @end */
|
|
|
|
/* @group Active */
|
|
|
|
.chzn-container-active .chzn-choices li.search-field input {
|
|
|
|
color: #111 !important;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-11-14 20:11:42 +01:00
|
|
|
width: auto;
|
2013-12-20 10:36:43 +01:00
|
|
|
/*margin: 0.5em 0em 0.5em 0;*/
|
2013-11-14 20:11:42 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.chzn-container-active .chzn-choices li.search-field input:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.chzn-container-active .chzn-choices li.search-field input:focus {
|
|
|
|
outline: 0;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-11-14 20:11:42 +01:00
|
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
/* @end */
|
|
|
|
/* @group Disabled Support */
|
|
|
|
/* @end */
|
|
|
|
/* @group Right to Left */
|
|
|
|
/* @end */
|
|
|
|
/* @group Retina compatibility */
|
|
|
|
/* @end */
|
2013-11-11 19:45:33 +01:00
|
|
|
/**
|
2013-11-14 20:11:42 +01:00
|
|
|
* Egw customizations for Chosen widget
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* EGroupware: CSS with less preprocessor
|
2013-11-11 19:45:33 +01:00
|
|
|
*
|
2013-11-14 20:11:42 +01:00
|
|
|
* et2 Messages
|
2013-11-11 19:45:33 +01:00
|
|
|
*
|
|
|
|
* 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
|
2013-11-14 20:11:42 +01:00
|
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
|
|
* @package phpgwapi
|
2013-11-11 19:45:33 +01:00
|
|
|
* @version $Id$
|
|
|
|
*/
|
2014-01-14 17:05:31 +01:00
|
|
|
#egwpopup {
|
|
|
|
background-color: #fafafa;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 20px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-moz-border-radius-topright: 20px;
|
|
|
|
border-radius: 3px;
|
|
|
|
border-top-right-radius: 20px;
|
|
|
|
border-width: 9px 0px 0px 0px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #b4b4b4;
|
2014-01-15 14:45:44 +01:00
|
|
|
-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);
|
2014-01-14 17:05:31 +01:00
|
|
|
padding: 1em;
|
2014-01-17 12:53:23 +01:00
|
|
|
/*Button*/
|
2014-01-14 17:05:31 +01:00
|
|
|
}
|
|
|
|
#egwpopup input#egwpopup_ok_button,
|
|
|
|
#egwpopup button#desktop_perms {
|
2014-01-17 12:53:23 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.box_shadow_standard_light;*/
|
2014-01-17 12:53:23 +01:00
|
|
|
-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;
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #e6e6e6;
|
2014-01-14 17:05:31 +01:00
|
|
|
height: 24px;
|
2014-01-17 12:53:23 +01:00
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
#egwpopup input#egwpopup_ok_button:hover,
|
|
|
|
#egwpopup button#desktop_perms:hover {
|
|
|
|
-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: inherit !important;
|
|
|
|
}
|
|
|
|
#egwpopup input#egwpopup_ok_button:active,
|
|
|
|
#egwpopup button#desktop_perms:active {
|
|
|
|
background-color: #1aa200 !important;
|
|
|
|
}
|
|
|
|
/*popup Messsage*/
|
|
|
|
div#egwpopup_message {
|
|
|
|
background-color: .color_gray_0;
|
|
|
|
padding: 1em;
|
2014-01-30 19:55:29 +01:00
|
|
|
overflow-y: auto;
|
2014-01-14 17:05:31 +01:00
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
#msg,
|
|
|
|
.message {
|
|
|
|
color: red;
|
|
|
|
font-style: italic;
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.egw_fw_ui_app_header_container {
|
2013-12-18 05:33:46 +01:00
|
|
|
border-width: 9px 0px 0px 0px;
|
2013-11-14 20:11:42 +01:00
|
|
|
border-style: solid;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-12-12 21:27:20 +01:00
|
|
|
background-color: #b3b3b3 !important;
|
2013-11-14 20:11:42 +01:00
|
|
|
}
|
|
|
|
.egw_fw_ui_app_header_container .egw_fw_ui_app_header {
|
|
|
|
border-width: 0px 0px 0px 0px;
|
|
|
|
border-style: solid;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #e6e6e6;
|
2013-11-11 19:45:33 +01:00
|
|
|
-webkit-border-radius: 3px;
|
2013-11-14 20:11:42 +01:00
|
|
|
-webkit-border-top-right-radius: 20px;
|
2013-11-11 19:45:33 +01:00
|
|
|
-moz-border-radius: 3px;
|
2013-11-14 20:11:42 +01:00
|
|
|
-moz-border-radius-topright: 20px;
|
2013-11-11 19:45:33 +01:00
|
|
|
border-radius: 3px;
|
2013-11-14 20:11:42 +01:00
|
|
|
border-top-right-radius: 20px;
|
2013-11-25 04:16:41 +01:00
|
|
|
padding: 5px 2px 4px 15px;
|
2014-01-23 09:44:38 +01:00
|
|
|
/*font-size: 1em;*/
|
2013-11-14 20:11:42 +01:00
|
|
|
font-weight: normal;
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
color: #408dd2;
|
|
|
|
width: 80%;
|
2014-02-05 08:43:53 +01:00
|
|
|
height: 15px;
|
|
|
|
/*&:before {content: "! "; color: @egw_color_1_a; font-size: 1em; }*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.colselection.ui-widget-content {
|
|
|
|
width: 33%;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
/*Calendar ##############*/
|
|
|
|
td.message span.message {
|
|
|
|
height: 35px;
|
|
|
|
border-bottom: 2px solid #e6e6e6;
|
|
|
|
color: white;
|
|
|
|
background: red;
|
|
|
|
height: auto;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: CSS with less preprocessor
|
|
|
|
*
|
|
|
|
* Definitions for content-elements
|
|
|
|
*
|
|
|
|
* 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 Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
|
|
* @package phpgwapi
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
2014-01-08 19:49:09 +01:00
|
|
|
/**
|
|
|
|
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
|
|
|
|
* http://cssreset.com
|
|
|
|
*/
|
|
|
|
html,
|
|
|
|
body,
|
|
|
|
div,
|
|
|
|
span,
|
|
|
|
applet,
|
|
|
|
object,
|
|
|
|
iframe,
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6,
|
|
|
|
p,
|
|
|
|
blockquote,
|
|
|
|
pre,
|
|
|
|
a,
|
|
|
|
abbr,
|
|
|
|
acronym,
|
|
|
|
address,
|
|
|
|
big,
|
|
|
|
cite,
|
|
|
|
code,
|
|
|
|
del,
|
|
|
|
dfn,
|
|
|
|
em,
|
|
|
|
img,
|
|
|
|
ins,
|
|
|
|
kbd,
|
|
|
|
q,
|
|
|
|
s,
|
|
|
|
samp,
|
|
|
|
small,
|
|
|
|
strike,
|
|
|
|
strong,
|
|
|
|
sub,
|
|
|
|
sup,
|
|
|
|
tt,
|
|
|
|
var,
|
|
|
|
b,
|
|
|
|
u,
|
|
|
|
i,
|
|
|
|
center,
|
|
|
|
dl,
|
|
|
|
dt,
|
|
|
|
dd,
|
|
|
|
ol,
|
|
|
|
ul,
|
|
|
|
li,
|
|
|
|
fieldset,
|
|
|
|
form,
|
|
|
|
label,
|
|
|
|
legend,
|
|
|
|
table,
|
|
|
|
caption,
|
|
|
|
tbody,
|
|
|
|
tfoot,
|
|
|
|
thead,
|
|
|
|
tr,
|
|
|
|
th,
|
|
|
|
td,
|
|
|
|
article,
|
|
|
|
aside,
|
|
|
|
canvas,
|
|
|
|
details,
|
|
|
|
embed,
|
|
|
|
figure,
|
|
|
|
figcaption,
|
|
|
|
footer,
|
|
|
|
header,
|
|
|
|
hgroup,
|
|
|
|
menu,
|
|
|
|
nav,
|
|
|
|
output,
|
|
|
|
ruby,
|
|
|
|
section,
|
|
|
|
summary,
|
|
|
|
time,
|
|
|
|
mark,
|
|
|
|
audio,
|
|
|
|
video {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
font-size: 100%;
|
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
/* HTML5 display-role reset for older browsers */
|
|
|
|
article,
|
|
|
|
aside,
|
|
|
|
details,
|
|
|
|
figcaption,
|
|
|
|
figure,
|
|
|
|
footer,
|
|
|
|
header,
|
|
|
|
hgroup,
|
|
|
|
menu,
|
|
|
|
nav,
|
|
|
|
section {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
ol,
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
blockquote,
|
|
|
|
q {
|
|
|
|
quotes: none;
|
|
|
|
}
|
|
|
|
blockquote:before,
|
|
|
|
blockquote:after,
|
|
|
|
q:before,
|
|
|
|
q:after {
|
|
|
|
content: '';
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
2014-01-18 18:51:29 +01:00
|
|
|
*::-webkit-input-placeholder {
|
|
|
|
color: #696969;
|
|
|
|
}
|
|
|
|
*:-moz-placeholder {
|
|
|
|
/* FF 4-18 */
|
|
|
|
color: #696969;
|
|
|
|
}
|
|
|
|
*::-moz-placeholder {
|
|
|
|
/* FF 19+ */
|
|
|
|
color: #696969;
|
|
|
|
}
|
|
|
|
*:-ms-input-placeholder {
|
|
|
|
/* IE 10+ */
|
|
|
|
color: #696969;
|
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
/* #######################################################################################
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Inhaltselemente
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* ########################################################################################
|
|
|
|
*/
|
|
|
|
html * {
|
|
|
|
font-size: 100%;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
body {
|
|
|
|
background-image: none;
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
color: #000000;
|
|
|
|
margin: 0px !important;
|
|
|
|
padding: 0px !important;
|
|
|
|
width: 100% !important;
|
|
|
|
height: 100% !important;
|
2014-01-08 08:57:35 +01:00
|
|
|
font-size: 11px;
|
2014-01-08 19:49:09 +01:00
|
|
|
line-height: 1.28;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
body,
|
|
|
|
textarea {
|
2014-01-08 08:57:35 +01:00
|
|
|
font-family: Verdana, Helvetica, Sans-Serif;
|
|
|
|
/* font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#egw_fw_basecontainer {
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
2014-01-08 08:57:35 +01:00
|
|
|
font-family: Verdana, Helvetica, Sans-Serif;
|
|
|
|
/* font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;*/
|
2013-11-14 20:11:42 +01:00
|
|
|
background-color: #fafafa;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
input {
|
2014-01-14 17:05:31 +01:00
|
|
|
/* .Complete_Button_input;
|
|
|
|
.basefontfamily;
|
|
|
|
&:hover{.Complete_Button_input_hover;}
|
|
|
|
&:focus{.Complete_Button_input_focus;}*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
select {
|
2013-12-16 10:37:26 +01:00
|
|
|
/*.Complete_Button_select;*/
|
2013-11-14 20:11:42 +01:00
|
|
|
padding: 3px;
|
|
|
|
margin: 0;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
select:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
select:focus {
|
|
|
|
outline: 0;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-11-14 20:11:42 +01:00
|
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-12-30 18:32:42 +01:00
|
|
|
:hover {
|
|
|
|
-webkit-transition: all 0.2s ease-out;
|
|
|
|
-moz-transition: all 0.2s ease-out;
|
|
|
|
-o-transition: all 0.2s ease-out;
|
|
|
|
transition: all 0.2s ease-out;
|
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
p {
|
2014-01-08 19:49:09 +01:00
|
|
|
font-size: 1em;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
h1 {
|
2014-01-08 19:49:09 +01:00
|
|
|
font-size: 1.2em;
|
|
|
|
line-height: 1.28em;
|
2013-11-14 20:11:42 +01:00
|
|
|
margin: 0.4em 0 0;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
h2 {
|
2014-01-08 19:49:09 +01:00
|
|
|
font-size: 1.15em;
|
2013-11-14 20:11:42 +01:00
|
|
|
line-height: 1.2em;
|
|
|
|
margin: 0.6em 0 0;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
h3 {
|
2014-01-08 19:49:09 +01:00
|
|
|
font-size: 1.1em;
|
2013-11-14 20:11:42 +01:00
|
|
|
line-height: 0.8571em;
|
|
|
|
margin: 0.8571em 0 0;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
h3 a {
|
|
|
|
color: #999999;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
h4 {
|
|
|
|
font-size: 110%;
|
|
|
|
line-height: 1.125em;
|
|
|
|
margin: 1.125em 0 0;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
h5 {
|
|
|
|
font-size: 100%;
|
|
|
|
line-height: 1.2857em;
|
|
|
|
margin: 1.2857em 0 0;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
h6 {
|
|
|
|
font-size: 100%;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1.5em;
|
|
|
|
margin: 1.5em 0 0;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-18 20:27:56 +01:00
|
|
|
/*table {font-size: 16px;}*/
|
2013-11-14 20:11:42 +01:00
|
|
|
select {
|
|
|
|
position: relative;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
div.selectbox-wrapper ul {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
div.selectbox-wrapper ul li.selected {
|
|
|
|
background-color: #EAF2FB;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
div.selectbox-wrapper ul li.current {
|
|
|
|
background-color: #CDD8E4;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
div.selectbox-wrapper ul li {
|
|
|
|
list-style-type: none;
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
padding: 2px;
|
|
|
|
cursor: pointer;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sbHolder {
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-11-14 20:11:42 +01:00
|
|
|
width: auto;
|
2013-12-12 21:27:20 +01:00
|
|
|
margin: 5px 0em 5px 5px;
|
2013-11-14 20:11:42 +01:00
|
|
|
padding: 3px;
|
|
|
|
outline: none;
|
2013-11-11 19:45:33 +01:00
|
|
|
display: inline-block;
|
2013-11-14 20:11:42 +01:00
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
cursor: pointer;
|
2014-01-08 08:57:35 +01:00
|
|
|
font-family: Verdana, Helvetica, Sans-Serif;
|
|
|
|
/* font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;*/
|
2013-11-14 20:11:42 +01:00
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: normal;
|
|
|
|
height: 30px;
|
|
|
|
position: relative;
|
|
|
|
width: 10em;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sbHolder:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sbHolder:focus {
|
|
|
|
outline: 0;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-11-14 20:11:42 +01:00
|
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sbSelector {
|
2013-11-11 19:45:33 +01:00
|
|
|
display: block;
|
2013-11-14 20:11:42 +01:00
|
|
|
height: 30px;
|
|
|
|
left: 0;
|
|
|
|
line-height: 30px;
|
|
|
|
outline: none;
|
2013-11-11 19:45:33 +01:00
|
|
|
overflow: hidden;
|
2013-11-14 20:11:42 +01:00
|
|
|
position: absolute;
|
|
|
|
text-indent: 10px;
|
|
|
|
top: 0;
|
|
|
|
width: 170px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sbSelector:link,
|
|
|
|
.sbSelector:visited,
|
|
|
|
.sbSelector:hover {
|
|
|
|
color: #808080;
|
|
|
|
outline: none;
|
|
|
|
text-decoration: none;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sbToggle {
|
|
|
|
background: url(../img/select-icons.png) 0 -116px no-repeat;
|
2013-11-11 19:45:33 +01:00
|
|
|
display: block;
|
2013-11-14 20:11:42 +01:00
|
|
|
height: 30px;
|
|
|
|
outline: none;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
.sbToggle:hover {
|
|
|
|
background: url(../images/select-icons.png) 0 -167px no-repeat;
|
|
|
|
}
|
|
|
|
.sbToggleOpen {
|
|
|
|
background: url(../images/select-icons.png) 0 -16px no-repeat;
|
|
|
|
}
|
|
|
|
.sbToggleOpen:hover {
|
|
|
|
background: url(../images/select-icons.png) 0 -66px no-repeat;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sbHolderDisabled {
|
|
|
|
background-color: #3C3C3C;
|
|
|
|
border: solid 1px #515151;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sbOptions {
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: solid 1px #515151;
|
|
|
|
list-style: none;
|
|
|
|
left: -1px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2013-11-11 19:45:33 +01:00
|
|
|
position: absolute;
|
2013-11-14 20:11:42 +01:00
|
|
|
top: 30px;
|
|
|
|
width: 200px;
|
|
|
|
z-index: 1;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
.sbOptions li {
|
|
|
|
padding: 0 7px;
|
|
|
|
}
|
|
|
|
.sbOptions a {
|
|
|
|
border-bottom: dotted 1px #515151;
|
2013-11-11 19:45:33 +01:00
|
|
|
display: block;
|
2013-11-14 20:11:42 +01:00
|
|
|
outline: none;
|
|
|
|
padding: 7px 0 7px 3px;
|
2014-01-21 18:30:43 +01:00
|
|
|
color: #26537c;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sbOptions a:link,
|
|
|
|
.sbOptions a:visited {
|
2014-01-21 18:30:43 +01:00
|
|
|
color: #26537c;
|
2013-11-14 20:11:42 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.sbOptions a:hover,
|
|
|
|
.sbOptions a:focus,
|
|
|
|
.sbOptions a.sbFocus {
|
2014-01-23 09:44:38 +01:00
|
|
|
color: rgba(38, 83, 124, 0.6);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sbOptions li.last a {
|
|
|
|
border-bottom: none;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sbOptions .sbDisabled {
|
|
|
|
border-bottom: dotted 1px #515151;
|
|
|
|
color: #999;
|
2013-11-11 19:45:33 +01:00
|
|
|
display: block;
|
2013-11-14 20:11:42 +01:00
|
|
|
padding: 7px 0 7px 3px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sbOptions .sbGroup {
|
|
|
|
border-bottom: dotted 1px #515151;
|
|
|
|
color: #EBB52D;
|
2013-11-11 19:45:33 +01:00
|
|
|
display: block;
|
2013-11-14 20:11:42 +01:00
|
|
|
font-weight: bold;
|
|
|
|
padding: 7px 0 7px 3px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sbOptions .sbSub {
|
|
|
|
padding-left: 17px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.th {
|
|
|
|
background-color: #e0e0e0;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
a:link,
|
|
|
|
a:visited,
|
|
|
|
select,
|
|
|
|
input,
|
|
|
|
textarea {
|
2014-01-21 18:30:43 +01:00
|
|
|
color: #26537c;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
select,
|
|
|
|
input,
|
|
|
|
button {
|
|
|
|
color: #000000;
|
2014-01-23 09:44:38 +01:00
|
|
|
/*font-size:99%;*/
|
|
|
|
padding: 1px;
|
2013-11-14 20:11:42 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #cdcdcd;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
select {
|
2014-01-23 09:44:38 +01:00
|
|
|
/*font-size:100%;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
a:link,
|
|
|
|
a:visited {
|
2013-11-11 19:45:33 +01:00
|
|
|
cursor: pointer;
|
2014-01-21 18:30:43 +01:00
|
|
|
color: #26537c;
|
2013-11-14 20:11:42 +01:00
|
|
|
text-decoration: none;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
a:hover,
|
|
|
|
a:active {
|
|
|
|
cursor: pointer;
|
2014-01-23 09:44:38 +01:00
|
|
|
color: rgba(38, 83, 124, 0.6);
|
2013-11-14 20:11:42 +01:00
|
|
|
text-decoration: underline;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.divLoginboxHeader,
|
|
|
|
.divSideboxHeader,
|
|
|
|
a.appTitles,
|
|
|
|
.appTitles,
|
|
|
|
a.textSidebox,
|
|
|
|
.textSidebox,
|
|
|
|
#fmStatusBar {
|
|
|
|
font-size: 90%;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.prefSection {
|
2013-11-11 19:45:33 +01:00
|
|
|
font-weight: bold;
|
2013-11-14 20:11:42 +01:00
|
|
|
font-size: 145%;
|
|
|
|
line-height: 40px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#divAppboxHeader {
|
|
|
|
line-height: 28px;
|
|
|
|
font-size: 125%;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #666666;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#divGenTime,
|
|
|
|
#divPoweredBy {
|
|
|
|
font-size: 80%;
|
|
|
|
color: #ff0000;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#divPoweredBy {
|
|
|
|
color: #000000;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#sideboxdragarea {
|
|
|
|
z-index: 100;
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 105px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#menu2handle {
|
|
|
|
padding-top: 10px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#menu1close {
|
|
|
|
position: absolute;
|
|
|
|
right: 7px;
|
|
|
|
top: 7px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-12-19 04:14:06 +01:00
|
|
|
hr.clearer {
|
|
|
|
clear: both;
|
|
|
|
height: 20px;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #ffc200;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #000000;
|
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.lettersearch {
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
2013-11-11 19:45:33 +01:00
|
|
|
border-radius: 3px;
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-11-14 20:11:42 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.lettersearch:hover {
|
|
|
|
background-color: #b3b3b3 !important;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.lettersearch_active {
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-11-14 20:11:42 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: #b3b3b3 !important;
|
|
|
|
font-weight: bold;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
td.lettersearch {
|
|
|
|
background-image: none;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-15 18:05:59 +01:00
|
|
|
/*.nextmatch_header table {
|
2013-11-22 06:27:29 +01:00
|
|
|
border: none !important;
|
|
|
|
width: 99% !important;
|
2013-11-15 18:05:59 +01:00
|
|
|
}*/
|
2013-11-14 20:11:42 +01:00
|
|
|
.egw_fw_ui_sidemenu_marker {
|
|
|
|
display: block;
|
|
|
|
height: 20px;
|
|
|
|
padding: 2px 5px 2px 34px;
|
2013-11-11 19:45:33 +01:00
|
|
|
margin: 0;
|
2013-11-14 20:11:42 +01:00
|
|
|
border-width: 0px 1px 0px 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #c6ced6;
|
|
|
|
cursor: pointer;
|
|
|
|
color: gray;
|
|
|
|
background-color: #fafafa;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.egw_fw_ui_sidemenu_marker h1 {
|
|
|
|
display: inline;
|
2014-01-08 19:49:09 +01:00
|
|
|
/* font-size: 10pt;*/
|
2013-11-14 20:11:42 +01:00
|
|
|
font-weight: bold;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.egw_fw_ui_ajaxloader {
|
|
|
|
display: inline-block;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2013-11-20 09:41:08 +01:00
|
|
|
background-image: url(../images/ajax-loader.gif);
|
2013-11-14 20:11:42 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
float: right;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-25 04:16:41 +01:00
|
|
|
/*############################*/
|
2013-11-14 20:11:42 +01:00
|
|
|
/* traditional */
|
|
|
|
form {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
img {
|
|
|
|
border: 0;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-01-10 06:26:09 +01:00
|
|
|
/*SVG Filter / not for Logo */
|
2014-01-23 09:44:38 +01:00
|
|
|
#egw_fw_sidebar img[src$="svg"] {
|
|
|
|
background-color: #696969;
|
|
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjNjk2OTY5IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjNjk2OTY5IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
|
|
background-image: -moz-linear-gradient(top, #696969, #696969);
|
|
|
|
background-image: -ms-linear-gradient(top, #696969, #696969);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#696969), to(#696969));
|
|
|
|
background-image: -webkit-linear-gradient(top, #696969, #696969);
|
|
|
|
background-image: -o-linear-gradient(top, #696969, #696969);
|
|
|
|
background-image: linear-gradient(top, #696969, #696969);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
}
|
2014-01-10 06:26:09 +01:00
|
|
|
#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;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-27 08:20:56 +01:00
|
|
|
div {
|
|
|
|
color: #000000;
|
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
input[type=submit],
|
|
|
|
input[type=button],
|
|
|
|
input[type=reset],
|
|
|
|
button,
|
|
|
|
.egwbutton {
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
background-image: none;
|
|
|
|
border: outset 1px #b9d5e3;
|
|
|
|
margin: 1px;
|
|
|
|
padding: 1px;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #004e7d;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
input[type=submit]:hover,
|
|
|
|
input[type=button]:hover,
|
|
|
|
input[type=reset]:hover,
|
|
|
|
button:hover,
|
|
|
|
.egwbutton:hover {
|
|
|
|
background-color: #d9d9d9;
|
|
|
|
background-image: none;
|
|
|
|
border: outset 1px #b9d5e3;
|
|
|
|
color: #004e7d;
|
|
|
|
}
|
|
|
|
input[type=submit]:active,
|
|
|
|
input[type=button]:active,
|
|
|
|
input[type=reset]:active,
|
|
|
|
button:active,
|
|
|
|
.egwbutton:active {
|
|
|
|
border: inset 1px #bbbbbb;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
input[type=submit]:disabled,
|
|
|
|
input[type=button]:disabled,
|
|
|
|
input[type=reset]:disabled,
|
|
|
|
button:disabled,
|
|
|
|
.egwbutton:disabled {
|
|
|
|
background-color: transparent;
|
|
|
|
color: gray;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
input.egwbutton {
|
|
|
|
background-color: #b9d5e3;
|
|
|
|
border: outset 1px #b9d5e3;
|
|
|
|
margin: 1px;
|
|
|
|
padding: 1px;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #004e7d;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
input.egwbutton:hover {
|
|
|
|
background-color: #94bfd4;
|
|
|
|
border: outset 1px #b9d5e3;
|
|
|
|
color: #004e7d;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
input.egwbutton:active {
|
|
|
|
border: inset 1px #bbbbbb;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
input[type=image] {
|
|
|
|
cursor: pointer;
|
|
|
|
border: 0;
|
2014-01-15 14:45:44 +01:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#thesideboxcolumn {
|
|
|
|
width: 177px;
|
|
|
|
position: relative;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#sideresize {
|
|
|
|
background-image: url(../images/resize.png);
|
|
|
|
width: 13px;
|
|
|
|
height: 13px;
|
|
|
|
right: 1px;
|
|
|
|
top: 1px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 9999;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.divSidebox {
|
|
|
|
position: relative;
|
|
|
|
border: #9c9c9c 1px solid;
|
|
|
|
overflow: auto;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.divSideboxHeader {
|
|
|
|
text-align: center;
|
|
|
|
background-color: #d9d9d9;
|
|
|
|
padding-top: 2px;
|
|
|
|
color: #808080;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
a.divSideboxEntry,
|
|
|
|
.divSideboxEntry {
|
|
|
|
text-align: left;
|
|
|
|
background-color: #FDFDFD;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
a.appTitles,
|
|
|
|
.appTitles {
|
|
|
|
height: 18px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
a.textSidebox {
|
|
|
|
padding: 0;
|
|
|
|
border-top: 0;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.textSidebox {
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
padding-left: 1px;
|
|
|
|
border-top: solid #aaaaaa 1px;
|
|
|
|
overflow: auto;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.sideboxSpace {
|
|
|
|
height: 9px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.greyLine {
|
|
|
|
margin: 1px;
|
|
|
|
border-top: solid 1px #7e7e7e;
|
|
|
|
height: 1px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#extraIcons {
|
|
|
|
background-color: #eeeeee;
|
|
|
|
border: solid 1px #7e7e7e;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.extraIconsRow {
|
|
|
|
border: solid 1px #dddddd;
|
|
|
|
padding: 2px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#topmenu {
|
|
|
|
background-color: #0081c1;
|
|
|
|
background-image: url(../images/bgtopmenu2.png);
|
|
|
|
color: #006699;
|
|
|
|
/*border-top: solid 1px #7e7e7e;*/
|
|
|
|
border-bottom: solid #5793ff 1px;
|
|
|
|
height: 20px;
|
|
|
|
padding-top: 4px ;
|
|
|
|
line-height: 16px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#topmenu a {
|
|
|
|
color: #006699;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#topmenu_items {
|
|
|
|
float: left;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#topmenu_info {
|
|
|
|
float: right;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#divUpperTabs {
|
|
|
|
text-align: right;
|
|
|
|
height: 15px;
|
|
|
|
margin-right: 10px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#divUpperTabs ul {
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
padding: 10px 10px 0 1px;
|
|
|
|
list-style: none;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#divUpperTabs li {
|
|
|
|
float: right;
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
padding: 0 5px 0 5px;
|
|
|
|
border: solid 1px #9c9c9c;
|
|
|
|
border-bottom: 0px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
/* Star-Plus-HTML Hack fix for the above */
|
|
|
|
*:first-child + html #divAppIconBar {
|
|
|
|
height: 60px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#divAppTextBar {
|
|
|
|
background-color: white;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#divStatusBar {
|
|
|
|
background-color: white;
|
|
|
|
height: 18px;
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
#tdSidebox {
|
|
|
|
width: 170px;
|
|
|
|
background-color: white;
|
|
|
|
overflow: visible;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#tdAppbox {
|
|
|
|
background-color: white;
|
|
|
|
padding-left: 5px;
|
|
|
|
width: 100%;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#divAppboxHeader {
|
|
|
|
background-image: url(../images/appbox-header-background.png);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
height: 25px;
|
|
|
|
border-bottom: solid 1px #c0c0c0;
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
border-top: solid 1px #9c9c9c;
|
|
|
|
border-left: solid 1px #9c9c9c;
|
|
|
|
border-right: solid 1px #9c9c9c;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-02-03 11:05:36 +01:00
|
|
|
#divAppboxHeader table img {
|
|
|
|
height: 16px;
|
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#divAppbox {
|
|
|
|
background-color: #ffffff;
|
|
|
|
padding: 5px;
|
|
|
|
border-bottom: solid 1px #9c9c9c;
|
|
|
|
border-left: solid 1px #9c9c9c;
|
|
|
|
border-right: solid 1px #9c9c9c;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
#divGenTime,
|
|
|
|
#divPoweredBy {
|
|
|
|
bottom: 4px;
|
|
|
|
text-align: center;
|
|
|
|
width: 99%;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-01-11 19:51:59 +01:00
|
|
|
.pageGenTime,
|
|
|
|
#divPoweredBy {
|
|
|
|
font-size: 80%;
|
|
|
|
color: #ff0000;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.pageGenTime {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
.pageGenTime > span:after {
|
|
|
|
content: ", ";
|
|
|
|
}
|
|
|
|
.pageGenTime > span:last-child:after {
|
|
|
|
content: "";
|
|
|
|
}
|
2013-12-19 04:14:06 +01:00
|
|
|
/*###########################
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
############################*/
|
2014-01-14 09:20:19 +01:00
|
|
|
button.et2_button_text background-image[src$="svg"],
|
|
|
|
input[type=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;
|
|
|
|
}
|
|
|
|
button.et2_button_text:hover,
|
|
|
|
input[type=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;
|
|
|
|
}
|
|
|
|
button.et2_button_text:active,
|
|
|
|
input[type=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;
|
|
|
|
}
|
|
|
|
/* ########################################################################################
|
2014-01-17 09:10:35 +01:00
|
|
|
*
|
|
|
|
* Button mit Bildern
|
2014-01-14 09:20:19 +01:00
|
|
|
*
|
|
|
|
######################################################################################## */
|
|
|
|
button.et2_button_with_image {
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.box_shadow_standard_light;*/
|
2014-01-14 09:20:19 +01:00
|
|
|
-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;
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #e6e6e6;
|
2014-01-14 09:20:19 +01:00
|
|
|
padding-left: 30px !important;
|
|
|
|
background-position: 6px center !important;
|
|
|
|
background-size: 20px auto !important;
|
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
background-position: 6px center;
|
|
|
|
background-size: 20px 20px;
|
|
|
|
background-color: #b4b4b4;
|
|
|
|
}
|
|
|
|
button.et2_button_with_image background-color[url$="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;
|
|
|
|
}
|
2013-12-20 10:36:43 +01:00
|
|
|
/* ########################################################################################
|
2014-01-17 09:10:35 +01:00
|
|
|
*
|
2014-02-03 11:05:36 +01:00
|
|
|
* Button löschen / delete / => color-negative-action // red
|
2013-12-20 10:36:43 +01:00
|
|
|
*
|
|
|
|
######################################################################################## */
|
2014-01-21 18:30:43 +01:00
|
|
|
input[type="submit"][id*="delete"],
|
|
|
|
input[type="button"][id*="delete"],
|
2014-02-03 11:05:36 +01:00
|
|
|
input[id*="delete"],
|
2013-12-20 10:36:43 +01:00
|
|
|
button[id="delete"],
|
|
|
|
button[id="infolog-edit_button[delete]"],
|
2014-01-17 12:53:23 +01:00
|
|
|
button[id="addressbook-edit_button[delete]"],
|
2014-01-21 18:30:43 +01:00
|
|
|
button[id="resources-edit_delete"],
|
2014-01-30 19:55:29 +01:00
|
|
|
button[id="calendar-edit_button[delete]"],
|
|
|
|
button[id="timesheet-edit_button[delete]"] {
|
2014-01-17 12:53:23 +01:00
|
|
|
background-color: #b81f00 !important;
|
|
|
|
background-image: url('../images/delete-hover.png') !important;
|
2013-11-20 09:41:08 +01:00
|
|
|
margin-left: 3em;
|
2014-01-17 12:53:23 +01:00
|
|
|
/*color: @gray_100;*/
|
2013-11-20 09:41:08 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.box_shadow_standard_light;*/
|
2013-12-16 10:37:26 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2013-11-20 09:41:08 +01:00
|
|
|
color: #000000;
|
2014-01-14 09:20:19 +01:00
|
|
|
-webkit-transition-property: background-color;
|
|
|
|
-moz-transition-property: background-color;
|
|
|
|
-o-transition-property: background-color;
|
|
|
|
transition-property: background-color;
|
2013-12-30 18:32:42 +01:00
|
|
|
-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;
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #e6e6e6;
|
2013-11-20 09:41:08 +01:00
|
|
|
padding-left: 30px !important;
|
|
|
|
background-position: 6px center !important;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
background-size: 20px auto !important;
|
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
2013-12-20 10:36:43 +01:00
|
|
|
/*background-color: @color-negative-action !important;*/
|
2014-01-17 12:53:23 +01:00
|
|
|
color: #ffffff !important;
|
2013-12-20 10:36:43 +01:00
|
|
|
}
|
2014-01-21 18:30:43 +01:00
|
|
|
input[type="submit"][id*="delete"]:hover,
|
|
|
|
input[type="button"][id*="delete"]:hover,
|
2014-02-03 11:05:36 +01:00
|
|
|
input[id*="delete"]:hover,
|
2013-12-20 10:36:43 +01:00
|
|
|
button[id="delete"]:hover,
|
|
|
|
button[id="infolog-edit_button[delete]"]:hover,
|
2014-01-17 12:53:23 +01:00
|
|
|
button[id="addressbook-edit_button[delete]"]:hover,
|
2014-01-21 18:30:43 +01:00
|
|
|
button[id="resources-edit_delete"]:hover,
|
2014-01-30 19:55:29 +01:00
|
|
|
button[id="calendar-edit_button[delete]"]:hover,
|
|
|
|
button[id="timesheet-edit_button[delete]"]:hover {
|
2013-12-20 10:36:43 +01:00
|
|
|
background-image: url('../images/delete-hover.png') !important;
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #b81f00 !important;
|
2013-12-20 10:36:43 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.box_shadow_standard_light;*/
|
2013-12-20 10:36:43 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #000000;
|
2014-01-14 09:20:19 +01:00
|
|
|
-webkit-transition-property: background-color;
|
|
|
|
-moz-transition-property: background-color;
|
|
|
|
-o-transition-property: background-color;
|
|
|
|
transition-property: background-color;
|
2013-12-30 18:32:42 +01:00
|
|
|
-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;
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #e6e6e6;
|
2013-12-20 10:36:43 +01:00
|
|
|
padding-left: 30px !important;
|
|
|
|
background-position: 6px center !important;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
background-size: 20px auto !important;
|
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
|
|
|
color: #ffffff !important;
|
2013-11-20 09:41:08 +01:00
|
|
|
}
|
2014-01-21 18:30:43 +01:00
|
|
|
input[type="submit"][id*="delete"]:active,
|
|
|
|
input[type="button"][id*="delete"]:active,
|
2014-02-03 11:05:36 +01:00
|
|
|
input[id*="delete"]:active,
|
2013-12-20 10:36:43 +01:00
|
|
|
button[id="delete"]:active,
|
|
|
|
button[id="infolog-edit_button[delete]"]:active,
|
2014-01-17 12:53:23 +01:00
|
|
|
button[id="addressbook-edit_button[delete]"]:active,
|
2014-01-21 18:30:43 +01:00
|
|
|
button[id="resources-edit_delete"]:active,
|
2014-01-30 19:55:29 +01:00
|
|
|
button[id="calendar-edit_button[delete]"]:active,
|
|
|
|
button[id="timesheet-edit_button[delete]"]:active {
|
2013-11-22 06:27:29 +01:00
|
|
|
background-image: url('../images/delete-hover.png') !important;
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #e12500 !important;
|
2013-11-20 09:41:08 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.box_shadow_standard_light;*/
|
2013-12-16 10:37:26 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2013-11-20 09:41:08 +01:00
|
|
|
color: #000000;
|
2014-01-14 09:20:19 +01:00
|
|
|
-webkit-transition-property: background-color;
|
|
|
|
-moz-transition-property: background-color;
|
|
|
|
-o-transition-property: background-color;
|
|
|
|
transition-property: background-color;
|
2013-12-30 18:32:42 +01:00
|
|
|
-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;
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #e6e6e6;
|
2013-11-20 09:41:08 +01:00
|
|
|
padding-left: 30px !important;
|
|
|
|
background-position: 6px center !important;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
background-size: 20px auto !important;
|
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
2013-11-22 06:27:29 +01:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
2013-12-20 10:36:43 +01:00
|
|
|
/* ########################################################################################
|
2014-01-17 09:10:35 +01:00
|
|
|
*
|
2014-02-03 11:05:36 +01:00
|
|
|
* Button edit + save + apply + copy => color-positive-action // green
|
2013-12-20 10:36:43 +01:00
|
|
|
*
|
|
|
|
######################################################################################## */
|
2014-01-14 09:20:19 +01:00
|
|
|
button[id*="save"] img[url*="svg"],
|
|
|
|
button[id*="apply"] img[url*="svg"],
|
|
|
|
button[id*="copy"] img[url*="svg"],
|
|
|
|
button[id*="edit_button[edit]"] img[url*="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;
|
|
|
|
fill: red;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
2014-01-14 09:20:19 +01:00
|
|
|
button[id*="save"]:active,
|
|
|
|
button[id*="apply"]:active,
|
|
|
|
button[id*="copy"]:active,
|
2013-12-16 10:37:26 +01:00
|
|
|
button[id*="edit_button[edit]"]:active {
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #1aa200;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
|
|
|
button#filemanager-select_button[ok]:active {
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #1aa200;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
2014-02-03 11:05:36 +01:00
|
|
|
#passwordchange {
|
|
|
|
background-image: url('../images/cancel.png') !important;
|
|
|
|
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;
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
padding-left: 30px !important;
|
|
|
|
background-position: 6px center !important;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
background-size: 20px auto !important;
|
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
#passwordchange:hover {
|
|
|
|
background-color: #1aa200 !important;
|
|
|
|
-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);
|
|
|
|
}
|
|
|
|
#passwordchange:active {
|
|
|
|
background-color: #1aa200 !important;
|
|
|
|
-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);
|
|
|
|
}
|
|
|
|
/* ########################################################################################
|
|
|
|
*
|
2013-12-16 10:37:26 +01:00
|
|
|
/*ui-widget*/
|
2013-12-20 10:36:43 +01:00
|
|
|
/*edit series*/
|
|
|
|
button#series {
|
2014-01-14 09:20:19 +01:00
|
|
|
background-image: url('../images/edit.svg') !important;
|
2013-12-20 10:36:43 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.box_shadow_standard_light;*/
|
2013-12-20 10:36:43 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #000000;
|
2014-01-14 09:20:19 +01:00
|
|
|
-webkit-transition-property: background-color;
|
|
|
|
-moz-transition-property: background-color;
|
|
|
|
-o-transition-property: background-color;
|
|
|
|
transition-property: background-color;
|
2013-12-30 18:32:42 +01:00
|
|
|
-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;
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #e6e6e6;
|
2013-12-20 10:36:43 +01:00
|
|
|
padding-left: 30px !important;
|
|
|
|
background-position: 6px center !important;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
background-size: 20px auto !important;
|
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
button#series:hover {
|
2014-01-14 09:20:19 +01:00
|
|
|
background-image: url('../images/edit.svg') !important;
|
2013-12-20 10:36:43 +01:00
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
button#series:active {
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #1aa200 !important;
|
2013-12-20 10:36:43 +01:00
|
|
|
}
|
|
|
|
/*edit exception*/
|
|
|
|
button#exception {
|
2014-01-14 09:20:19 +01:00
|
|
|
background-image: url('../images/edit.svg') !important;
|
2013-12-20 10:36:43 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.box_shadow_standard_light;*/
|
2013-12-20 10:36:43 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #000000;
|
2014-01-14 09:20:19 +01:00
|
|
|
-webkit-transition-property: background-color;
|
|
|
|
-moz-transition-property: background-color;
|
|
|
|
-o-transition-property: background-color;
|
|
|
|
transition-property: background-color;
|
2013-12-30 18:32:42 +01:00
|
|
|
-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;
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #e6e6e6;
|
2013-12-20 10:36:43 +01:00
|
|
|
padding-left: 30px !important;
|
|
|
|
background-position: 6px center !important;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
background-size: 20px auto !important;
|
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
button#exception:hover {
|
2014-01-14 09:20:19 +01:00
|
|
|
background-image: url('../images/edit.svg') !important;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
|
|
|
button#exception:active {
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #1aa200 !important;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
|
|
|
/*calendar series add*/
|
|
|
|
#calendar-edit_add {
|
|
|
|
/* .Complete_Button_add;
|
|
|
|
&:hover {.Complete_Button_add_hover;} */
|
|
|
|
}
|
|
|
|
#calendar-edit_add:active {
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #1aa200 !important;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
|
|
|
/*calendar search freetime*/
|
|
|
|
#calendar-edit_freetime:active {
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #1aa200 !important;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
|
|
|
/*calendar search freetime*/
|
|
|
|
button[id*="edit_button[add_alarm]"]:active {
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #1aa200 !important;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
2013-12-20 10:36:43 +01:00
|
|
|
/* ########################################################################################
|
2014-01-17 09:10:35 +01:00
|
|
|
*
|
2014-02-03 11:05:36 +01:00
|
|
|
* Button cancel / => color-cancel-action // yellow
|
2013-12-20 10:36:43 +01:00
|
|
|
*
|
|
|
|
######################################################################################## */
|
|
|
|
button[id*="cancel"]:hover,
|
2014-02-03 11:05:36 +01:00
|
|
|
button[id*="importexport-wizardbox_button[previous]"]:hover,
|
2013-11-25 04:16:41 +01:00
|
|
|
button#cancel:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #f5b301 !important;
|
2013-12-20 10:36:43 +01:00
|
|
|
color: #000000;
|
2013-12-19 04:14:06 +01:00
|
|
|
}
|
2013-12-20 10:36:43 +01:00
|
|
|
button[id*="cancel"]:active,
|
2014-02-03 11:05:36 +01:00
|
|
|
button[id*="importexport-wizardbox_button[previous]"]:active,
|
2013-12-20 10:36:43 +01:00
|
|
|
button#cancel:active {
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #fecc44 !important;
|
2013-12-20 10:36:43 +01:00
|
|
|
color: #373737;
|
|
|
|
}
|
|
|
|
/* et2_box_widget ###*/
|
2013-12-30 18:32:42 +01:00
|
|
|
/*div.et2_box_widget .et2_button_text:last_child,*/
|
2013-12-20 10:36:43 +01:00
|
|
|
button[id="cancel"] {
|
|
|
|
background-image: url('../images/cancel.png') !important;
|
2013-11-22 06:27:29 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.box_shadow_standard_light;*/
|
2013-12-16 10:37:26 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2013-11-22 06:27:29 +01:00
|
|
|
color: #000000;
|
2014-01-14 09:20:19 +01:00
|
|
|
-webkit-transition-property: background-color;
|
|
|
|
-moz-transition-property: background-color;
|
|
|
|
-o-transition-property: background-color;
|
|
|
|
transition-property: background-color;
|
2013-12-30 18:32:42 +01:00
|
|
|
-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;
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #e6e6e6;
|
2013-11-22 06:27:29 +01:00
|
|
|
padding-left: 30px !important;
|
|
|
|
background-position: 6px center !important;
|
2013-12-20 10:36:43 +01:00
|
|
|
background-repeat: no-repeat !important;
|
2013-11-22 06:27:29 +01:00
|
|
|
background-size: 20px auto !important;
|
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
2013-12-20 10:36:43 +01:00
|
|
|
content: "ID missing";
|
|
|
|
}
|
|
|
|
button[id="cancel"]:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #f5b301 !important;
|
|
|
|
-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);
|
2013-11-20 09:41:08 +01:00
|
|
|
}
|
2013-12-20 10:36:43 +01:00
|
|
|
button[id="cancel"]:active {
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #fecc44 !important;
|
2013-12-20 10:36:43 +01:00
|
|
|
-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);
|
|
|
|
}
|
2014-02-03 11:05:36 +01:00
|
|
|
#passwordcancel {
|
|
|
|
background-image: url('../images/cancel.png') !important;
|
|
|
|
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;
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
padding-left: 30px !important;
|
|
|
|
background-position: 6px center !important;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
background-size: 20px auto !important;
|
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
#passwordcancel:hover {
|
|
|
|
background-color: #f5b301 !important;
|
|
|
|
-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);
|
|
|
|
}
|
|
|
|
#passwordcancel:active {
|
|
|
|
background-color: #fecc44 !important;
|
|
|
|
-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);
|
|
|
|
}
|
2013-12-20 10:36:43 +01:00
|
|
|
/* ########################################################################################
|
2014-01-17 09:10:35 +01:00
|
|
|
*
|
|
|
|
* Button hinzufügen
|
2013-12-20 10:36:43 +01:00
|
|
|
*
|
|
|
|
######################################################################################## */
|
2013-11-25 04:16:41 +01:00
|
|
|
button.add {
|
|
|
|
color: #FFF;
|
|
|
|
text-shadow: none;
|
|
|
|
/* height: auto;*/
|
|
|
|
background-image: none !important;
|
2014-01-06 09:47:46 +01:00
|
|
|
/*.border_radius_button_lefttop;*/
|
2013-11-25 04:16:41 +01:00
|
|
|
}
|
|
|
|
button.add:before {
|
|
|
|
content: "+";
|
|
|
|
font-size: 1.5em;
|
|
|
|
color: #ffc200;
|
2013-12-08 22:36:30 +01:00
|
|
|
line-height: 1.1em;
|
2013-11-25 04:16:41 +01:00
|
|
|
}
|
2013-12-20 10:36:43 +01:00
|
|
|
button[id="add"] {
|
2013-12-19 04:14:06 +01:00
|
|
|
background-image: url('../images/add.png') !important;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.box_shadow_standard_light;*/
|
2013-12-19 04:14:06 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #000000;
|
2014-01-14 09:20:19 +01:00
|
|
|
-webkit-transition-property: background-color;
|
|
|
|
-moz-transition-property: background-color;
|
|
|
|
-o-transition-property: background-color;
|
|
|
|
transition-property: background-color;
|
2013-12-30 18:32:42 +01:00
|
|
|
-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;
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #e6e6e6;
|
2013-12-19 04:14:06 +01:00
|
|
|
padding-left: 30px !important;
|
|
|
|
background-position: 6px center !important;
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
background-size: 20px auto !important;
|
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
|
|
|
}
|
2013-12-20 10:36:43 +01:00
|
|
|
button[id="add"]:active {
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #1aa200 !important;
|
2013-12-19 04:14:06 +01:00
|
|
|
}
|
|
|
|
/*Button Ende #######################################################*/
|
2014-01-17 12:53:23 +01:00
|
|
|
/*dhtml Submenu ##########################################################*/
|
|
|
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item {
|
|
|
|
/*filter grey*/
|
|
|
|
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
|
|
|
|
-webkit-filter: grayscale(100%);
|
|
|
|
-moz-filter: grayscale(100%);
|
2014-02-05 08:43:53 +01:00
|
|
|
-ms-filter: grayscale(0%);
|
2014-01-17 12:53:23 +01:00
|
|
|
-o-filter: grayscale(100%);
|
|
|
|
filter: grayscale(100%);
|
|
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
|
|
filter: gray;
|
|
|
|
/* IE 6-9 */
|
|
|
|
}
|
|
|
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon img[src*="svg"] {
|
|
|
|
background-color: #000000;
|
|
|
|
background-color: #1e1e1e;
|
|
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWUxZTFlIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMWUxZTFlIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
|
|
background-image: -moz-linear-gradient(top, #1e1e1e, #1e1e1e);
|
|
|
|
background-image: -ms-linear-gradient(top, #1e1e1e, #1e1e1e);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e1e1e), to(#1e1e1e));
|
|
|
|
background-image: -webkit-linear-gradient(top, #1e1e1e, #1e1e1e);
|
|
|
|
background-image: -o-linear-gradient(top, #1e1e1e, #1e1e1e);
|
|
|
|
background-image: linear-gradient(top, #1e1e1e, #1e1e1e);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
|
|
|
|
background-color: #ffc200 !important;
|
|
|
|
background-image: none !important;
|
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
|
|
select {
|
|
|
|
padding-right: 20px !important;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
margin: 0;
|
|
|
|
background: #ffffff url(../images/selectarrowdown.png) no-repeat center right;
|
|
|
|
background-size: 20px auto;
|
|
|
|
}
|
|
|
|
}
|
2014-01-21 18:30:43 +01:00
|
|
|
/**
|
|
|
|
* Clientside Javascript error-log
|
|
|
|
*/
|
|
|
|
#topmenu_info_error {
|
|
|
|
width: 16px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
div.client_error_log {
|
|
|
|
max-height: 50ex;
|
|
|
|
}
|
|
|
|
div.client_error_log tbody {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
div.client_error_log tr.hidden td > div {
|
|
|
|
max-height: 2ex;
|
|
|
|
max-width: 40ex;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
div.client_error_log tr td.timestamp > div {
|
|
|
|
text-wrap: none;
|
|
|
|
white-space: normal;
|
|
|
|
width: 27ex;
|
|
|
|
}
|
|
|
|
div.client_error_log tr.hidden td.stack > div {
|
|
|
|
text-indent: 100%;
|
|
|
|
}
|
|
|
|
div.client_error_log tr td.stack > div {
|
|
|
|
white-space: pre;
|
|
|
|
}
|
2014-02-03 11:05:36 +01:00
|
|
|
/**
|
|
|
|
* table_passord_change
|
|
|
|
*/
|
|
|
|
table.table_passord_change {
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
table.table_passord_change tr {
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
table.table_passord_change td:first-child {
|
|
|
|
padding-right: 4em;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: Stylite Pixelegg template
|
|
|
|
*
|
|
|
|
* et2 table
|
|
|
|
*
|
|
|
|
* 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$
|
|
|
|
*/
|
|
|
|
/** #####################################################################################
|
|
|
|
* et2
|
|
|
|
* Tabellen
|
|
|
|
* ######################################################################################
|
|
|
|
*/
|
|
|
|
/* TABLE STYLE */
|
2013-11-15 18:05:59 +01:00
|
|
|
.innerContainer {
|
2014-01-14 17:05:31 +01:00
|
|
|
overflow: hidden;
|
2013-12-12 10:10:25 +01:00
|
|
|
/*padding: 0;*/
|
2013-11-15 18:05:59 +01:00
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
.egwGridView_grid tr.th > td,
|
|
|
|
.nextmatch_header {
|
|
|
|
background-color: #d9d9d9;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 2px;
|
|
|
|
border-width: 0;
|
|
|
|
border-style: solid;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-11-11 19:45:33 +01:00
|
|
|
border-left: 0px solid transparent;
|
|
|
|
border-top: 0px solid transparent;
|
|
|
|
border-right: 0px solid transparent;
|
|
|
|
border-bottom: 0px solid transparent;
|
|
|
|
background-image: none;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
table.egwGridView_outer {
|
|
|
|
background-color: #fafafa;
|
2013-11-14 20:11:42 +01:00
|
|
|
border-spacing: 0px;
|
2013-11-25 04:16:41 +01:00
|
|
|
font-size: 0.9em;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
table.egwGridView_outer thead {
|
2013-12-08 22:36:30 +01:00
|
|
|
/*.background-color-5-gray;*/
|
|
|
|
background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* FF3.6+ */
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 240, 240, 0)), color-stop(100%, rgba(191, 191, 191, 0.65)));
|
|
|
|
/* Chrome,Safari4+ */
|
|
|
|
background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* Chrome10+,Safari5.1+ */
|
|
|
|
background: -o-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* Opera 11.10+ */
|
|
|
|
background: -ms-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* IE10+ */
|
|
|
|
background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* W3C */
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f0f0', endColorstr='#a6bfbfbf', GradientType=0);
|
|
|
|
/* IE6-9 */
|
2014-01-14 17:05:31 +01:00
|
|
|
max-height: 118px;
|
|
|
|
overflow-y: auto;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
table.egwGridView_outer thead tr th {
|
2013-12-08 22:36:30 +01:00
|
|
|
background: transparent;
|
|
|
|
background: #f5f5f5, -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff)), -ms-linear-gradient(bottom, #eeeeee, #ffffff), -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%), -o-linear-gradient(#ffffff, #eeeeee);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
|
2013-11-11 19:45:33 +01:00
|
|
|
font-weight: normal;
|
2013-12-12 04:50:22 +01:00
|
|
|
padding: 0px;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-11-11 19:45:33 +01:00
|
|
|
border-left: 0px solid transparent;
|
|
|
|
border-top: 0px solid transparent;
|
|
|
|
border-right: 0px solid transparent;
|
|
|
|
border-bottom: 0px solid transparent;
|
|
|
|
vertical-align: top;
|
2013-12-18 05:33:46 +01:00
|
|
|
overflow: auto;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
table.egwGridView_outer thead tr th:hover {
|
|
|
|
background-color: #bfbfbf;
|
|
|
|
color: #ffffff;
|
2013-11-14 20:11:42 +01:00
|
|
|
background-image: url(../images/hint-arrow-right.png);
|
2013-11-11 19:45:33 +01:00
|
|
|
background-position: right bottom;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 15px 15px;
|
|
|
|
}
|
|
|
|
table.egwGridView_outer thead tr th:active {
|
|
|
|
background-color: #d9d9d9;
|
|
|
|
-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);
|
2013-12-12 04:50:22 +01:00
|
|
|
border-bottom: 1px solid silver;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-01-15 14:45:44 +01:00
|
|
|
table.egwGridView_outer thead tr th div.innerContainer {
|
|
|
|
max-height: 7em;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
table.egwGridView_outer thead tr th.optcol {
|
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
|
|
|
background-image: none;
|
2013-12-12 04:50:22 +01:00
|
|
|
/*width: 32px !important;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
table.egwGridView_outer thead tr th.optcol:hover {
|
2014-01-14 17:05:31 +01:00
|
|
|
background-color: rgba(103, 159, 210, 0.1);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-12-12 04:50:22 +01:00
|
|
|
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
|
|
|
height: 9px;
|
2013-12-12 10:10:25 +01:00
|
|
|
padding: 4px 10px 0px 2px;
|
|
|
|
margin-top: 4px;
|
2013-11-18 20:27:56 +01:00
|
|
|
background-image: url(../images/selectcols_small.png);
|
2013-11-11 19:45:33 +01:00
|
|
|
background-repeat: no-repeat;
|
2013-12-12 04:50:22 +01:00
|
|
|
background-size: 10px 10px;
|
2013-11-11 19:45:33 +01:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2013-12-12 04:50:22 +01:00
|
|
|
table.egwGridView_outer thead tr th.optcol span.selectcols:hover {
|
2014-01-14 17:05:31 +01:00
|
|
|
background-color: rgba(103, 159, 210, 0.1);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-01-10 06:26:09 +01:00
|
|
|
table.egwGridView_outer tbody {
|
|
|
|
/*Elements inside td*/
|
|
|
|
}
|
2013-11-25 04:16:41 +01:00
|
|
|
table.egwGridView_outer tbody td.frame {
|
2014-01-17 09:10:35 +01:00
|
|
|
/*border: 1px solid @gray_10; can't have - breaks grid scroll calculations'
|
|
|
|
/*padding: 0px 5px; no need*/
|
2014-01-08 19:49:09 +01:00
|
|
|
}
|
2014-01-10 06:26:09 +01:00
|
|
|
table.egwGridView_outer tbody td .et2_link {
|
|
|
|
margin-left: 0px;
|
2014-01-21 18:30:43 +01:00
|
|
|
color: #26537c;
|
2014-01-10 06:26:09 +01:00
|
|
|
}
|
|
|
|
table.egwGridView_outer tbody td img {
|
2014-01-23 09:44:38 +01:00
|
|
|
border: 1px solid transparent;
|
|
|
|
box-shadow: none;
|
2014-01-10 06:26:09 +01:00
|
|
|
}
|
2014-01-21 18:30:43 +01:00
|
|
|
table.egwGridView_outer tbody td time {
|
|
|
|
display: block;
|
|
|
|
}
|
2014-01-10 06:26:09 +01:00
|
|
|
table.egwGridView_outer tbody td img[src$="svg"] {
|
2014-01-08 19:49:09 +01:00
|
|
|
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;
|
2013-11-25 04:16:41 +01:00
|
|
|
}
|
2013-12-08 22:36:30 +01:00
|
|
|
/*########################################################*/
|
2013-11-11 19:45:33 +01:00
|
|
|
table.egwGridView_grid {
|
2014-01-17 09:10:35 +01:00
|
|
|
font-size: 12px;
|
2013-11-11 19:45:33 +01:00
|
|
|
background-color: #ffffff;
|
2013-11-15 18:05:59 +01:00
|
|
|
border-spacing: 0px 1px;
|
|
|
|
width: 100%;
|
2013-12-12 04:50:22 +01:00
|
|
|
/*subentry*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
table.egwGridView_grid img {
|
2013-11-28 21:20:58 +01:00
|
|
|
height: 16px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-01-15 14:45:44 +01:00
|
|
|
table.egwGridView_grid img.iphoto {
|
|
|
|
height: 9em;
|
|
|
|
margin: 0.2em;
|
|
|
|
max-height: 60px;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
table.egwGridView_grid tbody {
|
2013-11-22 06:27:29 +01:00
|
|
|
border-bottom: 1px solid #000000;
|
2013-12-12 04:50:22 +01:00
|
|
|
/*padding: 2px 3px 2px 4px;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
margin: 0;
|
|
|
|
vertical-align: top;
|
2014-01-14 17:05:31 +01:00
|
|
|
/* tr:nth-child(even) {background: @color_even;}
|
|
|
|
tr:nth-child(odd) {background: @color_odd;}*/
|
|
|
|
/*multiple choise*/
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
table.egwGridView_grid tbody tr.selected {
|
2014-01-08 19:49:09 +01:00
|
|
|
background-image: none;
|
2014-01-23 09:44:38 +01:00
|
|
|
/*background-color: @egw_color_1_e !important;*/
|
|
|
|
background-color: rgba(255, 194, 0, 0.5);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
table.egwGridView_grid tbody tr.focused {
|
2014-01-23 09:44:38 +01:00
|
|
|
background-image: url(../images/yellow-stripe-a.png);
|
2014-01-08 19:49:09 +01:00
|
|
|
background-repeat: repeat;
|
|
|
|
background-color: rgba(255, 194, 0, 0.5);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
table.egwGridView_grid tr {
|
|
|
|
border-bottom: 1px solid;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #828282;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
table.egwGridView_grid tr:hover {
|
2014-01-14 17:05:31 +01:00
|
|
|
background: rgba(103, 159, 210, 0.2);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
table.egwGridView_grid tr td {
|
|
|
|
border-left: 0px;
|
|
|
|
border-right: 0px;
|
2013-12-12 04:50:22 +01:00
|
|
|
/*padding: 0.3em 0 0.3em 0.3em;*/
|
2013-11-27 08:20:56 +01:00
|
|
|
border-bottom: 1px solid;
|
2014-01-23 09:44:38 +01:00
|
|
|
color: #e6e6e6;
|
2013-11-18 20:27:56 +01:00
|
|
|
/*&:hover {background-color: @egw_color_2_e;} legacy*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
table.egwGridView_grid tr td:active {
|
2013-11-18 20:27:56 +01:00
|
|
|
/*background-color: @egw_color_2_a;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
-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);
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2013-11-28 07:19:58 +01:00
|
|
|
table.egwGridView_grid tr td span {
|
|
|
|
color: #505050;
|
|
|
|
}
|
2014-01-14 17:05:31 +01:00
|
|
|
table.egwGridView_grid tr td span[id*="[info_subject]"] {
|
|
|
|
margin-right: 30px;
|
|
|
|
}
|
2013-11-28 21:20:58 +01:00
|
|
|
table.egwGridView_grid tr td table.customfields tbody {
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
|
|
|
table.egwGridView_grid tr td table.customfields tbody tr {
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
|
|
|
table.egwGridView_grid tr td table.customfields tbody tr td {
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
2013-12-12 04:50:22 +01:00
|
|
|
table.egwGridView_grid tr.subentry {
|
|
|
|
background: rgba(255, 221, 115, 0.2) !important;
|
|
|
|
}
|
|
|
|
table.egwGridView_grid tr.subentry:hover {
|
|
|
|
background: #ffdd73 !important;
|
|
|
|
}
|
2013-11-28 21:20:58 +01:00
|
|
|
table.egwGridView_grid span.arrow {
|
|
|
|
-moz-user-select: none;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display: inline-block;
|
|
|
|
height: 8px;
|
|
|
|
margin-right: 2px;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 8px;
|
|
|
|
}
|
|
|
|
table.egwGridView_grid span.arrow.opened {
|
|
|
|
background-image: url("../images/egw_action/arrows.png");
|
|
|
|
background-position: -8px 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
table.egwGridView_grid span.arrow.closed {
|
|
|
|
background-image: url("../images/egw_action/arrows.png");
|
|
|
|
background-position: 0 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
table.egwGridView_grid span.arrow.loading {
|
|
|
|
background-image: url("../egw_action/ajax-loader.gif");
|
|
|
|
background-position: 0 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
.nextmatch_header .selectcols {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
.nextmatch_header tr {
|
|
|
|
background: none;
|
|
|
|
}
|
2014-01-08 19:49:09 +01:00
|
|
|
/*Custom Fields*/
|
|
|
|
table.customfields tbody tr:nth-child(2n) {
|
|
|
|
background: inherit;
|
|
|
|
}
|
|
|
|
table.customfields tr {
|
|
|
|
background-color: inherit !important;
|
|
|
|
}
|
|
|
|
table.customfields td {
|
|
|
|
line-height: 11px;
|
|
|
|
}
|
|
|
|
table.customfields td span > div {
|
|
|
|
display: inherit;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2014-01-15 14:45:44 +01:00
|
|
|
/*########################################################*/
|
|
|
|
table.nextmatch_header img {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: Stylite Pixelegg template
|
|
|
|
*
|
|
|
|
* Definitions for login page
|
|
|
|
*
|
|
|
|
* 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$
|
|
|
|
*/
|
|
|
|
/* ##################################################################################
|
|
|
|
* login page
|
|
|
|
*
|
|
|
|
* ##################################################################################
|
|
|
|
*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
#loginMainDiv {
|
|
|
|
padding: 0px;
|
|
|
|
min-height: 720px;
|
|
|
|
height: 100%;
|
|
|
|
width: auto;
|
|
|
|
border-bottom: 0px solid #7E7E7E;
|
|
|
|
}
|
|
|
|
#loginMainDiv #divAppIconBar {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
#loginMainDiv #divAppIconBar #divLogo {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2014-01-11 19:51:59 +01:00
|
|
|
margin-bottom: 2em;
|
2013-11-11 19:45:33 +01:00
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
2014-01-20 19:34:20 +01:00
|
|
|
background-color: #679fd2;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-01-11 19:51:59 +01:00
|
|
|
#loginMainDiv #divAppIconBar #divLogo img {
|
2014-01-20 19:34:20 +01:00
|
|
|
width: 70%;
|
|
|
|
margin-left: 15%;
|
2014-01-11 19:51:59 +01:00
|
|
|
}
|
|
|
|
#loginMainDiv #divAppIconBar #divLogo img[src$="svg"] {
|
|
|
|
background-color: #679fd2;
|
|
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjNjc5ZmQyIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjNjc5ZmQyIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
|
|
background-image: -moz-linear-gradient(top, #679fd2, #679fd2);
|
|
|
|
background-image: -ms-linear-gradient(top, #679fd2, #679fd2);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#679fd2), to(#679fd2));
|
|
|
|
background-image: -webkit-linear-gradient(top, #679fd2, #679fd2);
|
|
|
|
background-image: -o-linear-gradient(top, #679fd2, #679fd2);
|
|
|
|
background-image: linear-gradient(top, #679fd2, #679fd2);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
#loginMainDiv div#centerBox {
|
2013-12-12 21:27:20 +01:00
|
|
|
margin: 0 auto;
|
|
|
|
width: 444px;
|
|
|
|
background-color: #ffc200;
|
2013-11-11 19:45:33 +01:00
|
|
|
z-index: 100;
|
2013-12-12 21:27:20 +01:00
|
|
|
-webkit-border-top-right-radius: 5px;
|
|
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
|
|
-webkit-border-top-left-radius: 25px;
|
|
|
|
-moz-border-radius-topright: 5px;
|
|
|
|
-moz-border-radius-bottomright: 5px;
|
|
|
|
-moz-border-radius-bottomleft: 5px;
|
|
|
|
-moz-border-radius-topleft: 25px;
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
border-bottom-right-radius: 5px;
|
|
|
|
border-bottom-left-radius: 5px;
|
|
|
|
border-top-left-radius: 25px;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.background-clip(padding-box);*/
|
2013-12-12 21:27:20 +01:00
|
|
|
border-top: solid 1px #0c5da5;
|
|
|
|
border-left: solid 1px #0c5da5;
|
|
|
|
border-right: solid 1px #0c5da5;
|
|
|
|
border-bottom: solid 1px #0c5da5;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#loginMainDiv div#centerBox #loginScreenMessage {
|
2013-12-12 21:27:20 +01:00
|
|
|
margin: 1em;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#loginMainDiv div#centerBox #loginCdMessage {
|
2013-12-12 21:27:20 +01:00
|
|
|
margin: 1em;
|
|
|
|
-webkit-border-radius: 3px;
|
2014-01-08 08:57:35 +01:00
|
|
|
-webkit-border-top-left-radius: 10px;
|
2013-12-12 21:27:20 +01:00
|
|
|
-moz-border-radius: 3px;
|
2014-01-08 08:57:35 +01:00
|
|
|
-moz-border-radius-topleft: 10px;
|
2013-12-12 21:27:20 +01:00
|
|
|
border-radius: 3px;
|
2014-01-08 08:57:35 +01:00
|
|
|
border-top-left-radius: 10px;
|
2013-12-12 21:27:20 +01:00
|
|
|
color: red;
|
|
|
|
text-align: center;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#loginMainDiv div#centerBox #loginCdMessage span {
|
|
|
|
padding: 0.5em;
|
|
|
|
font-size: 1.2em;
|
2014-01-14 17:05:31 +01:00
|
|
|
color: rgba(103, 159, 210, 0.1);
|
2013-11-11 19:45:33 +01:00
|
|
|
text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-12-12 21:27:20 +01:00
|
|
|
#loginMainDiv div#centerBox form {
|
|
|
|
margin: 1em;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
#loginMainDiv div#centerBox form table.divLoginbox {
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
-webkit-border-radius: 3px;
|
2014-01-08 08:57:35 +01:00
|
|
|
-webkit-border-top-left-radius: 10px;
|
2013-11-11 19:45:33 +01:00
|
|
|
-moz-border-radius: 3px;
|
2014-01-08 08:57:35 +01:00
|
|
|
-moz-border-radius-topleft: 10px;
|
2013-11-11 19:45:33 +01:00
|
|
|
border-radius: 3px;
|
2014-01-08 08:57:35 +01:00
|
|
|
border-top-left-radius: 10px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#loginMainDiv div#centerBox form table.divLoginbox td {
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
#loginMainDiv div#centerBox form table.divLoginbox select {
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
width: auto;
|
2013-12-12 21:27:20 +01:00
|
|
|
margin: 5px 0em 5px 5px;
|
2013-11-11 19:45:33 +01:00
|
|
|
padding: 3px;
|
|
|
|
outline: none;
|
|
|
|
display: inline-block;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#loginMainDiv div#centerBox form table.divLoginbox input {
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
width: auto;
|
2013-12-20 10:36:43 +01:00
|
|
|
/*margin: 0.5em 0em 0.5em 0;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
#loginMainDiv div#centerBox form table.divLoginbox input:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#loginMainDiv div#centerBox form table.divLoginbox input:focus {
|
|
|
|
outline: 0;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-11-11 19:45:33 +01:00
|
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"] {
|
|
|
|
background-color: #ffc200 !important;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"]:focus {
|
|
|
|
outline: 0;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-11-11 19:45:33 +01:00
|
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
2013-12-08 22:36:30 +01:00
|
|
|
#wrap {
|
2014-01-18 09:11:23 +01:00
|
|
|
/* float: left;
|
|
|
|
z-index: -1;
|
|
|
|
margin: 0 auto;
|
|
|
|
background-color:transparent;
|
|
|
|
width: 100%;*/
|
|
|
|
}
|
|
|
|
#wrap div.animation_login {
|
|
|
|
margin: 0.3em;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
2013-11-18 20:27:56 +01:00
|
|
|
}
|
2014-01-11 19:51:59 +01:00
|
|
|
#wrap img[src$="svg"],
|
|
|
|
#wrap background-image[url$="svg"] {
|
|
|
|
background-color: #679fd2;
|
|
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjNjc5ZmQyIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjNjc5ZmQyIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
|
|
background-image: -moz-linear-gradient(top, #679fd2, #679fd2);
|
|
|
|
background-image: -ms-linear-gradient(top, #679fd2, #679fd2);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#679fd2), to(#679fd2));
|
|
|
|
background-image: -webkit-linear-gradient(top, #679fd2, #679fd2);
|
|
|
|
background-image: -o-linear-gradient(top, #679fd2, #679fd2);
|
|
|
|
background-image: linear-gradient(top, #679fd2, #679fd2);
|
|
|
|
background-repeat: repeat-x;
|
2013-11-18 20:27:56 +01:00
|
|
|
}
|
2014-01-11 19:51:59 +01:00
|
|
|
#img1,
|
|
|
|
#img2,
|
|
|
|
#img3,
|
2014-01-18 09:11:23 +01:00
|
|
|
#img4,
|
|
|
|
#img5,
|
|
|
|
#img6,
|
|
|
|
#img7,
|
|
|
|
#img8 {
|
|
|
|
width: 12%;
|
|
|
|
/*height:100%;*/
|
|
|
|
/*position:fixed;*/
|
|
|
|
/*top: 10em;*/
|
2014-01-11 19:51:59 +01:00
|
|
|
z-index: -1;
|
|
|
|
animation-name: test;
|
2014-01-14 09:20:19 +01:00
|
|
|
animation-duration: 8s;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
-webkit-animation-name: test;
|
|
|
|
-webkit-animation-duration: 8s;
|
|
|
|
-webkit-animation-iteration-count: infinite;
|
2014-01-11 19:51:59 +01:00
|
|
|
opacity: 0;
|
2013-11-18 20:27:56 +01:00
|
|
|
}
|
2014-01-14 09:20:19 +01:00
|
|
|
#img1 {
|
|
|
|
animation-delay: 0s;
|
|
|
|
-webkit-animation-delay: 0s;
|
|
|
|
}
|
2014-01-11 19:51:59 +01:00
|
|
|
#img2 {
|
2014-01-18 09:11:23 +01:00
|
|
|
animation-delay: 3s;
|
|
|
|
-webkit-animation-delay: 3s;
|
2013-11-18 20:27:56 +01:00
|
|
|
}
|
2014-01-11 19:51:59 +01:00
|
|
|
#img3 {
|
2014-01-18 09:11:23 +01:00
|
|
|
animation-delay: 6s;
|
|
|
|
-webkit-animation-delay: 6s;
|
2013-11-18 20:27:56 +01:00
|
|
|
}
|
2014-01-11 19:51:59 +01:00
|
|
|
#img4 {
|
2014-01-18 09:11:23 +01:00
|
|
|
animation-delay: 9s;
|
|
|
|
-webkit-animation-delay: 9s;
|
|
|
|
}
|
|
|
|
#img5 {
|
|
|
|
animation-delay: 12s;
|
|
|
|
-webkit-animation-delay: 12s;
|
|
|
|
}
|
|
|
|
#img6 {
|
|
|
|
animation-delay: 15s;
|
|
|
|
-webkit-animation-delay: 15s;
|
|
|
|
}
|
|
|
|
#img7 {
|
|
|
|
animation-delay: 18s;
|
|
|
|
-webkit-animation-delay: 18s;
|
|
|
|
}
|
|
|
|
#img8 {
|
|
|
|
animation-delay: 21s;
|
|
|
|
-webkit-animation-delay: 21s;
|
2013-11-18 20:27:56 +01:00
|
|
|
}
|
2014-01-11 19:51:59 +01:00
|
|
|
@-webkit-keyframes test {
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2014-01-14 09:20:19 +01:00
|
|
|
100% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2013-11-18 20:27:56 +01:00
|
|
|
}
|
2014-01-11 19:51:59 +01:00
|
|
|
@keyframes test {
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2014-01-14 09:20:19 +01:00
|
|
|
100% {
|
|
|
|
opacity: 0;
|
2014-01-11 19:51:59 +01:00
|
|
|
}
|
2013-11-18 20:27:56 +01:00
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: Stylite Pixelegg template
|
|
|
|
*
|
|
|
|
* Definitions for layout and raster
|
|
|
|
*
|
|
|
|
* 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
|
2013-11-20 09:41:08 +01:00
|
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
2013-11-11 19:45:33 +01:00
|
|
|
* @package pixelegg
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
|
|
|
/* #################################################
|
|
|
|
* Basecontainer
|
|
|
|
* #################################################
|
|
|
|
*/
|
|
|
|
.egw_fw_content_browser_iframe,
|
|
|
|
#divMainView {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.egw_fw_content_browser_iframe body,
|
|
|
|
#divMainView body {
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.egwGridView_scrollarea {
|
|
|
|
width: 100%;
|
2014-01-16 18:04:26 +01:00
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
2013-11-14 20:11:42 +01:00
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
#egw_fw_header {
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
2013-12-12 10:10:25 +01:00
|
|
|
/* ###########################################################################################################################################
|
2014-01-08 19:49:09 +01:00
|
|
|
Topmenu / Home / Einstellungen / usw..
|
|
|
|
###########################################################################################################################################
|
|
|
|
*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_header #egw_divLogo {
|
|
|
|
float: left;
|
|
|
|
width: 255px;
|
|
|
|
display: block;
|
|
|
|
margin-left: -8px;
|
|
|
|
text-align: center;
|
|
|
|
height: 45px;
|
|
|
|
background-color: #fafafa;
|
|
|
|
}
|
|
|
|
#egw_fw_header #egw_divLogo img {
|
2014-01-08 19:49:09 +01:00
|
|
|
width: 209px;
|
2013-11-11 19:45:33 +01:00
|
|
|
border: none;
|
2014-01-08 19:49:09 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 0.41em;
|
|
|
|
left: 1em;
|
2013-11-11 19:45:33 +01:00
|
|
|
background-color: #fafafa;
|
|
|
|
}
|
|
|
|
#egw_fw_header #egw_fw_topmenu ul,
|
|
|
|
#egw_fw_header #egw_fw_topmenu > * > ul > li,
|
|
|
|
#egw_fw_header .topmenu_info_item,
|
|
|
|
#egw_fw_header #egw_fw_topmenu_items,
|
|
|
|
#egw_fw_header #egw_fw_topmenu_info_items {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items {
|
|
|
|
float: left;
|
|
|
|
padding-top: 10px;
|
2013-12-30 18:32:42 +01:00
|
|
|
width: 70%;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul {
|
|
|
|
/*Home*/
|
2013-12-30 18:32:42 +01:00
|
|
|
/*home*/
|
|
|
|
/*Setup / Einstellungen*/
|
|
|
|
/*access / Zugriff */
|
2013-12-16 10:37:26 +01:00
|
|
|
/*category*/
|
|
|
|
/*password*/
|
|
|
|
/*help*/
|
|
|
|
/*Search*/
|
|
|
|
/*logout*/
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li {
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.Button_size_square_32;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
padding: 0.3em 0.4em;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2014-01-23 09:44:38 +01:00
|
|
|
/*.box_shadow_standard_light;*/
|
2013-12-16 10:37:26 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2013-11-11 19:45:33 +01:00
|
|
|
color: #000000;
|
2014-01-14 09:20:19 +01:00
|
|
|
-webkit-transition-property: background-color;
|
|
|
|
-moz-transition-property: background-color;
|
|
|
|
-o-transition-property: background-color;
|
|
|
|
transition-property: background-color;
|
2013-12-30 18:32:42 +01:00
|
|
|
-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;
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #e6e6e6;
|
2013-12-30 18:32:42 +01:00
|
|
|
-webkit-transition: all 0.2s ease-out;
|
|
|
|
-moz-transition: all 0.2s ease-out;
|
|
|
|
-o-transition: all 0.2s ease-out;
|
|
|
|
transition: all 0.2s ease-out;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
background-color: inherit !important;
|
|
|
|
color: #000000;
|
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:active {
|
|
|
|
-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);
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a {
|
|
|
|
color: #000000;
|
2013-12-16 10:37:26 +01:00
|
|
|
text-decoration: none;
|
2014-01-14 09:20:19 +01:00
|
|
|
height: 16px;
|
2014-01-23 09:44:38 +01:00
|
|
|
/*font-size: 1.1em;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
|
|
|
|
color: #808080;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #828282;
|
2013-12-16 10:37:26 +01:00
|
|
|
text-decoration: none !important;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child {
|
2013-11-20 09:41:08 +01:00
|
|
|
margin-left: 10px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child :before {
|
|
|
|
border: none;
|
|
|
|
}
|
2013-12-30 18:32:42 +01:00
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home:before {
|
|
|
|
padding-right: 20px;
|
|
|
|
content: " ";
|
|
|
|
background-image: url(../images/topmenu_items/home.png);
|
|
|
|
background-repeat: no-repeat;
|
2014-01-14 09:20:19 +01:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
2013-12-30 18:32:42 +01:00
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_prefs {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_prefs:before {
|
|
|
|
padding-right: 20px;
|
|
|
|
content: "";
|
|
|
|
background-image: url(../images/topmenu_items/setup.png);
|
|
|
|
background-repeat: no-repeat;
|
2014-01-14 09:20:19 +01:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
2013-12-30 18:32:42 +01:00
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_acl:before {
|
|
|
|
padding-right: 20px;
|
|
|
|
content: "";
|
|
|
|
background-repeat: no-repeat;
|
2014-01-14 09:20:19 +01:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2013-12-30 18:32:42 +01:00
|
|
|
background-image: url(../images/topmenu_items/access.png);
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
2013-12-30 18:32:42 +01:00
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_cats:before {
|
|
|
|
background-image: url(../images/topmenu_items/category.png);
|
|
|
|
padding-right: 20px;
|
|
|
|
content: "";
|
|
|
|
background-repeat: no-repeat;
|
2014-01-14 09:20:19 +01:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
2013-12-30 18:32:42 +01:00
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_preferences:before {
|
|
|
|
background-image: url(../images/topmenu_items/password.png);
|
|
|
|
padding-right: 20px;
|
|
|
|
content: "";
|
|
|
|
background-repeat: no-repeat;
|
2014-01-14 09:20:19 +01:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
2013-12-30 18:32:42 +01:00
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_manual:before {
|
|
|
|
background-image: url(../images/topmenu_items/help.png);
|
|
|
|
padding-right: 20px;
|
|
|
|
content: "";
|
|
|
|
background-repeat: no-repeat;
|
2014-01-14 09:20:19 +01:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
2013-12-30 18:32:42 +01:00
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_search:before {
|
|
|
|
background-image: url(../images/topmenu_items/search.png);
|
|
|
|
padding-right: 20px;
|
|
|
|
content: "";
|
|
|
|
background-repeat: no-repeat;
|
2014-01-14 09:20:19 +01:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
2013-12-30 18:32:42 +01:00
|
|
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_logout:before {
|
|
|
|
background-image: url(../images/topmenu_items/logout.png);
|
|
|
|
padding-right: 20px;
|
|
|
|
content: "";
|
|
|
|
background-repeat: no-repeat;
|
2013-12-16 10:37:26 +01:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
2013-11-15 18:05:59 +01:00
|
|
|
/*#################################################
|
|
|
|
###################################################
|
|
|
|
Slide Effekt
|
|
|
|
###################################################*/
|
2013-11-11 19:45:33 +01:00
|
|
|
#egw_fw_topmenu_slide {
|
|
|
|
width: auto;
|
|
|
|
text-align: center;
|
|
|
|
height: 15px;
|
|
|
|
float: left;
|
|
|
|
position: fixed;
|
2013-11-20 09:41:08 +01:00
|
|
|
left: 194px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
#egw_fw_topmenu_slide.slidedown {
|
|
|
|
background-image: url("../images/list.png");
|
2013-11-11 19:45:33 +01:00
|
|
|
background-position: center center;
|
|
|
|
height: 15px;
|
|
|
|
width: 15px;
|
|
|
|
display: block;
|
2013-11-20 09:41:08 +01:00
|
|
|
margin-left: 5px;
|
|
|
|
margin-top: 10px;
|
|
|
|
background-size: 15px 15px;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
left: -5px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
#egw_fw_topmenu_slide.slideup {
|
2013-11-12 18:23:52 +01:00
|
|
|
background-image: url("../images/slideup.png");
|
2013-11-11 19:45:33 +01:00
|
|
|
background-position: center center;
|
|
|
|
height: 15px;
|
|
|
|
width: 15px;
|
|
|
|
display: block;
|
2014-01-15 18:57:00 +01:00
|
|
|
margin-top: -36px;
|
2013-11-11 19:45:33 +01:00
|
|
|
margin-left: 40px;
|
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
#slidetoggle {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
display: block;
|
|
|
|
}
|
2013-11-15 18:05:59 +01:00
|
|
|
/*#################################################
|
|
|
|
###################################################
|
2014-01-17 09:10:35 +01:00
|
|
|
Add / Print / Logout /
|
2013-11-15 18:05:59 +01:00
|
|
|
- Name / Date
|
|
|
|
###################################################*/
|
2013-11-20 09:41:08 +01:00
|
|
|
#egw_fw_logout {
|
2013-11-12 18:23:52 +01:00
|
|
|
background-image: url(../images/logout.png);
|
2013-11-11 19:45:33 +01:00
|
|
|
background-size: 16px 16px;
|
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
margin-right: 1em;
|
|
|
|
margin-top: 0px;
|
|
|
|
z-index: 200;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
padding: 0.5em;
|
|
|
|
top: 5px;
|
|
|
|
position: fixed;
|
2014-02-05 09:59:18 +01:00
|
|
|
right: 15px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
#egw_fw_logout:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
#egw_fw_logout:active {
|
|
|
|
-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);
|
|
|
|
}
|
2013-12-08 22:36:30 +01:00
|
|
|
#egw_fw_logout:focus {
|
|
|
|
-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);
|
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
#egw_fw_print {
|
2013-11-12 18:23:52 +01:00
|
|
|
background-image: url(../images/print.png);
|
2013-11-11 19:45:33 +01:00
|
|
|
background-size: 16px 16px;
|
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-top: 0px;
|
|
|
|
position: fixed;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
2013-12-16 10:37:26 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
padding: 0.5em;
|
|
|
|
top: 5px;
|
2014-02-05 09:59:18 +01:00
|
|
|
right: 56px;
|
2013-11-11 19:45:33 +01:00
|
|
|
z-index: 200;
|
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
#egw_fw_print:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
#egw_fw_print:active {
|
|
|
|
-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);
|
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
#egw_fw_print:focus {
|
2013-11-11 19:45:33 +01:00
|
|
|
-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);
|
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
/*Name / Datum / angemeldete User*/
|
|
|
|
#egw_fw_topmenu_info_items {
|
2013-12-18 05:33:46 +01:00
|
|
|
/*postion : top*/
|
|
|
|
bottom: 0px;
|
|
|
|
right: 5px;
|
|
|
|
padding-right: 0px;
|
|
|
|
position: relative;
|
|
|
|
z-index: 1000;
|
|
|
|
margin-right: 20px;
|
2013-11-15 18:05:59 +01:00
|
|
|
float: right;
|
2014-01-06 18:23:06 +01:00
|
|
|
display: flex;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
-ms-justify-content: flex-start;
|
2014-01-17 12:53:23 +01:00
|
|
|
/*Notification*/
|
|
|
|
/*user info*/
|
|
|
|
/*current user info*/
|
|
|
|
/*current user info*/
|
2014-01-23 09:44:38 +01:00
|
|
|
/*time zone*/
|
2014-01-17 12:53:23 +01:00
|
|
|
/*quick*/
|
2014-02-05 09:59:18 +01:00
|
|
|
/* Firefox */
|
|
|
|
/* Webkit */
|
|
|
|
/* IE */
|
|
|
|
/* Opera and prob css3 final iteration */
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-01-06 18:23:06 +01:00
|
|
|
#egw_fw_topmenu_info_items .topmenu_info_item {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(2) {
|
2013-11-14 20:11:42 +01:00
|
|
|
/*float: right;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
margin-top: 0;
|
2013-11-15 18:05:59 +01:00
|
|
|
font-size: 1em;
|
|
|
|
padding-right: 5px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3) {
|
2013-11-15 18:05:59 +01:00
|
|
|
position: relative;
|
|
|
|
top: 0px;
|
|
|
|
display: inline-block;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):focus {
|
2013-11-11 19:45:33 +01:00
|
|
|
-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);
|
|
|
|
}
|
2013-11-20 09:41:08 +01:00
|
|
|
#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):before {
|
2013-11-15 18:05:59 +01:00
|
|
|
content: "| ";
|
|
|
|
font-size: 1em;
|
|
|
|
color: #0c5da5;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-01-23 09:44:38 +01:00
|
|
|
#egw_fw_topmenu_info_items form {
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
#egw_fw_topmenu_info_items form select {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
2014-01-17 12:53:23 +01:00
|
|
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add {
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
|
|
|
float: right;
|
|
|
|
padding: 0.5em;
|
|
|
|
position: fixed;
|
2014-02-05 09:59:18 +01:00
|
|
|
right: 96px;
|
2014-01-17 12:53:23 +01:00
|
|
|
top: 5px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add:before {
|
|
|
|
content: "+";
|
|
|
|
font-size: 2em;
|
|
|
|
color: #ffc200;
|
|
|
|
line-height: 0.6em;
|
|
|
|
}
|
|
|
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add select#quick_add_selectbox {
|
|
|
|
visibility: hidden;
|
|
|
|
border: medium none;
|
|
|
|
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
|
|
|
position: relative !important;
|
|
|
|
right: 1px !important;
|
|
|
|
top: -5px;
|
|
|
|
}
|
2014-01-21 18:30:43 +01:00
|
|
|
#egw_fw_topmenu_info_items img#topmenu_info_error {
|
2014-02-05 09:59:18 +01:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2014-02-05 08:43:53 +01:00
|
|
|
position: fixed;
|
2014-02-05 09:59:18 +01:00
|
|
|
/*.Button_size_square_16;*/
|
2014-02-05 08:43:53 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
-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);
|
2014-02-05 09:59:18 +01:00
|
|
|
padding: 7px 4px;
|
|
|
|
top: 6px;
|
|
|
|
right: 0px;
|
2014-02-05 08:43:53 +01:00
|
|
|
z-index: 200;
|
2014-02-05 09:59:18 +01:00
|
|
|
background-color: #ff0000;
|
|
|
|
-moz-transition: all 1s ease-in-out;
|
|
|
|
-webkit-transition: all 1s ease-in-out;
|
|
|
|
-o-transition: all 1s ease-in-out;
|
|
|
|
-ms-transition: all 1s ease-in-out;
|
|
|
|
transition: all 1s ease-in-out;
|
|
|
|
/* order: name, direction, duration, iteration-count, timing-function */
|
|
|
|
-moz-animation: blink normal 2s infinite ease-in-out;
|
|
|
|
/* Firefox */
|
|
|
|
-webkit-animation: blink normal 2s infinite ease-in-out;
|
|
|
|
/* Webkit */
|
|
|
|
-ms-animation: blink normal 2s infinite ease-in-out;
|
|
|
|
/* IE */
|
|
|
|
animation: blink normal 2s infinite ease-in-out;
|
|
|
|
/* Opera and prob css3 final iteration */
|
2014-02-05 08:43:53 +01:00
|
|
|
}
|
|
|
|
#egw_fw_topmenu_info_items img#topmenu_info_error:hover {
|
|
|
|
-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);
|
|
|
|
}
|
|
|
|
#egw_fw_topmenu_info_items img#topmenu_info_error:active {
|
|
|
|
-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);
|
|
|
|
}
|
|
|
|
#egw_fw_topmenu_info_items img#topmenu_info_error:focus {
|
|
|
|
-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);
|
2014-01-21 18:30:43 +01:00
|
|
|
}
|
2014-02-05 09:59:18 +01:00
|
|
|
@-moz-keyframes blink {
|
|
|
|
0% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes blink {
|
|
|
|
0% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-ms-keyframes blink {
|
|
|
|
0% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes blink {
|
|
|
|
0% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
/* ################################################################################################################
|
|
|
|
* Sidebar
|
2013-11-15 18:05:59 +01:00
|
|
|
* ################################################################################################################*/
|
2013-11-11 19:45:33 +01:00
|
|
|
#egw_fw_sidebar {
|
|
|
|
position: fixed;
|
|
|
|
overflow: hidden;
|
|
|
|
top: 57px;
|
|
|
|
left: 0px;
|
|
|
|
bottom: 20px;
|
|
|
|
width: 225px;
|
|
|
|
background-color: #fafafa;
|
2013-12-08 22:36:30 +01:00
|
|
|
/*#################################*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 4px;
|
|
|
|
left: 4px;
|
|
|
|
right: 5px;
|
|
|
|
overflow: hidden;
|
|
|
|
z-index: 0;
|
|
|
|
padding-top: 0.6em;
|
2014-01-23 09:44:38 +01:00
|
|
|
font-size: 0.9em;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
|
|
|
background-color: #fafafa;
|
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv div.ui-sortable div {
|
|
|
|
padding: 3px 0 1px 3px;
|
2013-11-11 19:45:33 +01:00
|
|
|
cursor: pointer;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header {
|
2013-11-11 19:45:33 +01:00
|
|
|
display: block;
|
|
|
|
margin: 0 0;
|
2013-12-16 10:37:26 +01:00
|
|
|
/*padding: 0px 5px 5px 10px;*/
|
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:hover {
|
|
|
|
background-color: #d9d9d9;
|
2013-11-11 19:45:33 +01:00
|
|
|
-webkit-border-radius: 5px;
|
2013-11-15 18:05:59 +01:00
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:active {
|
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header h1 {
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
padding-top: 0.31em;
|
2014-01-14 09:20:19 +01:00
|
|
|
padding-left: 3em;
|
2013-11-11 19:45:33 +01:00
|
|
|
color: #999999;
|
|
|
|
}
|
2014-01-15 14:45:44 +01:00
|
|
|
#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;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active {
|
|
|
|
cursor: pointer;
|
2013-12-20 10:36:43 +01:00
|
|
|
/*background-image: url("../images/header_active.png");*/
|
|
|
|
background-image: url("../images/clear.png");
|
2013-11-25 04:16:41 +01:00
|
|
|
background-position: 95% -3000px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
/*background-image: none;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
background-color: #f0f0f0;
|
|
|
|
-webkit-border-top-right-radius: 5px;
|
2013-12-20 10:36:43 +01:00
|
|
|
-webkit-border-bottom-right-radius: 0px;
|
|
|
|
-webkit-border-bottom-left-radius: 0px;
|
2013-11-11 19:45:33 +01:00
|
|
|
-webkit-border-top-left-radius: 27px;
|
2013-12-20 10:36:43 +01:00
|
|
|
-moz-border-radius-topright: 5px;
|
|
|
|
-moz-border-radius-bottomright: 0px;
|
|
|
|
-moz-border-radius-bottomleft: 0px;
|
|
|
|
-moz-border-radius-topleft: 27px;
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
border-bottom-right-radius: 0px;
|
|
|
|
border-bottom-left-radius: 0px;
|
|
|
|
border-top-left-radius: 27px;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.background-clip(padding-box);*/
|
2013-12-20 10:36:43 +01:00
|
|
|
border-top: solid 1px #b4b4b4;
|
|
|
|
border-left: solid 1px #b4b4b4;
|
|
|
|
border-right: solid 1px #b4b4b4;
|
|
|
|
border-bottom: solid 1px #b4b4b4;
|
|
|
|
margin: 0 0 0 0;
|
2013-11-11 19:45:33 +01:00
|
|
|
border-bottom: none;
|
2014-01-20 19:34:20 +01:00
|
|
|
height: 33px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active img {
|
2014-01-08 19:49:09 +01:00
|
|
|
padding-left: 9px;
|
|
|
|
padding-top: 6px;
|
2014-01-10 06:26:09 +01:00
|
|
|
height: 18px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 1.4em;
|
|
|
|
color: #000000;
|
2014-01-08 19:49:09 +01:00
|
|
|
padding-top: .8em;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:hover {
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-12-20 10:36:43 +01:00
|
|
|
-webkit-border-top-right-radius: 5px;
|
|
|
|
-webkit-border-bottom-right-radius: 0px;
|
|
|
|
-webkit-border-bottom-left-radius: 0px;
|
|
|
|
-webkit-border-top-left-radius: 27px;
|
|
|
|
-moz-border-radius-topright: 5px;
|
|
|
|
-moz-border-radius-bottomright: 0px;
|
|
|
|
-moz-border-radius-bottomleft: 0px;
|
|
|
|
-moz-border-radius-topleft: 27px;
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
border-bottom-right-radius: 0px;
|
|
|
|
border-bottom-left-radius: 0px;
|
|
|
|
border-top-left-radius: 27px;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.background-clip(padding-box);*/
|
2013-12-20 10:36:43 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:active {
|
2013-11-11 19:45:33 +01:00
|
|
|
-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);
|
2013-12-20 10:36:43 +01:00
|
|
|
-webkit-border-top-right-radius: 5px;
|
|
|
|
-webkit-border-bottom-right-radius: 0px;
|
|
|
|
-webkit-border-bottom-left-radius: 0px;
|
|
|
|
-webkit-border-top-left-radius: 27px;
|
|
|
|
-moz-border-radius-topright: 5px;
|
|
|
|
-moz-border-radius-bottomright: 0px;
|
|
|
|
-moz-border-radius-bottomleft: 0px;
|
|
|
|
-moz-border-radius-topleft: 27px;
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
border-bottom-right-radius: 0px;
|
|
|
|
border-bottom-left-radius: 0px;
|
|
|
|
border-top-left-radius: 27px;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.background-clip(padding-box);*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:focus {
|
|
|
|
background-image: url("../images/ajax-loader.gif");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 90% 50%;
|
|
|
|
-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);
|
|
|
|
background-color: #bfbfbf;
|
|
|
|
}
|
2014-01-15 14:45:44 +01:00
|
|
|
#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;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
#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;
|
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content {
|
|
|
|
display: block;
|
|
|
|
background-image: none;
|
|
|
|
-webkit-border-top-right-radius: 0;
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
|
|
|
-webkit-border-bottom-left-radius: 27px;
|
|
|
|
-webkit-border-top-left-radius: 0;
|
|
|
|
-moz-border-radius-topright: 0;
|
|
|
|
-moz-border-radius-bottomright: 0;
|
|
|
|
-moz-border-radius-bottomleft: 27px;
|
|
|
|
-moz-border-radius-topleft: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 27px;
|
|
|
|
border-top-left-radius: 0;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.background-clip(padding-box);*/
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-11-11 19:45:33 +01:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 0px;
|
|
|
|
margin: 0 0 2em 0;
|
2013-12-08 22:36:30 +01:00
|
|
|
/*letztes Element*/
|
|
|
|
/*######################*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-01-23 09:44:38 +01:00
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content:nth-last-of-type(-n+3) {
|
2013-11-11 19:45:33 +01:00
|
|
|
padding: 5px 0.3em 1.5em 0.3em;
|
|
|
|
margin: 0 0 10px 0;
|
2013-12-08 22:36:30 +01:00
|
|
|
background-color: #b3b3b3 !important;
|
2013-11-11 19:45:33 +01:00
|
|
|
-webkit-border-top-right-radius: 0;
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
|
|
|
-webkit-border-bottom-left-radius: 27px;
|
|
|
|
-webkit-border-top-left-radius: 0;
|
|
|
|
-moz-border-radius-topright: 0;
|
|
|
|
-moz-border-radius-bottomright: 0;
|
|
|
|
-moz-border-radius-bottomleft: 27px;
|
|
|
|
-moz-border-radius-topleft: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 27px;
|
|
|
|
border-top-left-radius: 0;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.background-clip(padding-box);*/
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-12-08 22:36:30 +01:00
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content div.egw_fw_ui_category:nth-last-of-type(-n+3) {
|
2014-01-17 09:10:35 +01:00
|
|
|
/* color:#ff0000;
|
2014-01-08 19:49:09 +01:00
|
|
|
background-color: yellow !important;*/
|
2013-12-08 22:36:30 +01:00
|
|
|
-webkit-border-top-right-radius: 0;
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
|
|
|
-webkit-border-bottom-left-radius: 15px;
|
|
|
|
-webkit-border-top-left-radius: 0;
|
|
|
|
-moz-border-radius-topright: 0;
|
|
|
|
-moz-border-radius-bottomright: 0;
|
|
|
|
-moz-border-radius-bottomleft: 15px;
|
|
|
|
-moz-border-radius-topleft: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 15px;
|
|
|
|
border-top-left-radius: 0;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.background-clip(padding-box);*/
|
2013-12-08 22:36:30 +01:00
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
|
|
|
|
margin: 10px 5px 0px 5px;
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
cursor: pointer;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-12-30 18:32:42 +01:00
|
|
|
background-color: #e6e6e6;
|
|
|
|
/*background-color: @egw_color_2_d;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
-moz-border-radius-topright: 3px;
|
|
|
|
-moz-border-radius-bottomright: 3px;
|
|
|
|
-moz-border-radius-bottomleft: 3px;
|
|
|
|
-moz-border-radius-topleft: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.background-clip(padding-box);*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1 {
|
|
|
|
margin: 5px 0px 3px 5px;
|
|
|
|
padding: 0px 0px 0px 15px;
|
|
|
|
font-size: 9pt;
|
|
|
|
background-image: url(../images/arrow_left.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: left center;
|
|
|
|
}
|
2013-12-08 22:36:30 +01:00
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:last-child {
|
|
|
|
color: #ff0000;
|
|
|
|
background-color: yellow !important;
|
|
|
|
}
|
2014-01-15 14:45:44 +01:00
|
|
|
#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;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
|
2013-12-08 22:36:30 +01:00
|
|
|
background-color: #999999;
|
2013-11-11 19:45:33 +01:00
|
|
|
padding: 0.5em 1em;
|
|
|
|
}
|
|
|
|
#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;
|
2013-12-08 22:36:30 +01:00
|
|
|
margin-top: 4px;
|
2014-01-10 06:26:09 +01:00
|
|
|
background-color: #0c5da5;
|
2013-12-08 22:36:30 +01:00
|
|
|
/*.background-color-50-gray;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
color: #f2f2f2;
|
2013-12-08 22:36:30 +01:00
|
|
|
-webkit-border-top-right-radius: 3px !important;
|
|
|
|
-webkit-border-bottom-right-radius: 3px !important;
|
|
|
|
-webkit-border-bottom-left-radius: 3px !important;
|
|
|
|
-webkit-border-top-left-radius: 3px !important;
|
|
|
|
-moz-border-radius-topright: 3px !important;
|
|
|
|
-moz-border-radius-bottomright: 3px !important;
|
|
|
|
-moz-border-radius-bottomleft: 3px !important;
|
|
|
|
-moz-border-radius-topleft: 3px !important;
|
|
|
|
border-top-right-radius: 3px !important;
|
|
|
|
border-bottom-right-radius: 3px !important;
|
|
|
|
border-bottom-left-radius: 3px !important;
|
|
|
|
border-top-left-radius: 3px !important;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.background-clip(padding-box);*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 {
|
|
|
|
background-image: url(../images/arrow_down.png);
|
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a img {
|
|
|
|
width: 16px;
|
2014-01-14 09:20:19 +01:00
|
|
|
height: 16px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 a:hover {
|
|
|
|
padding: 5px 30px 5px 0px;
|
|
|
|
width: 200px;
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
color: #808080;
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
background-color: inherit !important;
|
|
|
|
}
|
2013-12-30 18:32:42 +01:00
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active:hover {
|
2014-01-10 06:26:09 +01:00
|
|
|
background-color: #408dd2;
|
2013-12-30 18:32:42 +01:00
|
|
|
-webkit-transition: all 0.2s ease-out;
|
|
|
|
-moz-transition: all 0.2s ease-out;
|
|
|
|
-o-transition: all 0.2s ease-out;
|
|
|
|
transition: all 0.2s ease-out;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content_bottom {
|
|
|
|
border-width: 0px 1px 1px 1px;
|
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_bottom {
|
|
|
|
border-width: 0px;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #ffffff;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_icon {
|
|
|
|
display: inline-block;
|
2013-12-18 05:33:46 +01:00
|
|
|
height: 24px;
|
2013-11-11 19:45:33 +01:00
|
|
|
padding-left: 0;
|
2014-01-14 09:20:19 +01:00
|
|
|
padding-right: 0px;
|
2013-11-11 19:45:33 +01:00
|
|
|
float: left;
|
2013-11-21 05:16:11 +01:00
|
|
|
/*filter grey*/
|
2014-01-11 19:51:59 +01:00
|
|
|
/*filter grey*/
|
2013-11-21 05:16:11 +01:00
|
|
|
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
|
|
|
|
-webkit-filter: grayscale(100%);
|
|
|
|
-moz-filter: grayscale(100%);
|
2014-02-05 08:43:53 +01:00
|
|
|
-ms-filter: grayscale(0%);
|
2013-11-21 05:16:11 +01:00
|
|
|
-o-filter: grayscale(100%);
|
|
|
|
filter: grayscale(100%);
|
|
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
|
|
filter: gray;
|
|
|
|
/* IE 6-9 */
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_splitter {
|
|
|
|
position: absolute;
|
2013-12-08 22:36:30 +01:00
|
|
|
background-color: #b3b3b3 !important;
|
2013-12-12 21:27:20 +01:00
|
|
|
width: 5px;
|
2014-01-30 19:55:29 +01:00
|
|
|
top: 40px;
|
2013-11-11 19:45:33 +01:00
|
|
|
bottom: 3px;
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
#egw_fw_sidebar #egw_fw_splitter:hover {
|
|
|
|
background-color: #ffc200;
|
|
|
|
}
|
2014-01-28 16:41:22 +01:00
|
|
|
/** DON"T MOVE THIS **/
|
|
|
|
.egw_fw_ui_splitter_vertical {
|
2013-11-14 20:11:42 +01:00
|
|
|
background-image: url(../images/splitter_vert.png);
|
2013-11-11 19:45:33 +01:00
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
2013-12-08 22:36:30 +01:00
|
|
|
background-color: #b3b3b3 !important;
|
2013-11-11 19:45:33 +01:00
|
|
|
position: absolute;
|
2013-12-12 21:27:20 +01:00
|
|
|
width: 5px;
|
2013-11-11 19:45:33 +01:00
|
|
|
height: 100%;
|
|
|
|
cursor: col-resize;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_category_content {
|
|
|
|
background-color: #ffffff;
|
|
|
|
border-top-width: 0;
|
|
|
|
border-left: 0px solid;
|
|
|
|
border-bottom: 0px solid;
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-top: 0px;
|
|
|
|
padding-bottom: 5px;
|
2013-11-14 20:11:42 +01:00
|
|
|
padding-left: 0px;
|
2013-11-11 19:45:33 +01:00
|
|
|
padding-top: 14px;
|
|
|
|
margin-right: 5px;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*min-height: 50px;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-01-23 09:44:38 +01:00
|
|
|
.egw_fw_ui_category_content:last-child {
|
|
|
|
/*padding: 5px 0.3em 1.5em 0.3em;*/
|
|
|
|
/*margin: 0 0 10px 0;*/
|
|
|
|
/*.background_color_30_gray;*/
|
|
|
|
-webkit-border-top-right-radius: 0;
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
|
|
|
-webkit-border-bottom-left-radius: 10px;
|
|
|
|
-webkit-border-top-left-radius: 0;
|
|
|
|
-moz-border-radius-topright: 0;
|
|
|
|
-moz-border-radius-bottomright: 0;
|
|
|
|
-moz-border-radius-bottomleft: 10px;
|
|
|
|
-moz-border-radius-topleft: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 10px;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
/*.background-clip(padding-box);*/
|
|
|
|
border-color: #b4b4b4;
|
|
|
|
}
|
2013-11-12 18:23:52 +01:00
|
|
|
.egw_fw_ui_category_content img {
|
|
|
|
height: 16px;
|
2013-12-12 21:27:20 +01:00
|
|
|
vertical-align: middle;
|
2013-11-12 18:23:52 +01:00
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
.egw_fw_ui_category_content:hover {
|
|
|
|
background-color: #ffffff;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #828282;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-12-12 21:27:20 +01:00
|
|
|
.egw_fw_ui_category_content input#uical_select_owner_multiple {
|
|
|
|
height: 16px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_category_content select#calendar_filter {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
.egw_fw_ui_sidemenu_listitem {
|
2013-11-15 18:05:59 +01:00
|
|
|
padding: 0.5em 0;
|
2013-12-30 18:32:42 +01:00
|
|
|
margin: 0px 0 5px 0px;
|
2013-11-11 19:45:33 +01:00
|
|
|
position: relative;
|
2013-12-30 18:32:42 +01:00
|
|
|
min-height: 16px;
|
|
|
|
background-color: #ffffff;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
.egw_fw_ui_sidemenu_listitem img.egw_fw_ui_sidemenu_listitem_icon {
|
2014-01-15 14:45:44 +01:00
|
|
|
/*display: none;*/
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2013-11-14 20:11:42 +01:00
|
|
|
padding: 0px;
|
2013-12-04 06:23:37 +01:00
|
|
|
margin: 0px 5px;
|
2013-11-15 18:05:59 +01:00
|
|
|
float: left;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
.egw_fw_ui_sidemenu_listitem input {
|
|
|
|
height: 16px;
|
|
|
|
width: 81% !important;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_sidemenu_listitem input[type="image"] {
|
|
|
|
height: 10px;
|
|
|
|
width: 10px !important;
|
|
|
|
margin-left: 1px;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_sidemenu_listitem select {
|
2013-11-15 18:05:59 +01:00
|
|
|
max-width: 85% !important;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_sidemenu_listitem img {
|
|
|
|
height: 9px;
|
|
|
|
width: 9px;
|
|
|
|
padding: 0px;
|
|
|
|
float: right;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
.egw_fw_ui_sidemenu_listitem a {
|
2013-11-15 18:05:59 +01:00
|
|
|
padding: 5px 0px 5px 5px;
|
2013-11-11 19:45:33 +01:00
|
|
|
text-decoration: none;
|
|
|
|
min-width: 5em;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_sidemenu_listitem a:hover {
|
2013-11-14 20:11:42 +01:00
|
|
|
color: #000000;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
.egw_fw_ui_sidemenu_listitem a:active {
|
|
|
|
-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);
|
|
|
|
}
|
|
|
|
.egw_fw_ui_sidemenu_listitem div a:first-child {
|
2013-11-14 20:11:42 +01:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: #f0f0f0;
|
2013-11-22 06:27:29 +01:00
|
|
|
border-color: #828282;
|
2013-11-14 20:11:42 +01:00
|
|
|
cursor: pointer;
|
2013-11-11 19:45:33 +01:00
|
|
|
width: 72% !important;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_sidemenu_listitem div a:nth-child(2) {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
background: transparent;
|
|
|
|
padding: 0px 2px 0 2px;
|
|
|
|
width: 10px;
|
|
|
|
min-width: 5px;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_sidemenu_listitem div a:nth-child(2) img {
|
|
|
|
margin: 0 0 0 0;
|
|
|
|
padding: 0em 0em 0 0em;
|
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_sidemenu_listitem div a:nth-child(2):hover {
|
|
|
|
background-color: #ff0000;
|
2014-01-08 08:57:35 +01:00
|
|
|
/*.background_color_20_gray;*/
|
2013-12-30 18:32:42 +01:00
|
|
|
-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);
|
2013-11-11 19:45:33 +01:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2013-11-15 18:05:59 +01:00
|
|
|
.egw_fw_ui_sidemenu_listitem:hover {
|
|
|
|
color: #000000;
|
|
|
|
background-color: #ffdd73;
|
|
|
|
padding: 0.5em 0;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
.egw_fw_ui_scrollarea {
|
|
|
|
overflow: hidden;
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_scrollarea_button {
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 12px;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_scrollarea_button_up.egw_fw_ui_scrollarea_button_hover,
|
|
|
|
.egw_fw_ui_scrollarea_button_down.egw_fw_ui_scrollarea_button_hover {
|
|
|
|
background-image: url(../images/scroll_hover.png);
|
|
|
|
}
|
|
|
|
.egw_fw_ui_scrollarea_button_disabled {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_scrollarea_button_up,
|
|
|
|
.egw_fw_ui_scrollarea_button_down {
|
|
|
|
height: 14px;
|
|
|
|
background-image: url(../images/scroll.png);
|
|
|
|
background-color: white;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_scrollarea_button_up {
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_scrollarea_button_down {
|
|
|
|
bottom: 0px;
|
|
|
|
}
|
|
|
|
.egw_fw_ui_scrollarea_outerdiv {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.egw_fw_content_browser_div {
|
|
|
|
display: block;
|
2014-01-20 10:11:54 +01:00
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
2013-11-11 19:45:33 +01:00
|
|
|
/* background-color: RGB(240, 240, 255);*/
|
|
|
|
}
|
|
|
|
.egw_fw_content_browser_div_loading {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1000;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background-image: url(../images/ajax-loader.gif);
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
2013-11-14 20:11:42 +01:00
|
|
|
/* ###########################################################################################################################################
|
|
|
|
/*extended for calender app*/
|
|
|
|
div#calendar-container {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
div#calendar-container div.calendar {
|
2014-01-18 18:51:29 +01:00
|
|
|
margin-bottom: 16px;
|
2013-11-14 20:11:42 +01:00
|
|
|
background-color: inherit;
|
2014-01-18 18:51:29 +01:00
|
|
|
padding: 0px;
|
2013-11-14 20:11:42 +01:00
|
|
|
}
|
|
|
|
div#calendar-container div.calendar table {
|
|
|
|
background-color: #fafafa;
|
2014-01-08 08:57:35 +01:00
|
|
|
font-family: Verdana, Helvetica, Sans-Serif;
|
|
|
|
/* font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;*/
|
2013-11-14 20:11:42 +01:00
|
|
|
}
|
|
|
|
div#calendar-container div.calendar table thead .title {
|
|
|
|
background-color: #ffc200;
|
|
|
|
}
|
|
|
|
div#calendar-container div.calendar table thead .daynames {
|
|
|
|
background-color: #679fd2;
|
|
|
|
}
|
|
|
|
div#calendar-container div.calendar table tbody tr.daysrow:hover {
|
|
|
|
background-color: #ffc200;
|
|
|
|
}
|
|
|
|
div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|
|
|
background-color: #ffc200;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
/* ###########################################################################################################################################
|
|
|
|
/* ###########################################################################################################################################
|
|
|
|
* Main
|
|
|
|
/* ###########################################################################################################################################
|
|
|
|
*/
|
|
|
|
#egw_fw_main {
|
|
|
|
margin: 3px 0em 0em 2em;
|
|
|
|
padding: 0;
|
|
|
|
width: auto;
|
|
|
|
}
|
2014-02-03 11:05:36 +01:00
|
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
|
|
#egw_fw_main #egw_fw_tabs {
|
|
|
|
/*Chrome needs margin-top*/
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
#egw_fw_main #egw_fw_tabs {
|
|
|
|
position: relative;
|
|
|
|
background-color: transparent;
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
2014-02-03 11:05:36 +01:00
|
|
|
/*margin-top: 3px;*/
|
2014-01-30 19:55:29 +01:00
|
|
|
/*position: absolute;*/
|
|
|
|
/*top: 65px;*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
|
2014-01-17 12:53:23 +01:00
|
|
|
margin: 0px 0 0 0;
|
2013-12-18 05:33:46 +01:00
|
|
|
padding: 0px 1px 0px 1px;
|
2013-11-11 19:45:33 +01:00
|
|
|
background-position: bottom;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
background-color: transparent;
|
2014-01-17 12:53:23 +01:00
|
|
|
height: 34px;
|
2014-01-15 14:45:44 +01:00
|
|
|
/*aktive Tabs*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header h1 {
|
2014-01-08 19:49:09 +01:00
|
|
|
/*float: left;*/
|
|
|
|
display: inline;
|
2013-11-11 19:45:33 +01:00
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
-webkit-margin-before: 0;
|
|
|
|
-webkit-margin-after: 0;
|
|
|
|
}
|
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header img {
|
|
|
|
text-align: center;
|
|
|
|
float: none;
|
|
|
|
margin: 0 auto;
|
2014-01-08 19:49:09 +01:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header {
|
|
|
|
text-align: center;
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
position: relative;
|
2013-12-12 21:27:20 +01:00
|
|
|
-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;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.background-clip(padding-box);*/
|
2013-12-18 05:33:46 +01:00
|
|
|
/*.background-color-5-gray;*/
|
|
|
|
background: transparent;
|
2014-01-17 09:10:35 +01:00
|
|
|
display: inline-table;
|
2014-01-17 12:53:23 +01:00
|
|
|
margin: 0px 5px 0px 0px;
|
2014-01-21 18:30:43 +01:00
|
|
|
padding: 2px 2px 5px 2px;
|
2013-11-11 19:45:33 +01:00
|
|
|
cursor: pointer;
|
2013-12-18 05:33:46 +01:00
|
|
|
border-width: 1px 1px 0 1px;
|
2013-11-11 19:45:33 +01:00
|
|
|
border-style: solid;
|
2013-12-18 05:33:46 +01:00
|
|
|
border-color: #b4b4b4;
|
2013-11-11 19:45:33 +01:00
|
|
|
background-repeat: repeat-x;
|
2014-01-17 12:53:23 +01:00
|
|
|
height: 24px;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover {
|
2014-01-23 09:44:38 +01:00
|
|
|
background-color: #cccccc;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
|
|
|
|
font-size: 100%;
|
|
|
|
line-height: 1em;
|
2014-01-21 18:30:43 +01:00
|
|
|
margin: 0 1px 2px 2px;
|
2014-01-08 19:49:09 +01:00
|
|
|
vertical-align: super;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-12-18 05:33:46 +01:00
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
|
|
|
display: inline-block;
|
2014-01-08 19:49:09 +01:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
margin: 5px 1px 0 1em;
|
2014-01-11 19:51:59 +01:00
|
|
|
/*filter grey*/
|
|
|
|
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
|
|
|
|
-webkit-filter: grayscale(100%);
|
|
|
|
-moz-filter: grayscale(100%);
|
2014-02-05 08:43:53 +01:00
|
|
|
-ms-filter: grayscale(0%);
|
2014-01-11 19:51:59 +01:00
|
|
|
-o-filter: grayscale(100%);
|
|
|
|
filter: grayscale(100%);
|
|
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
|
|
filter: gray;
|
|
|
|
/* IE 6-9 */
|
2013-12-18 05:33:46 +01:00
|
|
|
}
|
2014-01-15 14:45:44 +01:00
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header object {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2014-01-30 19:55:29 +01:00
|
|
|
/*background-color: @gray_0;*/
|
2014-01-15 14:45:44 +01:00
|
|
|
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);*/
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
|
|
|
|
border-width: 1px 1px 0px 1px !important;
|
2014-01-20 19:34:20 +01:00
|
|
|
/*padding: 0 0 5px !important;*/
|
2013-12-08 22:36:30 +01:00
|
|
|
background-color: #b3b3b3 !important;
|
2013-11-11 19:45:33 +01:00
|
|
|
background-image: none !important;
|
2014-01-15 14:45:44 +01:00
|
|
|
/*aktive Objekte*/
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active:hover {
|
|
|
|
background-color: #bfbfbf;
|
|
|
|
}
|
2013-12-18 05:33:46 +01:00
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active img.egw_fw_ui_tab_icon {
|
2013-11-11 19:45:33 +01:00
|
|
|
display: inline-block;
|
2014-01-08 19:49:09 +01:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2014-01-15 14:45:44 +01:00
|
|
|
}
|
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active object {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2014-01-20 19:34:20 +01:00
|
|
|
margin: 0px 1px 0 5px;
|
2014-01-15 14:45:44 +01:00
|
|
|
-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;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button {
|
|
|
|
right: 1px;
|
|
|
|
top: 1px;
|
|
|
|
display: inline-block;
|
2014-01-21 18:30:43 +01:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2014-01-08 19:49:09 +01:00
|
|
|
margin-left: 0px;
|
2013-11-11 19:45:33 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
background-image: url(../images/close_button.png);
|
2014-01-15 18:57:00 +01:00
|
|
|
background-size: 10px 10px;
|
2013-11-11 19:45:33 +01:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button :hover {
|
|
|
|
background-image: url(../images/close_button_hover.png);
|
|
|
|
}
|
|
|
|
#egw_fw_main .egw_fw_ui_tab_header_hover {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
#egw_fw_main .egw_fw_ui_tab_content {
|
2013-12-12 04:50:22 +01:00
|
|
|
width: 100%;
|
2013-12-12 21:27:20 +01:00
|
|
|
padding: 0px;
|
2013-12-12 04:50:22 +01:00
|
|
|
margin: 0;
|
2014-01-16 18:04:26 +01:00
|
|
|
overflow-x: hidden;
|
2014-01-17 09:10:35 +01:00
|
|
|
overflow-y: hidden;
|
2013-12-12 04:50:22 +01:00
|
|
|
}
|
|
|
|
#egw_fw_main .egw_fw_ui_tab_content > div {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0 0 0 0;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2014-02-03 11:05:36 +01:00
|
|
|
/* ###########################################################################################################################################
|
|
|
|
* ADMIN INDEX Tree
|
|
|
|
/* ###########################################################################################################################################
|
|
|
|
*/
|
|
|
|
.standartTreeImage {
|
|
|
|
/*filter grey*/
|
|
|
|
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
|
|
|
|
-webkit-filter: grayscale(100%);
|
|
|
|
-moz-filter: grayscale(100%);
|
2014-02-05 08:43:53 +01:00
|
|
|
-ms-filter: grayscale(0%);
|
2014-02-03 11:05:36 +01:00
|
|
|
-o-filter: grayscale(100%);
|
|
|
|
filter: grayscale(100%);
|
|
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
|
|
filter: gray;
|
|
|
|
/* IE 6-9 */
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
2013-11-22 06:27:29 +01:00
|
|
|
/*@import "../less/layout_nextmatch.less";*/
|
2013-11-11 19:45:33 +01:00
|
|
|
/**
|
|
|
|
* Less-file for egroupware
|
|
|
|
* Definitionen Layout
|
|
|
|
* Raster
|
|
|
|
*
|
|
|
|
* Version 08.2013
|
2013-11-14 20:11:42 +01:00
|
|
|
* Author Stefan Reinhardt, Wolfgang Ott
|
2014-01-17 09:10:35 +01:00
|
|
|
*
|
2013-11-11 19:45:33 +01:00
|
|
|
*/
|
|
|
|
/* #################################################
|
|
|
|
* FOOTER
|
|
|
|
* ##################################################
|
|
|
|
*/
|
|
|
|
#egw_fw_footer {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
|
|
|
width: 100%;
|
2013-11-25 04:16:41 +01:00
|
|
|
text-align: left;
|
2013-11-11 19:45:33 +01:00
|
|
|
padding: 3px;
|
|
|
|
clear: both;
|
2013-12-08 22:36:30 +01:00
|
|
|
opacity: 1;
|
2013-11-11 19:45:33 +01:00
|
|
|
z-index: 100;
|
2013-11-25 04:16:41 +01:00
|
|
|
color: #828282;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_footer a {
|
2013-11-25 04:16:41 +01:00
|
|
|
color: #696969;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_footer a:last-child:after {
|
2013-12-12 21:27:20 +01:00
|
|
|
content: " + Layout: pixelegg";
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
|
|
|
#egw_fw_footer:hover {
|
2013-12-08 22:36:30 +01:00
|
|
|
opacity: 0.1;
|
2013-11-11 19:45:33 +01:00
|
|
|
transition: opacity 0.5s ease-out;
|
|
|
|
-moz-transition: opacity 0.5s ease-out;
|
2013-11-14 20:11:42 +01:00
|
|
|
-webkit-transition: opacity;
|
2013-11-11 19:45:33 +01:00
|
|
|
}
|
2013-11-18 20:27:56 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: Stylite Pixelegg template
|
|
|
|
*
|
2014-01-17 09:10:35 +01:00
|
|
|
* dialog
|
2013-11-25 04:16:41 +01:00
|
|
|
|
|
|
|
* define every dialog box in egw
|
|
|
|
* even popup or jquery
|
2013-11-18 20:27:56 +01:00
|
|
|
*
|
|
|
|
* 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$
|
|
|
|
*/
|
2013-11-20 09:41:08 +01:00
|
|
|
/*@import (reference) "def_content_elements.less";*/
|
2013-11-25 04:16:41 +01:00
|
|
|
div.et2_container {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select {
|
|
|
|
height: 20px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0px;
|
|
|
|
font-size: 0.95em;
|
|
|
|
}
|
|
|
|
div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
|
|
|
|
height: 20px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 4px 4px 4px 5px;
|
|
|
|
font-size: 0.95em;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
-moz-border-radius-topright: 3px;
|
|
|
|
-moz-border-radius-bottomright: 3px;
|
|
|
|
-moz-border-radius-bottomleft: 3px;
|
|
|
|
-moz-border-radius-topleft: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
2013-12-30 18:32:42 +01:00
|
|
|
/*.background-clip(padding-box);*/
|
2013-11-25 04:16:41 +01:00
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker {
|
2013-11-25 04:16:41 +01:00
|
|
|
background-image: url("../images/datepopup.png");
|
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2014-01-23 09:44:38 +01:00
|
|
|
div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs button.et2_button_with_image {
|
|
|
|
height: 24px;
|
|
|
|
}
|
2013-11-25 04:16:41 +01:00
|
|
|
div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2_grid {
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
.high {
|
|
|
|
border-top: 5px solid #e6e6e6;
|
|
|
|
border-bottom: 5px solid #e6e6e6 !important;
|
|
|
|
}
|
2013-11-18 20:27:56 +01:00
|
|
|
/*Main div*/
|
|
|
|
table.dialog-main-view {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
/*###########################################
|
|
|
|
# #
|
|
|
|
# dialog-header #
|
|
|
|
#############################################
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
# main + tabs #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
#############################################
|
|
|
|
# dialog-operators #
|
|
|
|
#############################################
|
|
|
|
# #
|
|
|
|
# buttons #
|
|
|
|
# #
|
|
|
|
# #
|
|
|
|
##############################################*/
|
|
|
|
/********** Header Part ********************/
|
2013-11-22 06:27:29 +01:00
|
|
|
.dialog-header {
|
2013-12-19 04:14:06 +01:00
|
|
|
/*background-color: @egw_color_2_d;*/
|
|
|
|
/*.background-color-5-gray;*/
|
|
|
|
background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* FF3.6+ */
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 240, 240, 0)), color-stop(100%, rgba(191, 191, 191, 0.65)));
|
|
|
|
/* Chrome,Safari4+ */
|
|
|
|
background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* Chrome10+,Safari5.1+ */
|
|
|
|
background: -o-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* Opera 11.10+ */
|
|
|
|
background: -ms-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* IE10+ */
|
|
|
|
background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* W3C */
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f0f0', endColorstr='#a6bfbfbf', GradientType=0);
|
|
|
|
/* IE6-9 */
|
|
|
|
color: #000000;
|
2013-11-18 20:27:56 +01:00
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
.dialog-header table.et2_grid {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
.dialog-header table.et2_grid .th {
|
2013-11-25 04:16:41 +01:00
|
|
|
background-color: #0c5da5 !important;
|
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
.dialog-header table.et2_grid tr {
|
2013-12-12 21:27:20 +01:00
|
|
|
height: 30px;
|
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
.dialog-header table.et2_grid td {
|
|
|
|
padding: 0px 0px 0px 3px;
|
2013-12-19 04:14:06 +01:00
|
|
|
color: #000000;
|
2013-11-18 20:27:56 +01:00
|
|
|
}
|
2013-12-18 05:33:46 +01:00
|
|
|
.dialog-header table.et2_grid table.et2_grid label.et2_label span.et2_selectbox li {
|
|
|
|
float: left;
|
|
|
|
}
|
2013-11-22 06:27:29 +01:00
|
|
|
.dialog-header .et2_label {
|
2013-12-19 04:14:06 +01:00
|
|
|
color: #000000;
|
2013-12-08 22:36:30 +01:00
|
|
|
vertical-align: bottom;
|
2013-12-16 10:37:26 +01:00
|
|
|
padding: 0px 0px 0px 3px !important;
|
2013-11-18 20:27:56 +01:00
|
|
|
}
|
2013-12-12 04:50:22 +01:00
|
|
|
.dialog-header td.space span img {
|
|
|
|
background: #ffffff;
|
2013-12-12 21:27:20 +01:00
|
|
|
border: 2px solid #ffffff;
|
2013-12-12 04:50:22 +01:00
|
|
|
/*filter grey*/
|
|
|
|
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
|
|
|
|
/* Firefox 10+, Firefox on Android */
|
|
|
|
-webkit-filter: grayscale(100%);
|
|
|
|
-moz-filter: grayscale(100%);
|
|
|
|
-ms-filter: grayscale(100%);
|
|
|
|
-o-filter: grayscale(100%);
|
|
|
|
filter: grayscale(100%);
|
|
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
|
|
filter: gray;
|
|
|
|
/* IE 6-9 */
|
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
tr.dialog-header2,
|
|
|
|
tr.dialog-header3,
|
|
|
|
tr.dialog-header4 {
|
2014-01-10 06:26:09 +01:00
|
|
|
background-color: #e6e6e6 !important;
|
2013-12-16 10:37:26 +01:00
|
|
|
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 {
|
2014-01-10 06:26:09 +01:00
|
|
|
color: #1a1a1a;
|
2013-12-16 10:37:26 +01:00
|
|
|
vertical-align: bottom;
|
|
|
|
padding: 0px 0px 0px 3px !important;
|
|
|
|
}
|
2014-01-18 18:51:29 +01:00
|
|
|
/************* Tabs *********************************/
|
|
|
|
.dialog-tabs {
|
|
|
|
/*.background-color-5-gray;*/
|
|
|
|
background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* FF3.6+ */
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 240, 240, 0)), color-stop(100%, rgba(191, 191, 191, 0.65)));
|
|
|
|
/* Chrome,Safari4+ */
|
|
|
|
background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* Chrome10+,Safari5.1+ */
|
|
|
|
background: -o-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* Opera 11.10+ */
|
|
|
|
background: -ms-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* IE10+ */
|
|
|
|
background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
|
|
|
/* W3C */
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f0f0', endColorstr='#a6bfbfbf', GradientType=0);
|
|
|
|
/* IE6-9 */
|
|
|
|
color: #000000;
|
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
/************* Main **********************************/
|
2013-11-25 04:16:41 +01:00
|
|
|
.dialog-main-timeframe div {
|
|
|
|
min-height: 100px;
|
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
/********** Operators *******************************/
|
2013-11-22 06:27:29 +01:00
|
|
|
.dialog-operators {
|
2014-01-08 19:49:09 +01:00
|
|
|
background-color: rgba(230, 230, 230, 0.02);
|
|
|
|
border-top: 0px solid #e6e6e6;
|
|
|
|
border-bottom: 0px solid #e6e6e6;
|
2013-11-22 06:27:29 +01:00
|
|
|
}
|
|
|
|
.dialog-operators td {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
/********** Footer *******************************/
|
2013-11-18 20:27:56 +01:00
|
|
|
/*Buttons / Toolbar*/
|
|
|
|
.dialog-footer-toolbar {
|
|
|
|
background-color: #679fd2;
|
|
|
|
}
|
|
|
|
.dialog-footer-toolbar td {
|
2013-11-22 06:27:29 +01:00
|
|
|
padding: 0px 5px;
|
2013-11-18 20:27:56 +01:00
|
|
|
}
|
|
|
|
.dialog-footer-toolbar button {
|
|
|
|
height: 32px;
|
|
|
|
}
|
2014-01-14 09:20:19 +01:00
|
|
|
.dialog-footer-toolbar button[id="addressbook-edit_button[delete]"] {
|
|
|
|
float: right;
|
|
|
|
}
|
2013-12-16 10:37:26 +01:00
|
|
|
.dialog-footer-toolbar .et2_selectbox {
|
|
|
|
height: 32px;
|
2013-12-20 10:36:43 +01:00
|
|
|
top: 0px;
|
|
|
|
font-size: 1.2em;
|
2013-12-16 10:37:26 +01:00
|
|
|
}
|
2013-11-22 06:27:29 +01:00
|
|
|
.dialog-footer-toolbar label.et2_label {
|
2013-12-20 10:36:43 +01:00
|
|
|
/* .Complete_Button_input;
|
|
|
|
.border_normal;
|
|
|
|
.box_shadow_standard_light;
|
|
|
|
.color-100-gray;
|
|
|
|
.background-color-10-gray;*/
|
2013-11-22 06:27:29 +01:00
|
|
|
padding: 6px 5px 6px 0;
|
2013-12-16 10:37:26 +01:00
|
|
|
position: relative;
|
|
|
|
top: 11px;
|
|
|
|
}
|
|
|
|
.dialog-footer-toolbar input.et2_checkbox {
|
|
|
|
top: 0px;
|
2013-11-18 20:27:56 +01:00
|
|
|
}
|
2014-01-15 14:45:44 +01:00
|
|
|
/*Dialog Calendar - Resourcen suchen*/
|
|
|
|
div#divMain {
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
div#divMain img {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
div#divMain input[type*="image"] {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
2013-11-11 19:45:33 +01:00
|
|
|
/*
|
|
|
|
Printing
|
|
|
|
*/
|
|
|
|
@media screen {
|
|
|
|
.onlyPrint {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media print {
|
|
|
|
.noPrint {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|