mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
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:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user