new pictures for nextmatch sorting asc + desc

less classes
This commit is contained in:
Stefan Reinhardt 2014-03-05 11:08:44 +00:00
parent c4383d931d
commit 0313de5294
4 changed files with 67 additions and 53 deletions

View File

@ -874,15 +874,23 @@
width: 12px; width: 12px;
height: 12px; height: 12px;
} }
.nextmatch_sortheader {
/* background-position: right center;
background-repeat: no-repeat;
color: #003075;
cursor: pointer;
margin-right: 10px;*/
padding-right: 18px;
}
.nextmatch_sortheader.asc { .nextmatch_sortheader.asc {
/* font-weight: bold; font-weight: bold;
background-image: url(../images/up.png);*/ background-image: url(../images/selectarrowup.png);
background-size: 12px 12px; background-size: 16px 16px;
} }
.nextmatch_sortheader.desc { .nextmatch_sortheader.desc {
/* font-weight: bold; font-weight: bold;
background-image: url(../images/down.png);*/ background-image: url(../images/selectarrowdown.png);
background-size: 12px 12px; background-size: 16px 16px;
} }
/* End of hierarchy */ /* End of hierarchy */
/* Mangled link-to widget inside a nextmatch - used for DnD uploads */ /* Mangled link-to widget inside a nextmatch - used for DnD uploads */
@ -2050,9 +2058,9 @@ select {
/*.Complete_Button_select;*/ /*.Complete_Button_select;*/
padding: 3px; padding: 3px;
margin: 0; margin: 0;
-webkit-border-radius: 4px; -webkit-border-radius: 3px;
-moz-border-radius: 4px; -moz-border-radius: 3px;
border-radius: 4px; border-radius: 3px;
} }
select:hover { select:hover {
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
@ -5150,6 +5158,9 @@ button.image_button {
* @version $Id$ * @version $Id$
*/ */
/*@import (reference) "def_content_elements.less";*/ /*@import (reference) "def_content_elements.less";*/
body {
background-color: #ffffff;
}
div#popupMainDiv { div#popupMainDiv {
padding: 8px; padding: 8px;
} }
@ -5206,7 +5217,7 @@ table.dialog-main-view {
} }
/*########################################### /*###########################################
# # # #
# dialog-header # # dialogHeader #
############################################# #############################################
# # # #
# # # #
@ -5217,7 +5228,7 @@ table.dialog-main-view {
# # # #
# # # #
############################################# #############################################
# dialog-operators # # dialogOperators #
############################################# #############################################
# # # #
# buttons # # buttons #
@ -5225,7 +5236,7 @@ table.dialog-main-view {
# # # #
##############################################*/ ##############################################*/
/********** Header Part ********************/ /********** Header Part ********************/
.dialog-header { .dialogHeader {
/*background-color: @egw_color_2_d;*/ /*background-color: @egw_color_2_d;*/
/*.background-color-5-gray;*/ /*.background-color-5-gray;*/
background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%); background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
@ -5243,32 +5254,33 @@ table.dialog-main-view {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f0f0', endColorstr='#a6bfbfbf', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f0f0', endColorstr='#a6bfbfbf', GradientType=0);
/* IE6-9 */ /* IE6-9 */
color: #000000; color: #000000;
height: 40px;
} }
.dialog-header table.et2_grid { .dialogHeader table.et2_grid {
border-top: none; border-top: none;
} }
.dialog-header table.et2_grid .th { .dialogHeader table.et2_grid .th {
background-color: #0c5da5 !important; background-color: #0c5da5 !important;
} }
.dialog-header table.et2_grid tr { .dialogHeader table.et2_grid tr {
height: 30px; height: 30px;
} }
.dialog-header table.et2_grid td { .dialogHeader table.et2_grid td {
padding: 0px 0px 0px 3px; padding: 0px 0px 0px 3px;
color: #000000; color: #000000;
} }
.dialog-header table.et2_grid table.et2_grid label.et2_label span.et2_selectbox li { .dialogHeader table.et2_grid table.et2_grid label.et2_label span.et2_selectbox li {
float: left; float: left;
} }
.dialog-header img { .dialogHeader img {
height: 16px !important; height: 16px !important;
} }
.dialog-header input.et2_textbox { .dialogHeader input.et2_textbox {
font-size: 1.3em; font-size: 1.3em;
width: 550px; width: 550px;
margin-right: 20px; margin-right: 20px;
} }
.dialog-header .et2_label { .dialogHeader .et2_label {
color: #000000; color: #000000;
vertical-align: middle; vertical-align: middle;
padding: 0px 0px 0px 9px !important; padding: 0px 0px 0px 9px !important;
@ -5276,7 +5288,7 @@ table.dialog-main-view {
margin: 0px important; margin: 0px important;
font-size: 1em; font-size: 1em;
} }
.dialog-header td.space span img { .dialogHeader td.space span img {
background: #ffffff; background: #ffffff;
border: 2px solid #ffffff; border: 2px solid #ffffff;
/*filter grey*/ /*filter grey*/
@ -5291,17 +5303,17 @@ table.dialog-main-view {
filter: gray; filter: gray;
/* IE 6-9 */ /* IE 6-9 */
} }
tr.dialog-header2, tr.dialogHeader2,
tr.dialog-header3, tr.dialogHeader3,
tr.dialog-header4 { tr.dialogHeader4 {
background-color: #e6e6e6 !important; background-color: #ffffff !important;
border-top: 2px solid #e6e6e6; border-top: 2px solid #ffffff;
border-bottom: 2px solid #e6e6e6; border-bottom: 2px solid #ffffff;
vertical-align: middle; vertical-align: middle;
} }
tr.dialog-header2 .et2_label, tr.dialogHeader2 .et2_label,
tr.dialog-header3 .et2_label, tr.dialogHeader3 .et2_label,
tr.dialog-header4 .et2_label { tr.dialogHeader4 .et2_label {
color: #1a1a1a; color: #1a1a1a;
vertical-align: middle; vertical-align: middle;
padding: 0px 0px 0px 9px !important; padding: 0px 0px 0px 9px !important;
@ -5311,7 +5323,7 @@ tr.dialog-header4 .et2_label {
width: 50px !important; width: 50px !important;
} }
/************* Tabs *********************************/ /************* Tabs *********************************/
.dialog-tabs { .dialogTabs {
/*.background-color-5-gray;*/ /*.background-color-5-gray;*/
background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%); background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
/* FF3.6+ */ /* FF3.6+ */
@ -5330,44 +5342,44 @@ tr.dialog-header4 .et2_label {
color: #000000; color: #000000;
} }
/************* Main **********************************/ /************* Main **********************************/
.dialog-main-timeframe div { .dialogMainTimeframe div {
min-height: 100px; min-height: 100px;
} }
/********** Operators *******************************/ /********** Operators *******************************/
.dialog-operators { .dialogOperators {
background-color: rgba(230, 230, 230, 0.02); background-color: rgba(230, 230, 230, 0.02);
border-top: 0px solid #e6e6e6; border-top: 0px solid #e6e6e6;
border-bottom: 0px solid #e6e6e6; border-bottom: 0px solid #e6e6e6;
} }
.dialog-operators td { .dialogOperators td {
padding: 2px; padding: 2px;
} }
/********** Footer *******************************/ /********** Footer *******************************/
/*Buttons / Toolbar*/ /*Buttons / Toolbar*/
.dialog-footer-toolbar { .dialogFooterToolbar {
background-color: #679fd2; background-color: #679fd2;
/*.et2_selectbox {height: 32px; top: 0px; font-size: 1em;}*/ /*.et2_selectbox {height: 32px; top: 0px; font-size: 1em;}*/
} }
.dialog-footer-toolbar td { .dialogFooterToolbar td {
padding: 0px 5px; padding: 0px 5px;
} }
.dialog-footer-toolbar button { .dialogFooterToolbar button {
height: 24px; height: 24px;
min-width: 114px; min-width: 114px;
} }
.dialog-footer-toolbar button:hover { .dialogFooterToolbar button:hover {
height: 24px; height: 24px;
} }
.dialog-footer-toolbar button:action { .dialogFooterToolbar button:action {
height: 24px; height: 24px;
} }
.dialog-footer-toolbar button[id="addressbook-edit_button[delete]"] { .dialogFooterToolbar button[id="addressbook-edit_button[delete]"] {
float: right; float: right;
} }
.dialog-footer-toolbar div.et2_hbox { .dialogFooterToolbar div.et2_hbox {
white-space: normal; white-space: normal;
} }
.dialog-footer-toolbar label.et2_label { .dialogFooterToolbar label.et2_label {
/* .Complete_Button_input; /* .Complete_Button_input;
.border_normal; .border_normal;
.box_shadow_standard_light; .box_shadow_standard_light;
@ -5377,7 +5389,7 @@ tr.dialog-header4 .et2_label {
position: relative; position: relative;
top: 11px; top: 11px;
} }
.dialog-footer-toolbar input.et2_checkbox { .dialogFooterToolbar input.et2_checkbox {
top: 0px; top: 0px;
} }
/*Dialog Calendar - Resourcen suchen*/ /*Dialog Calendar - Resourcen suchen*/

View File

@ -184,9 +184,9 @@
.background_color_search {background-color : @gray_30; } .background_color_search {background-color : @gray_30; }
// cal Heute
.background_table_cal_head { background-color : @egw_color_1_a;} // cal Heute // in Sidebar
.background_table_cal_head { background-color : @egw_color_1_e;}
@color_progress : @egw_color_1_e; @color_progress : @egw_color_1_e;

View File

@ -160,7 +160,7 @@ select {
/*.Complete_Button_select;*/ /*.Complete_Button_select;*/
padding:3px; padding:3px;
margin: 0; margin: 0;
.rounded (4px); .rounded (3px);
&:hover{.Complete_Button_select_hover;} &:hover{.Complete_Button_select_hover;}
&:focus{.Complete_Button_select_focus;} &:focus{.Complete_Button_select_focus;}

View File

@ -19,12 +19,13 @@
/*@import (reference) "def_content_elements.less";*/ /*@import (reference) "def_content_elements.less";*/
@import (reference) "def_design_pattern_color_font_shadow.less"; @import (reference) "def_design_pattern_color_font_shadow.less";
body {background-color: @gray_0;}
// Dialoge Allgemeine Definition // Dialoge Allgemeine Definition
div#popupMainDiv { div#popupMainDiv {
padding: 8px; padding: 8px;
} }
div.et2_container { div.et2_container {
@ -125,7 +126,7 @@ table.dialog-main-view {width: 100%;}
/*########################################### /*###########################################
# # # #
# dialog-header # # dialogHeader #
############################################# #############################################
# # # #
# # # #
@ -136,7 +137,7 @@ table.dialog-main-view {width: 100%;}
# # # #
# # # #
############################################# #############################################
# dialog-operators # # dialogOperators #
############################################# #############################################
# # # #
# buttons # # buttons #
@ -152,6 +153,7 @@ table.dialog-main-view {width: 100%;}
/*background-color: @egw_color_2_d;*/ /*background-color: @egw_color_2_d;*/
.gradient_thead; .gradient_thead;
.color_100_gray; .color_100_gray;
height: 40px;
table.et2_grid { table.et2_grid {
@ -225,9 +227,9 @@ table.dialog-main-view {width: 100%;}
tr.dialogHeader2, tr.dialogHeader2,
tr.dialogHeader3, tr.dialogHeader3,
tr.dialogHeader4{ tr.dialogHeader4{
background-color: @gray_10 !important; background-color: @gray_0 !important;
border-top: 2px solid @gray_10; border-top: 2px solid @gray_0;
border-bottom: 2px solid @gray_10; border-bottom: 2px solid @gray_0;
vertical-align: middle; vertical-align: middle;
@ -258,7 +260,7 @@ tr.dialogHeader4{
/************* Main **********************************/ /************* Main **********************************/
// Terminsuche // Terminsuche
.dialog-main-timeframe { .dialogMainTimeframe {
div {min-height: 100px;} div {min-height: 100px;}