Skip to content

Commit

Permalink
feat: rearrange schedule table toolbar icons [BACKLOG-39963]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmsantos90 committed Mar 1, 2024
1 parent d66163c commit 28ee973
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,10 @@ a:active, a:hover {
border: 0;
}

.schedulesPanel .toolbar-button-focus-panel {
margin-right: 5px;
}

.schedulesPanel .pentaho-table th {
font-size: 16px;
border-spacing: 2px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,11 @@ div#customDropdownPopupMajor .gwt-MenuBar-vertical .gwt-MenuItem:hover:not(.gwt-
.schedulesPanel .toolbar {
background: none;
border: 0;
margin-bottom: 5px;
padding: var(--focus-ring-padding) 0;
}

.schedulesPanel .toolbar-button-focus-panel {
margin: 0;
}

.schedulesPanel .pentaho-table th {
Expand All @@ -1343,6 +1347,7 @@ div#customDropdownPopupMajor .gwt-MenuBar-vertical .gwt-MenuItem:hover:not(.gwt-
padding: 8px 10px 10px 10px;
font-weight: normal;
}

/* endregion Main and Burger Toolbars */

/*****************************************/
Expand All @@ -1354,14 +1359,6 @@ div#customDropdownPopupMajor .gwt-MenuBar-vertical .gwt-MenuItem:hover:not(.gwt-
border-bottom: 1px solid #6f7277;
}

.pentaho-table .cellTableFirstColumn {

}

.pentaho-table .cellTableLastColumn {

}

.pentaho-table .cellTableFooter {
border-top: 2px solid #6f7277;
padding: 3px 15px;
Expand All @@ -1385,22 +1382,6 @@ div#customDropdownPopupMajor .gwt-MenuBar-vertical .gwt-MenuItem:hover:not(.gwt-
font-size: 12px;
}

.pentaho-table .cellTableFirstColumnFooter {

}

.pentaho-table .cellTableFirstColumnHeader {

}

.pentaho-table .cellTableLastColumnFooter {

}

.pentaho-table .cellTableLastColumnHeader {

}

.pentaho-table .cellTableSortableHeader {
cursor: pointer;
cursor: hand;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,14 @@ a:active, a:hover {
margin-bottom: 5px;
}

.schedulesPanel .toolbar-button-focus-panel {
margin-right: 5px;
}

.schedulesPanel .toolbar-button {
margin-left: 0 !important;
}

.schedulesPanel .pentaho-table th {
font-size: 12px;
border-spacing: 0;
Expand Down

0 comments on commit 28ee973

Please sign in to comment.