Update publish project dialog to look closer to the mockups (#11875)

* initial changes

* got everything lined up

* get rid of bottom scrollbar

* change database textbox to dropdown and cleanup

* more cleanup and fix profile text box

* fix label

* add fireOnTextChange to editable dropdown

* change edit icon and enable input boxes
This commit is contained in:
Kim Santiago
2020-08-21 18:17:42 -07:00
committed by GitHub
parent 1eb2e5f41a
commit 9133bef329
8 changed files with 142 additions and 76 deletions

View File

@@ -9,4 +9,6 @@ export namespace cssStyles {
export const tableHeader = { ...text, 'text-align': 'left', 'border': 'none', 'font-size': '12px', 'font-weight': 'normal', 'color': '#666666' };
export const tableRow = { ...text, 'border-top': 'solid 1px #ccc', 'border-bottom': 'solid 1px #ccc', 'border-left': 'none', 'border-right': 'none', 'font-size': '12px' };
export const titleFontSize = 13;
export const publishDialogLabelWidth = '205px';
export const publishDialogTextboxWidth = '190px';
}