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 {
width: 32px;
border: 1px solid #0C5DA5;
margin: 6px 2px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
padding: -0.5em;
background-color: #e6e6e6 !important;
background-size: 16px 16px;
height: 24px;
margin: 6px 2px;
}
#timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add:before {
content: "";
@ -103,6 +103,10 @@
#timesheet-index .nextmatch_header span.header_count {
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 {
font-weight: bold;
}
@ -111,7 +115,7 @@
}
/*###########################################
# #
# dialog-header #
# dialogHeader #
#############################################
# #
# #

View File

@ -28,7 +28,7 @@
div.ui-helper-clearfix,
div.ui-helper-reset{
height: 0px;
// rechte Box mit add
@ -53,12 +53,11 @@
// rechte Box
#timesheet-index_timesheet-index-add{
button#timesheet-index_add{
.Complete_Button_add_only_plus;
.dimension_height_m;
margin: 6px 2px;
&:hover {.Complete_Button_add_only_plus_hover;}
&:active {background-color: @color_positive_action_active !important;}
@ -85,13 +84,19 @@
}
}
} //nextmatch_header
// Anzahl / positionieren
// Anzahl / positionieren
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
table.egwGridView_outer tbody td .et2_link {font-weight: bold;}
@ -108,7 +113,7 @@ span.timesheet_titleDetails {font-weight: bold;}
/*###########################################
# #
# dialog-header #
# dialogHeader #
#############################################
# #
# #