nextmatch_header_row => favorite filter -> fix css

This commit is contained in:
Stefan Reinhardt 2014-03-13 18:10:34 +00:00
parent f47e38f320
commit fdef5d9484
2 changed files with 19 additions and 10 deletions

View File

@ -62,12 +62,12 @@
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add { #timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add {
width: 32px; width: 32px;
border: 1px solid #0C5DA5; border: 1px solid #0C5DA5;
margin: 6px 2px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
padding: -0.5em; padding: -0.5em;
background-color: #e6e6e6 !important; background-color: #e6e6e6 !important;
background-size: 16px 16px; background-size: 16px 16px;
height: 24px; height: 24px;
margin: 6px 2px;
} }
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add:before { #timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add:before {
content: ""; content: "";
@ -103,6 +103,10 @@
#timesheet-index .nextmatch_header span.header_count { #timesheet-index .nextmatch_header span.header_count {
margin: 3px 4px 0 6px; margin: 3px 4px 0 6px;
} }
#timesheet-index div#timesheet-index_favorite_wrapper {
top: -5px;
right: 6px;
}
#timesheet-index table.egwGridView_outer tbody td .et2_link { #timesheet-index table.egwGridView_outer tbody td .et2_link {
font-weight: bold; font-weight: bold;
} }
@ -111,7 +115,7 @@
} }
/*########################################### /*###########################################
# # # #
# dialog-header # # dialogHeader #
############################################# #############################################
# # # #
# # # #

View File

@ -57,7 +57,6 @@
button#timesheet-index_add{ button#timesheet-index_add{
.Complete_Button_add_only_plus; .Complete_Button_add_only_plus;
.dimension_height_m; .dimension_height_m;
margin: 6px 2px;
&:hover {.Complete_Button_add_only_plus_hover;} &:hover {.Complete_Button_add_only_plus_hover;}
&:active {background-color: @color_positive_action_active !important;} &:active {background-color: @color_positive_action_active !important;}
@ -85,13 +84,19 @@
} }
} }
} //nextmatch_header } //nextmatch_header
// Anzahl / positionieren
// Anzahl / positionieren
span.header_count{ span.header_count{
margin: 3px 4px 0 6px; margin: 3px 4px 0 6px;
} }
} }
// Filter position
div#timesheet-index_favorite_wrapper{top: -5px; right: 6px;}
// Titel: in Bold // Titel: in Bold
table.egwGridView_outer tbody td .et2_link {font-weight: bold;} table.egwGridView_outer tbody td .et2_link {font-weight: bold;}
@ -108,7 +113,7 @@ span.timesheet_titleDetails {font-weight: bold;}
/*########################################### /*###########################################
# # # #
# dialog-header # # dialogHeader #
############################################# #############################################
# # # #
# # # #