diff --git a/themes/modern/communicator/dialogOverlay.css b/themes/modern/communicator/dialogOverlay.css index 166779fd7909..c7ae19083341 100644 --- a/themes/modern/communicator/dialogOverlay.css +++ b/themes/modern/communicator/dialogOverlay.css @@ -41,47 +41,32 @@ toolbargrippy { } /** - * Large Dialog Header (with icon) + * Large Dialog Header **/ .box-header { - -moz-binding : url(chrome://communicator/content/dialogBindings.xml#largeheader); + -moz-binding : url(chrome://global/skin/globalBindings.xml#largeheader); } -.box-header-header +.largeheader-box { - padding : 0px 0px 4px 5px; - min-height : 34px; - } - -.box-header-text-box - { - vertical-align : middle; - } - -.box-header-text - { - color : white; - font-size : large; - font-weight : bold; - text-decoration : underline; - } - -.box-header-icon-box - { - vertical-align : middle; - } + padding-top : 10px; + padding-bottom : 10px; + border-top : 1px solid #94AACE; + border-bottom : 1px solid #000000; + background-color : #5B7693; + color : #ffffff; + } -.box-header-circle-box +.largeheader-header-text { - background-image : url("chrome://global/skin/button28-bg.gif"); - background-repeat : no-repeat; - background-position : 50% 4px; - background-color : transparent; - min-width : 28px; - min-height : 32px; - margin : 1px 7px 1px 1px; - text-align : center; + font-weight : bold; + margin-left : 23px; + } + +.largeheader-desc-text + { + margin-left : 44px; } /** diff --git a/themes/modern/communicator/profile/profile.css b/themes/modern/communicator/profile/profile.css index e40dd9bb4fc9..7c3df8ca6e0e 100644 --- a/themes/modern/communicator/profile/profile.css +++ b/themes/modern/communicator/profile/profile.css @@ -39,13 +39,6 @@ treeitem[rowMigrate="no"] > treerow > treecell > .tree-button { list-style-image: url("chrome://communicator/skin/profile/migrate.gif"); } -.box-header-circle - { - list-style-image : url("chrome://communicator/skin/profile/profileicon-large.gif"); - width : 10px; - height : 14px; - } - /* profile selection dialog */ html#intro { width: 17em; diff --git a/themes/modern/editor/EditorDialog.css b/themes/modern/editor/EditorDialog.css index 8b53599a9e06..f5a6c113088e 100644 --- a/themes/modern/editor/EditorDialog.css +++ b/themes/modern/editor/EditorDialog.css @@ -100,7 +100,7 @@ titledbox { button.color-button { /* need to override large default min-width */ - min-width : 44px; + min-width : 37px; } #ColorPickerSwatch { diff --git a/themes/modern/global/formatting.css b/themes/modern/global/formatting.css index c7f6da6ca025..3189eeac99cb 100644 --- a/themes/modern/global/formatting.css +++ b/themes/modern/global/formatting.css @@ -139,3 +139,9 @@ { margin : 3px 5px 4px 5px; } + + + .wizard-box + { + padding : 20px 44px 10px 44px; + } \ No newline at end of file diff --git a/themes/modern/global/wizardOverlay.css b/themes/modern/global/wizardOverlay.css index d6ef0d851375..9153140e6360 100644 --- a/themes/modern/global/wizardOverlay.css +++ b/themes/modern/global/wizardOverlay.css @@ -15,3 +15,9 @@ box#wizardButtons { margin-top : 3px; } +.box-wizardcontent + { + margin-left : 44px; + margin-right : 44px; + width : 30em; + }