Bug 954557 - Some minor conversation CSS improvements, r=florian.

This commit is contained in:
aleth 2011-11-10 00:15:26 +01:00
Родитель a732ef5843
Коммит 887e0c4b6f
3 изменённых файлов: 16 добавлений и 17 удалений

Просмотреть файл

@ -55,19 +55,18 @@
<content>
<xul:vbox class="convBox" flex="1">
<xul:toolbar class="conv-top-info" anonid="conv-top-info"/>
<xul:hbox class="conv-top" flex="1" anonid="conv-top">
<xul:notificationbox class="conv-messages" anonid="convNotificationBox" flex="1">
<xul:notificationbox class="conv-messages" anonid="convNotificationBox" flex="1" xbl:inherits="chat">
<xul:vbox flex="1">
<xul:browser anonid="browser" type="content-conversation" flex="1"
xbl:inherits="tooltip=contenttooltip,contextmenu=contentcontextmenu,autoscrollpopup"/>
<xul:findbar anonid="FindToolbar" reversed="true"/>
</xul:vbox>
</xul:notificationbox>
<xul:splitter anonid="splitter" collapse="after" class="splitter conv-chat">
<xul:splitter anonid="splitter" collapse="after" class="splitter conv-chat" xbl:inherits="chat">
<xul:grippy/>
</xul:splitter>
<xul:vbox class="conv-chat" width="150">
<xul:vbox class="conv-chat" width="150" xbl:inherits="chat">
<xul:hbox align="baseline" class="conv-nicklist-header">
<xul:label class="conv-nicklist-header-label"
anonid="participantLabel"

Просмотреть файл

@ -39,6 +39,10 @@ conversation {
-moz-binding: url("chrome://instantbird/content/conversation.xml#conversation");
}
.conv-chat:not([chat]) {
display: none;
}
.statusMessage[editable],
.statusMessageWithDash[editable] {
cursor: text !important;

Просмотреть файл

@ -269,20 +269,20 @@
%endif
}
conversation[chat="true"] .conv-messages {
%ifndef XP_MACOSX
.conv-messages[chat] {
border-right: solid 1px GrayText;
%endif
}
%endif
textbox.conv-textbox {
.conv-textbox {
margin: 0 0;
padding: 0 0;
-moz-box-sizing: content-box;
}
%ifndef XP_MACOSX
.conv-textbox .textbox-input-box {
.conv-textbox > .textbox-input-box {
background: inherit;
}
%endif
@ -311,10 +311,10 @@ grippy {
}
#conv-toolbar {
border-style:none;
border-style: none;
}
.conv-nicklist .listcell-label {
.listcell-label {
font-weight: bold;
-moz-padding-start: 1px;
%ifdef XP_MACOSX
@ -322,7 +322,7 @@ grippy {
%endif
}
.conv-nicklist .listcell-icon {
.listcell-icon {
min-width: 16px;
margin: 0 2px;
}
@ -346,19 +346,15 @@ grippy {
-moz-margin-end: 2px !important;
}
conversation:not([chat="true"]) .conv-chat {
display: none;
}
%ifdef XP_MACOSX
textbox.conv-textbox {
.conv-textbox {
padding: 3px;
border: none;
-moz-appearance: none;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7);
}
textbox.conv-textbox[focused="true"] {
.conv-textbox[focused="true"] {
box-shadow: inset 0 0 2px 1px rgba(40, 120, 212, 0.7),
0 0 4px 1px rgb(40, 120, 212),
inset 0 1px 2px rgba(0, 0, 0, 0.7);