mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 03:00:30 +00:00
46613, classic skin polish (Mac profile manager)
This commit is contained in:
parent
c7002cbe9b
commit
c33a5cd4a8
@ -8,7 +8,7 @@
|
||||
margin : 0px 5px 6px 5px;
|
||||
}
|
||||
|
||||
.toolbar-primary
|
||||
.box-smallheader-box.toolbar-primary
|
||||
{
|
||||
padding : 0px 0px 3px 0px;
|
||||
min-height : 0px;
|
||||
@ -39,13 +39,15 @@
|
||||
**/
|
||||
.box-header
|
||||
{
|
||||
behavior : url(chrome://communicator/content/dialogBindings.xml#largeheader);
|
||||
behavior : url(chrome://global/skin/classicBindings.xml#largeheader);
|
||||
border-bottom : 1px solid #FFFFFF;
|
||||
background-color : #FFFFFF;
|
||||
}
|
||||
|
||||
.box-header-header
|
||||
{
|
||||
padding : 0px 0px 4px 5px;
|
||||
min-height : 34px;
|
||||
border-bottom : 1px solid #DDDDDD;
|
||||
padding : 5px;
|
||||
}
|
||||
|
||||
.box-header-text-box
|
||||
@ -56,9 +58,8 @@
|
||||
.box-header-text
|
||||
{
|
||||
color : #000000;
|
||||
font-size : large;
|
||||
font-weight : bold;
|
||||
text-decoration : underline;
|
||||
font : 12px charcoal ! important;
|
||||
margin-left : 7px;
|
||||
}
|
||||
|
||||
.box-header-icon-box
|
||||
@ -66,16 +67,10 @@
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
.box-header-circle
|
||||
.box-header-icon
|
||||
{
|
||||
background-image : url("chrome://global/skin/button28-bg.gif");
|
||||
background-repeat : no-repeat;
|
||||
background-position : 50% 4px;
|
||||
background-color : transparent;
|
||||
min-width : 28px;
|
||||
margin : 1px 7px 1px 1px;
|
||||
height : 28px;
|
||||
width : 28px;
|
||||
list-style-image : inherit;
|
||||
margin-left : 2px;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -83,38 +78,6 @@
|
||||
**/
|
||||
.box-status
|
||||
{
|
||||
behavior : url(chrome://communicator/content/dialogBindings.xml#status);
|
||||
display : none;
|
||||
}
|
||||
|
||||
.box-status-bg
|
||||
{
|
||||
padding : 1px 5px 1px 5px;
|
||||
min-height : 0px ! important;
|
||||
}
|
||||
|
||||
.box-status-text, .box-status-progress
|
||||
{
|
||||
color : #99cccc ! important;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Utility classes for use when combined headers/footers are used
|
||||
**/
|
||||
/* display area framed container */
|
||||
#contentarea
|
||||
{
|
||||
border-top : 2px groove #CCCCCC;
|
||||
border-bottom : 2px groove #CCCCCC;
|
||||
padding : 7px;
|
||||
}
|
||||
|
||||
/* top border on status area */
|
||||
#wizardButtons
|
||||
{
|
||||
border-bottom : 1px outset #CCCCCC;
|
||||
padding-top : 1px;
|
||||
padding-bottom : 1px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!dest communicator:skin:profile
|
||||
migrate.gif
|
||||
newProfile1_2.css
|
||||
profile.css
|
||||
profileManager.css
|
||||
profileicon-large.gif
|
||||
mac-users.gif
|
||||
|
@ -20,55 +20,15 @@
|
||||
*
|
||||
* Contributors:
|
||||
* Ben Goodger <ben@netscape.com>
|
||||
* Chris Nelson <chrisn@statecollege.com>
|
||||
*
|
||||
*/
|
||||
|
||||
@import url(chrome://global/skin/global.css);
|
||||
|
||||
window.dialog {
|
||||
padding: none;
|
||||
}
|
||||
|
||||
.dimmed-highcontrast {
|
||||
color: #99cccc ! important;
|
||||
}
|
||||
|
||||
/** icon courtesy of chris nelson, chrisn@statecollege.com **/
|
||||
treeitem[rowMigrate="no"] > treerow > treecell > .tree-button {
|
||||
list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
|
||||
}
|
||||
|
||||
box[type="largeheader"] > toolbar > .circle {
|
||||
list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
/* profile selection dialog */
|
||||
html#intro {
|
||||
width: 17em;
|
||||
}
|
||||
|
||||
box#managebuttons > button {
|
||||
min-width: 8em;
|
||||
}
|
||||
|
||||
/* display area */
|
||||
box#contentarea {
|
||||
border-top: 2px groove #CCCCCC;
|
||||
border-bottom: 2px groove #CCCCCC;
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
/* top border on status area */
|
||||
box#wizardButtons {
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
box.selection {
|
||||
margin-top: 4px;
|
||||
}
|
||||
#header
|
||||
{
|
||||
list-style-image : url("chrome://communicator/skin/profile/mac-users.gif");
|
||||
}
|
||||
|
||||
#contentarea
|
||||
{
|
||||
padding : 7px 5px 7px 5px;
|
||||
}
|
@ -169,5 +169,19 @@
|
||||
<xul:spring class="tab-border-top-right-cap"/>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="largeheader" extends="chrome://communicator/content/dialogBindings.xml#largeheader">
|
||||
<content>
|
||||
<xul:box class="box-header-header" flex="1" autostretch="never">
|
||||
<xul:box class="box-header-icon-box" autostretch="never">
|
||||
<xul:image inherits="src" class="box-header-icon"/>
|
||||
</xul:box>
|
||||
<xul:box autostretch="never" class="box-header-text-box">
|
||||
<xul:text class="box-header-text" inherits="value"/>
|
||||
</xul:box>
|
||||
<xul:spring flex="1"/>
|
||||
</xul:box>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
</bindings>
|
||||
|
@ -4,6 +4,10 @@
|
||||
{
|
||||
background-color : #DDDDDD;
|
||||
color : #000000;
|
||||
border-left : 1px solid #FFFFFF;
|
||||
border-top : 1px solid #FFFFFF;
|
||||
border-right : 1px solid #DDDDDD;
|
||||
border-bottom : 1px solid #DDDDDD;
|
||||
}
|
||||
|
||||
.color-window
|
||||
|
@ -54,7 +54,7 @@
|
||||
{
|
||||
background-color : #DDDDDD;
|
||||
padding : 0px;
|
||||
font : 10px geneva;
|
||||
font : 10px geneva;
|
||||
}
|
||||
|
||||
window[wait-cursor]
|
||||
@ -66,6 +66,10 @@
|
||||
{
|
||||
background-color : #DDDDDD;
|
||||
padding : 7px 5px 5px 5px;
|
||||
border-left : 1px solid #FFFFFF;
|
||||
border-top : 1px solid #FFFFFF;
|
||||
border-right : 1px solid #DDDDDD;
|
||||
border-bottom : 1px solid #DDDDDD;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -5,28 +5,26 @@
|
||||
@import url(chrome://communicator/skin/bookmarks/bookmarks.css);
|
||||
@import url(chrome://communicator/skin/sidebar/sidebar.css);
|
||||
|
||||
#content
|
||||
{
|
||||
border-left : 1px solid #000000;
|
||||
border-bottom : 1px solid #000000;
|
||||
}
|
||||
|
||||
#browser
|
||||
{
|
||||
border-left : 1px solid #9D9D9D;
|
||||
}
|
||||
|
||||
|
||||
#ubhist
|
||||
{
|
||||
margin : 0px;
|
||||
background-color : #DDDDDD;
|
||||
list-style-image : url("chrome://global/skin/scroll-down.gif");
|
||||
width : 14px;
|
||||
height : 14px;
|
||||
}
|
||||
|
||||
#ubhist > .menubutton-icon-internal-box
|
||||
{
|
||||
border-left : 1px solid #FFFFFF;
|
||||
border-top : 1px solid #FFFFFF;
|
||||
border-right : 1px solid #9D9D9D;
|
||||
border-bottom : 1px solid #9D9D9D;
|
||||
}
|
||||
|
||||
#ubhist:hover:active > .menubutton-icon-internal-box,
|
||||
#ubhist[open="true"] > .menubutton-icon-internal-box
|
||||
{
|
||||
border : 1px solid #9D9D9D;
|
||||
}
|
||||
|
||||
|
||||
#urlbar-container
|
||||
{
|
||||
padding : 3px 2px 2px 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user