mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
Update Import UI to match other UIs (#13637)
* Update Import UI to match other UIs * Fixed another bug
This commit is contained in:
@@ -11,12 +11,15 @@ export namespace cssStyles {
|
||||
export const fontWeightBold = { 'font-weight': 'bold' };
|
||||
export const titleFontSize = 13;
|
||||
|
||||
export const labelWidth = '205px';
|
||||
export const textboxWidth = '190px';
|
||||
export const publishDialogLabelWidth = '205px';
|
||||
export const publishDialogTextboxWidth = '190px';
|
||||
|
||||
export const addDatabaseReferenceDialogLabelWidth = '215px';
|
||||
export const addDatabaseReferenceInputboxWidth = '220px';
|
||||
|
||||
export const createProjectFromDatabaseLabelWidth = '110px';
|
||||
export const createProjectFromDatabaseTextboxWidth = '320px';
|
||||
|
||||
// font-styles
|
||||
export namespace fontStyle {
|
||||
export const normal = 'normal';
|
||||
|
||||
Reference in New Issue
Block a user