forked from extern/egroupware
nextmatch_header_row => css
This commit is contained in:
parent
4c115d65e9
commit
cee11e9494
@ -421,10 +421,7 @@
|
||||
* hrule widget
|
||||
*/
|
||||
hr {
|
||||
/*border-style: none;*/
|
||||
border-top: 1px solid #e6e6e6;
|
||||
/*height: 1px;*/
|
||||
/*margin: 10px 0px 10px 0px;*/
|
||||
}
|
||||
/**
|
||||
* grid widget
|
||||
@ -468,15 +465,21 @@
|
||||
* SEARCH FIELD | SEARCH BUTTON ###### FILTER ##### EXPORT IMG ### FAVORITES ### COUNT
|
||||
*
|
||||
* ##################################################################################*/
|
||||
div.header_row_right div[id$=favorite_wrapper] {
|
||||
margin-top: 0px;
|
||||
top: 6px;
|
||||
}
|
||||
.et2_nextmatch {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
.et2_nextmatch .nextmatch_header {
|
||||
padding: 5px;
|
||||
border: none;
|
||||
background-image: none;
|
||||
background-color: #cdcdcd;
|
||||
margin-bottom: 3px;
|
||||
margin: 0;
|
||||
}
|
||||
.et2_nextmatch .nextmatch_header_row {
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
.et2_nextmatch > img {
|
||||
width: 16px;
|
||||
@ -490,7 +493,7 @@
|
||||
* Search Field
|
||||
*
|
||||
################################################################*/
|
||||
.nextmatch_header > .search {
|
||||
.nextmatch_header_row > .search {
|
||||
padding: 0 0 0 0px;
|
||||
margin-right: 3px;
|
||||
margin-left: 15px;
|
||||
@ -500,7 +503,7 @@
|
||||
/*.background_color_search;*/
|
||||
/*.border_radius_button_righttop;*/
|
||||
}
|
||||
.nextmatch_header > .search input {
|
||||
.nextmatch_header_row > .search input {
|
||||
/*.background_color_search;*/
|
||||
/*background-color: @gray_0;*/
|
||||
border: none;
|
||||
@ -509,23 +512,23 @@
|
||||
padding: 3px;
|
||||
width: 150px;
|
||||
}
|
||||
.nextmatch_header > .search input::-webkit-input-placeholder {
|
||||
.nextmatch_header_row > .search input::-webkit-input-placeholder {
|
||||
/* WebKit browsers */
|
||||
color: #696969;
|
||||
}
|
||||
.nextmatch_header > .search input:-moz-placeholder {
|
||||
.nextmatch_header_row > .search input:-moz-placeholder {
|
||||
/* Mozilla Firefox 4 to 18 */
|
||||
color: #696969;
|
||||
}
|
||||
.nextmatch_header > .search input::-moz-placeholder {
|
||||
.nextmatch_header_row > .search input::-moz-placeholder {
|
||||
/* Mozilla Firefox 19+ */
|
||||
color: #696969;
|
||||
}
|
||||
.nextmatch_header > .search input:-ms-input-placeholder {
|
||||
.nextmatch_header_row > .search input:-ms-input-placeholder {
|
||||
/* Internet Explorer 10+ */
|
||||
color: #696969;
|
||||
}
|
||||
.nextmatch_header > .search button.et2_button {
|
||||
.nextmatch_header_row > .search button.et2_button {
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-color: #b4b4b4;
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
|
||||
@ -550,7 +553,7 @@
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
.nextmatch_header > .search button.et2_button:hover {
|
||||
.nextmatch_header_row > .search button.et2_button: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);
|
||||
@ -558,11 +561,11 @@
|
||||
/*hide arrow*/
|
||||
color: #679fd2 !important;
|
||||
}
|
||||
.nextmatch_header > .search button.et2_button:active {
|
||||
.nextmatch_header_row > .search button.et2_button:active {
|
||||
/*.background_verlauf_diagonal_gray;*/
|
||||
background-color: #1aa200 !important;
|
||||
}
|
||||
.nextmatch_header > .search button.et2_button:focus {
|
||||
.nextmatch_header_row > .search button.et2_button:focus {
|
||||
outline: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
@ -577,7 +580,7 @@
|
||||
* Filters
|
||||
*
|
||||
################################################################*/
|
||||
.nextmatch_header > .filters {
|
||||
.nextmatch_header_row > .filters {
|
||||
/*width: 83%;*/
|
||||
z-index: 7;
|
||||
margin-bottom: 4px;
|
||||
@ -593,13 +596,13 @@
|
||||
margin-right: 119px;
|
||||
/* .border_radius (3px, 3px, 0px, 0px);*/
|
||||
}
|
||||
.nextmatch_header > .filters select {
|
||||
.nextmatch_header_row > .filters select {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.nextmatch_header > .filters .et2_label {
|
||||
.nextmatch_header_row > .filters .et2_label {
|
||||
padding: 0.2em;
|
||||
}
|
||||
.nextmatch_header > .filters .et2_label select {
|
||||
.nextmatch_header_row > .filters .et2_label select {
|
||||
/*.Complete_Button_select;*/
|
||||
margin-left: 2px;
|
||||
margin-right: 1px;
|
||||
@ -608,13 +611,13 @@
|
||||
max-width: 20% !important;
|
||||
/*Dialog - Addressbook - View */
|
||||
}
|
||||
.nextmatch_header > .filters .et2_label select:hover {
|
||||
.nextmatch_header_row > .filters .et2_label select: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);
|
||||
}
|
||||
.nextmatch_header > .filters .et2_label select #infolog-index_cat_id,
|
||||
.nextmatch_header > .filters .et2_label select #infolog-index_filter {
|
||||
.nextmatch_header_row > .filters .et2_label select #infolog-index_cat_id,
|
||||
.nextmatch_header_row > .filters .et2_label select #infolog-index_filter {
|
||||
width: 50% !important;
|
||||
}
|
||||
.nextmatch_header > .filters > select > option {
|
||||
@ -711,7 +714,7 @@
|
||||
height: 24px;
|
||||
border: 1px solid #E0E0E0;
|
||||
float: right;
|
||||
margin: 6px 11px 0;
|
||||
margin: 6px 5px 0 10px;
|
||||
padding: 0 20px;
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
@ -791,13 +794,15 @@
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background-color: #bfbfbf;
|
||||
/*.background_color_25_gray;*/
|
||||
z-index: 200;
|
||||
}
|
||||
/**
|
||||
* Drop down button
|
||||
*/
|
||||
.et2_dropdown {
|
||||
position: relative;
|
||||
/*top: -5px;*/
|
||||
/*left Button*/
|
||||
/*right Button*/
|
||||
/* hover */
|
||||
@ -1869,20 +1874,14 @@ div#egwpopup_message {
|
||||
border-style: solid;
|
||||
border-color: #b4b4b4;
|
||||
background-color: #cdcdcd;
|
||||
height: auto;
|
||||
}
|
||||
.egw_fw_ui_app_header_container .egw_fw_ui_app_header {
|
||||
/*border-width: 0px 0px 0px 0px;*/
|
||||
/*border-style: solid;*/
|
||||
/*border-color: @gray_10;*/
|
||||
/*.border_radius_button_righttop;*/
|
||||
padding: 7px 2px 6px 20px;
|
||||
/*font-size: 1em;*/
|
||||
font-weight: normal;
|
||||
/*background-color: @gray_20;*/
|
||||
color: #408dd2;
|
||||
/*width: 80%;*/
|
||||
height: auto;
|
||||
/*&:before {content: "! "; color: @egw_color_1_a; font-size: 1em; }*/
|
||||
overflow: hidden;
|
||||
line-height: 2em;
|
||||
}
|
||||
.colselection.ui-widget-content {
|
||||
width: 33%;
|
||||
@ -3332,8 +3331,7 @@ table.table_passord_change td:first-child {
|
||||
overflow: hidden;
|
||||
/*padding: 0;*/
|
||||
}
|
||||
.egwGridView_grid tr.th > td,
|
||||
.nextmatch_header {
|
||||
.egwGridView_grid tr.th > td {
|
||||
background-color: #d9d9d9;
|
||||
font-weight: normal;
|
||||
padding: 0 2px 2px 0;
|
||||
|
@ -322,10 +322,7 @@ div.et2_link_entry{
|
||||
*/
|
||||
|
||||
hr {
|
||||
/*border-style: none;*/
|
||||
border-top: 1px solid @gray_10;
|
||||
/*height: 1px;*/
|
||||
/*margin: 10px 0px 10px 0px;*/
|
||||
}
|
||||
|
||||
/**
|
||||
@ -357,6 +354,16 @@ hr {
|
||||
*
|
||||
* ##################################################################################*/
|
||||
|
||||
|
||||
|
||||
div.header_row_right{
|
||||
|
||||
//favoriten
|
||||
div[id$=favorite_wrapper]{margin-top: 0px; top: 6px;}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// AREA AROUND CONTENT
|
||||
.et2_nextmatch {
|
||||
.background_color_10_gray;
|
||||
@ -364,12 +371,17 @@ hr {
|
||||
|
||||
// complete nextmatch....Background color!
|
||||
.et2_nextmatch .nextmatch_header {
|
||||
padding: 5px;
|
||||
border: none;
|
||||
background-image: none;
|
||||
background-color: @gray_20;
|
||||
margin-bottom: 3px;
|
||||
margin: 0;
|
||||
// margin-right: 3px;
|
||||
}
|
||||
|
||||
// complete nextmatch....Background color!
|
||||
.et2_nextmatch .nextmatch_header_row {
|
||||
|
||||
padding-bottom: 6px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -386,7 +398,7 @@ hr {
|
||||
* Search Field
|
||||
*
|
||||
################################################################*/
|
||||
.nextmatch_header > .search{
|
||||
.nextmatch_header_row > .search{
|
||||
|
||||
padding: 0 0 0 0px;
|
||||
margin-right: 3px;
|
||||
@ -476,7 +488,7 @@ hr {
|
||||
*
|
||||
################################################################*/
|
||||
|
||||
.nextmatch_header > .filters {
|
||||
.nextmatch_header_row > .filters {
|
||||
|
||||
/*width: 83%;*/
|
||||
z-index: 7;
|
||||
@ -581,7 +593,7 @@ hr {
|
||||
.dimension_height_m;
|
||||
border: 1px solid #E0E0E0;
|
||||
float: right;
|
||||
margin: 6px 11px 0;
|
||||
margin: 6px 5px 0 10px;
|
||||
padding: 0 20px;
|
||||
text-align: center;
|
||||
|
||||
@ -647,7 +659,7 @@ button#admin-categories-index_add {
|
||||
.nextmatch_header div[id$=favorite_wrapper] {
|
||||
|
||||
.border_radius_button_normal;
|
||||
.background_color_25_gray;
|
||||
/*.background_color_25_gray;*/
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
@ -656,13 +668,16 @@ button#admin-categories-index_add {
|
||||
*/
|
||||
.et2_dropdown{
|
||||
|
||||
position: relative;
|
||||
/*top: -5px;*/
|
||||
|
||||
button {
|
||||
.dimension_height_m;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: -2px;
|
||||
padding: 0px 1ex;
|
||||
.background_color_0_gray;
|
||||
background-color: @gray_0;
|
||||
background-image: none;
|
||||
// width: 50px;
|
||||
|
||||
|
@ -18,38 +18,38 @@
|
||||
|
||||
|
||||
#egwpopup{
|
||||
|
||||
|
||||
.background_color_5_gray;
|
||||
.border_radius_button_righttop;
|
||||
border-width: 9px 0px 0px 0px;
|
||||
border-style: solid;
|
||||
border-color: @gray_30;
|
||||
|
||||
.box_shadow_message;
|
||||
|
||||
.box_shadow_message;
|
||||
padding: 1em;
|
||||
|
||||
|
||||
/*Button*/
|
||||
input#egwpopup_ok_button,
|
||||
button#desktop_perms{
|
||||
.Complete_Button_normal;
|
||||
.dimension_height_m;
|
||||
padding: 0 5px;
|
||||
|
||||
|
||||
&:hover {.Complete_Button_hover;}
|
||||
&:active {background-color: @color_positive_action_active !important;}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*popup Messsage*/
|
||||
div#egwpopup_message {
|
||||
|
||||
|
||||
background-color: .color_gray_0;
|
||||
padding: 1em;
|
||||
overflow-y: auto;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -63,30 +63,22 @@
|
||||
|
||||
// Container für Meldungen / Message Container
|
||||
.egw_fw_ui_app_header_container {
|
||||
|
||||
border-width: 9px 0px 0px 0px;
|
||||
border-style: solid;
|
||||
border-color: @gray_30;
|
||||
background-color: @gray_20;
|
||||
height: auto;
|
||||
|
||||
|
||||
// Statusmeldung
|
||||
// Statusmeldung
|
||||
// Meldung oberhalb iFrame
|
||||
.egw_fw_ui_app_header {
|
||||
// display: none !important;
|
||||
/*border-width: 0px 0px 0px 0px;*/
|
||||
/*border-style: solid;*/
|
||||
/*border-color: @gray_10;*/
|
||||
/*.border_radius_button_righttop;*/
|
||||
padding: 7px 2px 6px 20px;
|
||||
/*font-size: 1em;*/
|
||||
font-weight: normal;
|
||||
/*background-color: @gray_20;*/
|
||||
color: @egw_color_2_d;
|
||||
/*width: 80%;*/
|
||||
height: auto;
|
||||
|
||||
/*&:before {content: "! "; color: @egw_color_1_a; font-size: 1em; }*/
|
||||
overflow: hidden;
|
||||
line-height: 2em;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -100,9 +92,9 @@
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*Calendar ##############*/
|
||||
|
||||
|
||||
td.message {
|
||||
background-color: @gray_10 !important;
|
||||
span.message {
|
||||
@ -113,9 +105,9 @@
|
||||
height: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//
|
@ -36,8 +36,8 @@ table.et2_grid {
|
||||
}
|
||||
// Table Head in Listen
|
||||
|
||||
.egwGridView_grid tr.th > td, /*legacy*/
|
||||
.nextmatch_header {
|
||||
.egwGridView_grid tr.th > td /*legacy*/
|
||||
{
|
||||
.background_color_15_gray;
|
||||
font-weight: normal;
|
||||
padding: 0 2px 2px 0;
|
||||
@ -129,7 +129,7 @@ table.egwGridView_outer{
|
||||
|
||||
span.selectcols {
|
||||
height: 9px;
|
||||
padding: 4px 10px 0px 2px;
|
||||
padding: 4px 10px 0px 2px;
|
||||
margin-top: 4px;
|
||||
background-image: url(../images/selectcols_small.png);
|
||||
background-repeat: no-repeat;
|
||||
@ -155,25 +155,25 @@ table.egwGridView_outer{
|
||||
/*padding: 0px 5px; no need*/
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*Elements inside td*/
|
||||
td{
|
||||
|
||||
|
||||
.et2_link {margin-left: 0px; color: @link_color;}
|
||||
|
||||
|
||||
img {border: 1px solid transparent; box-shadow: none;}
|
||||
|
||||
|
||||
time {display: block;}
|
||||
|
||||
|
||||
|
||||
|
||||
img[src$="svg"] {
|
||||
.gradient_vertical (fade(@gray_100,50%), fade(@gray_100,50%));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@ -205,12 +205,12 @@ table.egwGridView_grid{
|
||||
// Reihen ohne Border left und right
|
||||
/* tr:nth-child(even) {background: @color_even;}
|
||||
tr:nth-child(odd) {background: @color_odd;}*/
|
||||
|
||||
|
||||
/*multiple choise*/
|
||||
tr.selected{
|
||||
background-image: none;
|
||||
/*background-color: @egw_color_1_e !important;*/
|
||||
background-color: fade(@color_active_row, 50%);
|
||||
background-color: fade(@color_active_row, 50%);
|
||||
}
|
||||
|
||||
// is active
|
||||
@ -248,21 +248,21 @@ table.egwGridView_grid{
|
||||
span{
|
||||
color: @gray_70;
|
||||
}
|
||||
|
||||
|
||||
span[id*="[info_subject]"]{
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
|
||||
span.high {color: red;}
|
||||
|
||||
|
||||
span.urgent {color: red; background-color: @egw_color_1_e;}
|
||||
|
||||
|
||||
span.low {color: @gray_80;}
|
||||
|
||||
|
||||
|
||||
|
||||
table.customfields{
|
||||
tbody{
|
||||
border-bottom: 0px;
|
||||
border-bottom: 0px;
|
||||
tr{
|
||||
border-bottom: 0px;
|
||||
td{
|
||||
@ -275,16 +275,16 @@ table.egwGridView_grid{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*subentry*/
|
||||
|
||||
|
||||
tr.subentry {
|
||||
background: fade(@color_selected_row, 20%) !important;
|
||||
|
||||
background: fade(@color_selected_row, 20%) !important;
|
||||
|
||||
&:hover {background: @color_selected_row !important;}
|
||||
}
|
||||
|
||||
|
||||
|
||||
span.arrow {
|
||||
-moz-user-select: none;
|
||||
@ -335,23 +335,23 @@ table.egwGridView_grid{
|
||||
|
||||
/*Custom Fields*/
|
||||
table.customfields{
|
||||
|
||||
|
||||
tbody tr:nth-child(2n) {background: inherit;}
|
||||
|
||||
|
||||
tr {background-color: inherit !important;}
|
||||
|
||||
|
||||
td {
|
||||
line-height: 11px;
|
||||
|
||||
|
||||
span > div {display: inherit; margin: 0px;}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*########################################################*/
|
||||
// Tabelle der APP Ausgabe
|
||||
|
||||
table.nextmatch_header{
|
||||
|
||||
|
||||
img{ .dimension_width_height_s;}
|
||||
}
|
||||
|
||||
@ -360,9 +360,9 @@ table.nextmatch_header{
|
||||
text-align: center;
|
||||
border-bottom: 1px solid silver;
|
||||
font-size: 1.5em;
|
||||
|
||||
|
||||
td{ color: @gray_90 !important;}
|
||||
|
||||
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user