egroupware/pixelegg/less/etemplate2.less

940 lines
37 KiB
Plaintext
Raw Normal View History

2013-11-14 20:11:29 +01:00
/**
* Styles for etemplate2 widgets
* Überschreibt egroupware/etemplate/templates/default/etemplate2.css
*
2013-11-14 20:11:29 +01:00
* @version: 1
* Stefan Reinhardt
*/
2013-12-08 22:36:30 +01:00
@import (reference) "./def_design_pattern_color_font_shadow.less";
@import (reference) "./def_buttons.less";
2014-01-11 19:51:59 +01:00
/*@import (less) "../../etemplate/templates/default/etemplate2.css";*/
2013-11-14 20:11:29 +01:00
2013-12-12 21:27:20 +01:00
@media all {
2013-11-14 20:11:29 +01:00
/**
* Top level
*/
.et2_container {
2013-11-15 18:05:59 +01:00
padding: 0px;
background-color: transparent;
2013-11-14 20:11:29 +01:00
}
.et2_container > div:not([class]) {
2013-11-15 18:05:59 +01:00
height: 100%;
2013-11-14 20:11:29 +01:00
}
/**
* Basic rules
*/
input,button,select {
2013-11-15 18:05:59 +01:00
margin: 1px;
padding: 0px;
2013-11-14 20:11:29 +01:00
}
/**
* VBox widget
*/
div.et2_vbox>* {
2013-11-15 18:05:59 +01:00
display: block;
2013-11-14 20:11:29 +01:00
}
/**
* HBox widget
*/
div.et2_hbox_right {
2013-11-22 06:27:29 +01:00
background: transparent;
2013-11-14 20:11:29 +01:00
}
/**
* Placeholder widget - used for un-implemented widgets
*/
.et2_placeholder {
2013-11-15 18:05:59 +01:00
display: inline-block;
2013-11-25 04:16:41 +01:00
/*border: 1px solid cornflowerblue;*/
.border_normal;
2013-12-30 18:32:42 +01:00
background-color: @gray_10;
2013-11-14 20:11:29 +01:00
}
.et2_placeholder .et2_attr {
2013-12-30 18:32:42 +01:00
color: @gray_100;
2013-11-14 20:11:29 +01:00
}
/**
* Label widget, and labels for other widgets
*/
.et2_label {
2013-12-30 18:32:42 +01:00
color: @gray_90;
2013-11-14 20:11:29 +01:00
}
/**
* Button widget - text only, and icon
*/
.et2_button {
2013-12-30 18:32:42 +01:00
text-shadow: 0px 0px !important;
.Complete_Button_normal;
2013-11-14 20:11:29 +01:00
}
.et2_button_icon {
2013-12-16 10:37:26 +01:00
.dimension_height_s;
2013-11-14 20:11:29 +01:00
}
2013-12-30 18:32:42 +01:00
2014-01-30 19:55:29 +01:00
/* give the image a button lock and feel*/
img.et2_button_icon[src*="svg"]{
.gradient_vertical (@gray_30, @gray_30);
&:hover {.gradient_vertical (@color_positive_action_active, @color_positive_action_active); .box_shadow_standard_light_hover;}
&:active {.box_shadow_standard_light_inset;}
}
2014-01-14 09:20:19 +01:00
/*look in layout_content_elements*/
button.et2_button_text,
2014-01-14 09:20:19 +01:00
input[type=button] {}
2013-12-30 18:32:42 +01:00
2013-11-14 20:11:29 +01:00
.et2_selectbox .ui-multiselect-checkboxes li {
2013-11-15 18:05:59 +01:00
2013-12-30 18:32:42 +01:00
&:hover {background-color: @color_hint !important;}
2013-11-14 20:11:29 +01:00
}
.et2_selectbox .ui-multiselect-checkboxes label {
2013-11-15 18:05:59 +01:00
display: block;
border: 0px solid transparent;
padding: 0.1em 0.2em;
// &:hover {background-color: @egw_color_2_e;}
2013-11-14 20:11:29 +01:00
}
2013-12-20 10:36:43 +01:00
.et2_selectbox .ui-multiselect-checkboxes div.ui-icon-close{
2013-12-08 22:36:30 +01:00
/*visibility: hidden;*/
background-image: url(../images/close.png);
2013-12-30 18:32:42 +01:00
background: @gray_0;
2013-12-20 10:36:43 +01:00
margin: 2px;
2013-11-15 18:05:59 +01:00
padding: 0px;
2013-11-14 20:11:29 +01:00
}
/**
* Date / Time widgets
*/
span.et2_date input.et2_date {
2013-11-15 18:05:59 +01:00
min-width: 21.5ex;
2013-11-14 20:11:29 +01:00
}
span.et2_date span {
2013-12-30 18:32:42 +01:00
color: @gray_0;
2013-11-14 20:11:29 +01:00
}
.et2_file .progress li:hover div.remove {
2013-12-16 10:37:26 +01:00
.dimension_width_height_s;
2013-11-14 20:11:29 +01:00
}
.et2_file .progress p {
2013-12-30 18:32:42 +01:00
background-color: @color_progress;
2013-11-14 20:11:29 +01:00
}
2014-01-14 17:05:31 +01:00
2013-11-14 20:11:29 +01:00
2014-01-30 19:55:29 +01:00
/*Link to / Selector Widget*/
2013-11-14 20:11:29 +01:00
.et2_link_to {
2014-01-30 19:55:29 +01:00
.et2_button_icon {
2013-12-16 10:37:26 +01:00
.Complete_Button_Icon_normal;
float: left;
2014-01-23 09:44:38 +01:00
margin: 10px 20px;
padding: 3px;
.dimension_width_height_m;
2014-01-17 12:53:23 +01:00
background-color: @gray_30;
2014-01-23 09:44:38 +01:00
&:hover {.Complete_Button_Icon_hover; background-color: @color_positive_action_active !important;}
2014-01-17 12:53:23 +01:00
&:active {.Complete_Button_Icon_active; background-color: @color_positive_action_active !important;}
}
2014-01-30 19:55:29 +01:00
.et2_file{
background-color: @gray_0 !important;
.rounded (5px);
margin-top: 1em;
padding-top: 0.2em;
input{
border: none;
padding: 1em;
}
/* &:before {
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;
}*/
&:hover {background-color: @color_positive_action_active !important;}
&:active {background-color: @color_positive_action_active !important;}
}
button {}
2014-01-17 12:53:23 +01:00
2013-11-14 20:11:29 +01:00
}
2014-01-30 19:55:29 +01:00
2013-11-14 20:11:29 +01:00
.et2_link {
2013-11-25 04:16:41 +01:00
color: @egw_color_2_a;
2013-11-14 20:11:29 +01:00
}
.et2_link_list tr {
cursor: pointer;
2013-12-08 22:36:30 +01:00
&:hover {background-color: @color_hover_row;}
&:active {background-color: @color_active_row;}
2013-11-14 20:11:29 +01:00
}
.et2_link_list .icon img, .et2_link_list .icon {
2013-12-08 22:36:30 +01:00
width: 14px !important;
height: 14px !important;
2013-11-14 20:11:29 +01:00
}
.egw_tooltip
{
background-color: @color_tooltip;
2013-11-14 20:11:29 +01:00
}
2014-02-03 11:05:36 +01:00
/**
* Link_entry_widget
*/
div.et2_link_to{
button {
2014-02-03 11:05:36 +01:00
.Complete_Button_normal;
&:hover {.Complete_Button_Icon_hover; background-color: @color_positive_action_active !important;}
&:active {.Complete_Button_Icon_active; background-color: @color_positive_action_active !important;}
}
2014-02-03 11:05:36 +01:00
input{width: 72% !important;}
}
div.et2_link_entry{
2014-02-03 11:05:36 +01:00
//left
select {width: 30% !important;;}
2014-02-03 11:05:36 +01:00
//center
input.ui-autocomplete-input {
width: 51% !important;;
padding-bottom: 1px;
}
//right - button
//line 201
}
2013-11-14 20:11:29 +01:00
/**
* Tabs widget
*/
.et2_tabflag {
2014-01-30 19:55:29 +01:00
/*display: inline-block;*/
2013-11-15 18:05:59 +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-11-15 18:05:59 +01:00
2013-12-30 18:32:42 +01:00
.background_color_25_gray;
.inner_shadow(1px, 0px, 0px, 0.5);
2013-11-15 18:05:59 +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);
2013-11-15 18:05:59 +01:00
box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
&:hover {
2013-12-30 18:32:42 +01:00
.color_5_gray;
.background_color_25_gray;
2013-11-15 18:05:59 +01:00
}
&:active{
2013-12-30 18:32:42 +01:00
.background_color_0_gray;
.color_0_gray;
2013-11-15 18:05:59 +01:00
}
2013-11-14 20:11:29 +01:00
}
.et2_tabflag.active {
2013-11-15 18:05:59 +01:00
border-spacing: 0px;
background-color: white;
2013-12-30 18:32:42 +01:00
.color_100_gray;
2013-11-15 18:05:59 +01:00
border-width: 1px 1px 0px 1px;
border-style: solid;
2013-12-30 18:32:42 +01:00
border-color: @gray_70;
2013-11-15 18:05:59 +01:00
&:hover {
2013-12-30 18:32:42 +01:00
.color_100_gray;
2013-11-15 18:05:59 +01:00
// border: 1px solid gray;
background-color: white;
}
2013-11-14 20:11:29 +01:00
}
.et2_tabs {
2014-01-30 19:55:29 +01:00
/*border-width: 0px 1px 1px 1px;*/
/*border-style: solid;*/
2013-12-30 18:32:42 +01:00
border-color: @gray_70;
2014-01-30 19:55:29 +01:00
/*padding: 5px;*/
/*overflow-y: auto;*/
2013-12-30 18:32:42 +01:00
background-color: @gray_0;
2013-11-15 18:05:59 +01:00
.border_radius_button_normal;
2013-11-14 20:11:29 +01:00
}
.et2_tabheader {
2013-11-15 18:05:59 +01:00
padding-left: 0em;
border-bottom: 1px solid #bfbfbf;
2013-11-15 18:05:59 +01:00
margin: 0 2px;
2013-11-30 07:20:37 +01:00
background-image: none;
2013-11-15 18:05:59 +01:00
:first-child {
margin-left: 0.3em;
2013-11-15 18:05:59 +01:00
}
2013-11-14 20:11:29 +01:00
}
/**
* Validation
*/
.et2_required, [required] {
2014-01-14 17:05:31 +01:00
background-color: lighten(@egw_color_1_e, 10%);
2013-12-30 18:32:42 +01:00
.border_radius (3px, 3px ,3px ,3px );
2013-11-14 20:11:29 +01:00
}
/**
* hrule widget
*/
hr {
2014-01-30 19:55:29 +01:00
/*border-style: none;*/
2013-12-30 18:32:42 +01:00
border-top: 1px solid @gray_10;
2014-01-30 19:55:29 +01:00
/*height: 1px;*/
/*margin: 10px 0px 10px 0px;*/
2013-11-14 20:11:29 +01:00
}
/**
* grid widget
*/
.et2_grid td {
2013-11-15 18:05:59 +01:00
/* border: 1px dashed silver;*/
2013-12-16 10:37:26 +01:00
.gray {
2013-12-30 18:32:42 +01:00
padding: 1em; background-color: @color_hint;
2013-12-16 10:37:26 +01:00
span {background-color: transparent;}
}
2013-11-14 20:11:29 +01:00
}
/**
* Nextmatch widget
2013-11-22 06:27:29 +01:00
*/
2013-11-14 20:11:29 +01:00
.et2_nextmatch {
2013-12-30 18:32:42 +01:00
.background_color_10_gray;
2013-11-14 20:11:29 +01:00
}
2013-11-22 06:27:29 +01:00
/* images*/
2013-12-16 10:37:26 +01:00
.et2_nextmatch > img {.dimension_width_height_s;}
2013-11-22 06:27:29 +01:00
// little rectangle
2013-11-27 08:20:56 +01:00
2013-11-22 06:27:29 +01:00
.nextmatch_header .header_count {
2013-11-25 04:16:41 +01:00
font-size: 11px;
2013-11-22 06:27:29 +01:00
position: relative;
top: 7px;
}
/*################################################################
*
* Filters
*
################################################################*/
2013-11-14 20:11:29 +01:00
.nextmatch_header > .filters {
2013-11-22 06:27:29 +01:00
width: 80%;
margin-bottom: 4px;
padding: 0;
2013-12-30 18:32:42 +01:00
background-color: @gray_30;
2013-11-22 06:27:29 +01:00
border: none !important;
2013-12-30 18:32:42 +01:00
border-color: @gray_100;
background-image: none !important;
2013-12-12 21:27:20 +01:00
height: 37px;
2013-12-30 18:32:42 +01:00
.border_radius (15px, 3px, 0px, 0px);
2014-02-03 11:05:36 +01:00
select {margin-top: 10px;}
2013-12-12 21:27:20 +01:00
.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;
2013-12-12 21:27:20 +01:00
select {
2013-12-16 10:37:26 +01:00
/*.Complete_Button_select;*/
margin-left: 2px;
2013-12-12 21:27:20 +01:00
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;
2014-01-30 19:55:29 +01:00
2013-11-22 06:27:29 +01:00
2013-12-12 21:27:20 +01:00
&:hover{
.Complete_Button_select_hover;
}
2013-12-12 21:27:20 +01:00
&:after {}
2013-11-27 08:20:56 +01:00
2013-12-12 21:27:20 +01:00
/*Dialog - Addressbook - View */
#infolog-index_cat_id,
#infolog-index_filter {width: 50% !important;}
2013-11-22 06:27:29 +01:00
2013-12-12 21:27:20 +01:00
}
2013-11-22 06:27:29 +01:00
}
}
2013-11-22 06:27:29 +01:00
// Select -> Option
.nextmatch_header > .filters > select > option {font-size: 0.9em;}
// Search Field
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;
2013-12-30 18:32:42 +01:00
.background_color_search;
2014-01-18 18:51:29 +01:00
.border_radius_button_righttop;
input {
/*.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;
2014-01-18 18:51:29 +01:00
/*margin: 0 2px;*/
2013-11-22 06:27:29 +01:00
}
input::-webkit-input-placeholder {
2014-01-18 18:51:29 +01:00
/* WebKit browsers */
color: @gray_60;
}
input:-moz-placeholder {
2014-01-18 18:51:29 +01:00
/* Mozilla Firefox 4 to 18 */
color: @gray_60;
}
input::-moz-placeholder {
2014-01-18 18:51:29 +01:00
/* Mozilla Firefox 19+ */
color: @gray_60;
}
input:-ms-input-placeholder {
2014-01-18 18:51:29 +01:00
/* Internet Explorer 10+ */
color: @gray_60;
}
2014-01-18 18:51:29 +01:00
button.et2_button {
.border_normal;
2014-01-18 18:51:29 +01:00
border-color: @gray_30;
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);
2014-01-18 18:51:29 +01:00
width: 45px;
/*height: 1.6em;*/
.border_radius_button_righttop;
2014-01-23 09:44:38 +01:00
/*.background_color_search;*/
2014-01-18 18:51:29 +01:00
color: lighten(@egw_color_1, 15%);
text-decoration: none;
cursor: pointer;
padding: 0px;
2014-01-23 09:44:38 +01:00
margin: 8px 10px;
2014-01-18 18:51:29 +01:00
margin-left: 0px;
background-image: url("../images/search.png");
background-position: center 0;
background-size: contain;
background-repeat: no-repeat;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
&:hover{
.box_shadow_standard_light_hover;
background-color: @egw_color_2_e !important;
/*hide arrow*/
color: @egw_color_2_e !important;
}
2013-11-22 06:27:29 +01:00
2014-01-18 18:51:29 +01:00
&:active {
/*.background_verlauf_diagonal_gray;*/
background-color: @color_positive_action_active !important;
}
2013-11-22 06:27:29 +01:00
2014-01-18 18:51:29 +01:00
&:focus {
.Complete_Button_input_focus;
/*background-color: @color_positive_action_active !important;*/
}
2013-11-22 06:27:29 +01:00
2014-01-18 18:51:29 +01:00
}
2013-11-22 06:27:29 +01:00
}
// Input Field
2013-11-27 08:20:56 +01:00
2013-11-22 06:27:29 +01:00
.nextmatch_header > .filters input {
2013-11-15 18:05:59 +01:00
margin-right: 2ex;
2013-11-20 09:41:08 +01:00
width: 15%;
2013-11-22 06:27:29 +01:00
.Complete_Button_input;
2013-12-20 10:36:43 +01:00
&:hover{ .Complete_Button_input_hover; }
&:focus{ .Complete_Button_input_focus; }
2013-11-14 20:11:29 +01:00
}
2013-11-22 06:27:29 +01:00
2013-11-14 20:11:29 +01:00
.nextmatch_header .et2_button_icon {
2013-12-20 10:36:43 +01:00
}
// Export Button
.nextmatch_header > .filters .et2_button_icon {
margin-top: 8px;
2013-11-15 18:05:59 +01:00
vertical-align: middle;
2013-11-22 06:27:29 +01:00
.Complete_Button_Icon_normal;
margin-right: 1em;
2013-12-16 10:37:26 +01:00
.dimension_width_height_s;
2013-11-22 06:27:29 +01:00
padding: 2px;
2013-12-20 10:36:43 +01:00
&:hover{.Complete_Button_Icon_hover ;}
&:active{.Complete_Button_Icon_active ;}
2013-11-14 20:11:29 +01:00
}
2013-11-22 06:27:29 +01:00
2013-12-20 10:36:43 +01:00
2013-11-14 20:11:29 +01:00
.et2_nextmatch .nextmatch_header {
2013-11-15 18:05:59 +01:00
border: none;
background-image: none;
// background-color: transparent;
margin-bottom: 3px;
// margin-right: 3px;
2013-11-14 20:11:29 +01:00
}
2013-11-22 06:27:29 +01:00
.et2_nextmatch .nextmatch_header > .filters {
2013-12-30 18:32:42 +01:00
border: 1px solid @gray_10;
background-color: @gray_20;
2013-11-25 04:16:41 +01:00
background-image: url(../images/header_overlay.png);
2013-11-15 18:05:59 +01:00
background-position: center;
background-repeat: repeat-x;
margin-bottom: 3px;
2013-11-22 06:27:29 +01:00
}
2013-12-12 21:27:20 +01:00
/*################################################################
*
* Kategorien
*
################################################################*/
/*ADD Button*/
#admin-categories-index_add {
2014-01-14 17:05:31 +01:00
.dimension_width_height_l;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
padding: 0.5em;
2014-01-14 17:05:31 +01:00
&:before {
content: "+";
font-size: 2em;
color: @egw_color_1;
line-height: 0.6em;
2014-01-14 17:05:31 +01:00
padding-left: 0.1em;
padding-right: 4em;
}
2013-12-12 21:27:20 +01:00
&:hover {.Complete_Button_add_hover};
2013-12-12 21:27:20 +01:00
}
#admin-categories-index_filter {top: 8px;}
2013-11-22 06:27:29 +01:00
/*################################################################
*
* Favorites
*
################################################################*/
.nextmatch_header div[id$=favorite_wrapper] {
2014-01-30 19:55:29 +01:00
/* margin-top: 6px;
vertical-align: middle;*/
2013-11-22 06:27:29 +01:00
.box_shadow_standard_light;
.border_radius_button_normal;
2013-12-30 18:32:42 +01:00
.background_color_25_gray;
2013-11-22 06:27:29 +01:00
}
/**
* Drop down button
*/
.et2_dropdown{
button {
height: 3.0ex;
display: inline-block;
vertical-align: middle;
margin-right: -2px;
padding: 0px 1ex;
2013-12-30 18:32:42 +01:00
.background_color_0_gray;
2013-11-22 06:27:29 +01:00
background-image: none;
2013-11-27 08:20:56 +01:00
// width: 50px;
2013-11-22 06:27:29 +01:00
}
button > div {
vertical-align: middle;
}
button:last-child {
padding: 0px
}
+ ul.ui-menu {
position: absolute;
z-index: 2;
}
2013-11-22 06:27:29 +01:00
/*left Button*/
button.ui-corner-left,
button.ui-state-default{
background-image: none !important;
background-repeat: no-repeat !important;
2013-11-28 07:19:58 +01:00
// background-size: 10px 10px;
2013-11-22 06:27:29 +01:00
img {
2013-12-16 10:37:26 +01:00
.dimension_width_height_s;
2013-11-22 06:27:29 +01:00
text-align: left;
position: relative;
2013-12-08 22:36:30 +01:00
right: 1px;
2013-11-22 06:27:29 +01:00
top: 3px;
}
}
2013-11-22 06:27:29 +01:00
/*right Button*/
button.ui-corner-right {
2013-11-28 07:19:58 +01:00
// background-image: url("../images/fav_filter_normal.png");
// background-repeat: no-repeat !important;
// background-size: 10px 10px;
2013-11-22 06:27:29 +01:00
}
2013-11-22 06:27:29 +01:00
/* hover */
button.ui-state-hover {
2013-12-30 18:32:42 +01:00
background-color: @gray_30 !important;
2013-11-27 08:20:56 +01:00
// background-image: url("../images/fav_filter_normal.png") !important;
// background-repeat: no-repeat !important;
2013-11-22 06:27:29 +01:00
background-size: 16px 16px !important;
background-position: 10px center !important;
}
2013-11-22 06:27:29 +01:00
button.ui-state-hover > img {
// position: absolute;
2013-11-28 07:19:58 +01:00
// top: 70000px;
2013-11-22 06:27:29 +01:00
}
2013-11-22 06:27:29 +01:00
} // dropdown
2014-01-30 19:55:29 +01:00
2013-11-14 20:11:29 +01:00
// Favoriten
.favorites {
2013-11-15 18:05:59 +01:00
li {
&:hover {
div.ui-icon {
display:inline-block;
}
}
span.ui-state-active {
border: none;
}
}
input {margin-right: 1ex;}
img {
margin-right: 1ex;
2013-12-16 10:37:26 +01:00
.dimension_width_height_s;
2013-11-15 18:05:59 +01:00
}
div.ui-icon-trash {
position: relative;
float:right;
display:none;
}
2013-11-22 06:27:29 +01:00
// List Icon
2013-11-15 18:05:59 +01:00
.sideboxstar{
2014-01-18 18:51:29 +01:00
background-image: url("../images/bullet.png");
2013-11-22 06:27:29 +01:00
background-repeat: no-repeat;
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
.dimension_width_height_xs;
2013-11-22 06:27:29 +01:00
}
2013-11-15 18:05:59 +01:00
}
2013-11-14 20:11:29 +01:00
.sidebox-favorites {
2013-11-15 18:05:59 +01:00
ul.favorites {
width: 99%;
padding: 0px;
border: none;
background: white;
li {
padding-left: 1em !important;
margin-left: 0px;
line-height: 2em;
2013-11-15 18:05:59 +01:00
img {
// margin-right: 1ex;
2013-12-04 06:23:37 +01:00
margin: 0px 5px;
2013-12-16 10:37:26 +01:00
.dimension_height_s;
2013-11-15 18:05:59 +01:00
padding: 3px;
.Complete_Button_Icon_normal;
&:hover {
.dimension_height_s;
2013-11-15 18:05:59 +01:00
/*.Complete_Button_Icon_hover ;*/
}
}
img.sideboxstar {
margin-right: 1ex;
.dimension_height_s;
2013-11-15 18:05:59 +01:00
.Complete_Button_Icon_normal;
2013-12-04 06:23:37 +01:00
background-size: 16px 16px;
background-position: center;
2013-12-16 10:37:26 +01:00
&:hover {.dimension_height_s; .Complete_Button_Icon_hover ;}
2013-11-15 18:05:59 +01:00
}
a {
div.sideboxstar {display: none;}
div.ui-icon-trash{
margin-top: -1px;
margin-right: 2px;
}
}
2013-11-15 18:05:59 +01:00
}
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
.bordered(1px, 1px, 1px,1px);
2013-12-30 18:32:42 +01:00
border-color: @gray_10;
2013-11-15 18:05:59 +01:00
background: transparent !important;
font-weight: bold;
2013-12-30 18:32:42 +01:00
.color_100_gray;
}
2013-11-15 18:05:59 +01:00
.ui-menu-icons {
.ui-menu-item {
a {
position: relative;
padding-left: 1em;
padding: 0.5em 1em 0.5em 0;
&:hover {.Complete_Button_Icon_hover ;}
}
}
}
/*ul*/
2013-11-15 18:05:59 +01:00
.ui-menu {
/*li*/
2013-11-15 18:05:59 +01:00
.ui-menu-item {
width: 93%;
2013-11-22 06:27:29 +01:00
&:hover {background-color: @egw_color_1_e;}
2013-11-15 18:05:59 +01:00
2013-11-22 06:27:29 +01:00
a {
line-height: inherit;
padding: 2px 0px;
padding-left: 5px !important;
2013-11-15 18:05:59 +01:00
&:hover {text-decoration: underline;
2013-11-22 06:27:29 +01:00
/*.Complete_Button_Icon_hover ;*/
}
img { .dimension_width_height_s ;}
div.ui-icon-heart{display: none}
2013-11-22 06:27:29 +01:00
}
}
2013-11-15 18:05:59 +01:00
}
2013-11-22 06:27:29 +01:00
2013-11-15 18:05:59 +01:00
div.ui-icon-heart{
position: relative;
float: left;
display:inline-block;
margin: -3px 1px 0px 1px;
background-image: none;
}
2013-11-15 18:05:59 +01:00
div.ui-icon-trash{
margin-top: 0px;
margin-right: 2px;
2014-01-18 18:51:29 +01:00
background-image:url(../images/delete.png);
2013-11-15 18:05:59 +01:00
background-size: 16px 16px;
background-position: 0 0;
2014-01-18 18:51:29 +01:00
background-color: egw_color_2_a;
.box_shadow_standard_light;
.rounded;
2013-11-15 18:05:59 +01:00
}
2013-11-14 20:11:29 +01:00
} // sidebox-favorites
.nextmatch_sortheader.asc {
2014-01-30 19:55:29 +01:00
/* font-weight: bold;
background-image: url(../images/up.png);*/
2013-11-15 18:05:59 +01:00
background-size: 12px 12px;
2013-11-14 20:11:29 +01:00
}
.nextmatch_sortheader.desc {
2014-01-30 19:55:29 +01:00
/* font-weight: bold;
background-image: url(../images/down.png);*/
2013-11-15 18:05:59 +01:00
background-size: 12px 12px;
2013-11-14 20:11:29 +01:00
}
/* End of hierarchy */
/* Mangled link-to widget inside a nextmatch - used for DnD uploads */
.et2_nextmatch * .et2_link_to {
2013-11-15 18:05:59 +01:00
position: relative;
2013-11-14 20:11:29 +01:00
}
div.et2_progress > div {
2013-12-30 18:32:42 +01:00
background-color: @color_progress;
2014-01-30 19:55:29 +01:00
/*height: 5px;*/
2013-11-14 20:11:29 +01:00
}
/**
2014-01-30 19:55:29 +01:00
* et2_toolbar
2013-11-14 20:11:29 +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-11-14 20:11:29 +01:00
}
2013-12-12 21:27:20 +01:00
2013-12-16 10:37:26 +01:00
/**
* et2_textbox
*/
textarea,
textarea.description {
2013-12-30 18:32:42 +01:00
background-color: @color_optional;
2013-12-16 10:37:26 +01:00
padding: 0.3em 0 0 0.3em;
}
2013-12-12 21:27:20 +01:00
2013-12-19 04:14:06 +01:00
/*#################################### ADMIN PART #####################################################*/
iframe#admin-index_iframe{
2013-12-19 04:14:06 +01:00
background-color: yellow;
2013-12-19 04:14:06 +01:00
}
2013-12-19 04:14:06 +01:00
// Content Iframe
#admin-categories-index{
2013-12-19 04:14:06 +01:00
div.egwGridView_scrollarea { min-height: 500px;}
2013-12-19 04:14:06 +01:00
table.et2_grid {
2013-12-19 04:14:06 +01:00
#admin-categories-index_nm {
2013-12-19 04:14:06 +01:00
div.egwGridView_outer{
2013-12-19 04:14:06 +01:00
td.frame {
2013-12-19 04:14:06 +01:00
}
}
2013-12-19 04:14:06 +01:00
}
2013-12-19 04:14:06 +01:00
}
2013-12-19 04:14:06 +01:00
}
2013-12-19 04:14:06 +01:00
/*#################################### ADMIN PART #####################################################*/
2013-12-12 21:27:20 +01:00
} // Ende Media all
/*#################################### Media Queries #####################################################*/
@media only screen and (min-width: 980px) and (max-width: 1279px) {
.nextmatch_header > .filters select { margin: 0px;}
2013-12-12 21:27:20 +01:00
}
@media only screen and (min-width: 760px) and (max-width: 979px) {
}
@media only screen and (min-width: 320px) and (max-width: 759px) {
}
2013-12-16 10:37:26 +01:00
//
2014-01-30 19:55:29 +01:00
//