зеркало из https://github.com/mozilla/gecko-dev.git
more changes for the new subscribe dialog. use a check and dot instead of "true" and "false"
in the ui.
This commit is contained in:
Родитель
40022cf8f5
Коммит
a7a7a6b36b
|
@ -21,6 +21,7 @@ Rights Reserved.
|
|||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/folderPane.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/subscribe.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
|
@ -74,10 +75,10 @@ Rights Reserved.
|
|||
<template>
|
||||
<rule>
|
||||
<treechildren>
|
||||
<treeitem uri="..." name="rdf:http://home.netscape.com/NC-rdf#Name">
|
||||
<treeitem uri="..." name="rdf:http://home.netscape.com/NC-rdf#Name" Subscribed="rdf:http://home.netscape.com/NC-rdf#Subscribed">
|
||||
<treerow>
|
||||
<treecell indent="true" value="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
||||
<treecell value="rdf:http://home.netscape.com/NC-rdf#Subscribed"/>
|
||||
<treecell class="subscribedcol image"/>
|
||||
<treecell value="rdf:http://home.netscape.com/NC-rdf#TotalMessages"/>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
|
|
|
@ -18,51 +18,12 @@
|
|||
* Rights Reserved.
|
||||
*/
|
||||
|
||||
#subscribe-window {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
tree {
|
||||
background-color:white;
|
||||
border: none;
|
||||
border-spacing: 0px;
|
||||
//border-collapse: collapse;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
|
||||
|
||||
treecell {
|
||||
color: black;
|
||||
font-family: Verdana;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
treecell[selectedcell] {
|
||||
background-color: #666699;
|
||||
color: white;
|
||||
}
|
||||
|
||||
treerow > treecell > titledbutton {
|
||||
treeitem[Subscribed="false"] > treerow > treecell.subscribedcol > .tree-button {
|
||||
list-style-image: url("chrome://messenger/skin/dot.gif");
|
||||
color: inherit;
|
||||
border: none;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
min-height: 14px;
|
||||
}
|
||||
|
||||
treeitem[subscribed="true"] > treerow > treecell > titledbutton {
|
||||
treeitem[Subscribed="true"] > treerow > treecell.subscribedcol > .tree-button {
|
||||
list-style-image: url("chrome://messenger/skin/check.gif");
|
||||
min-height: 14px;
|
||||
}
|
||||
|
||||
treehead treerow treecell {
|
||||
font-size: 9pt;
|
||||
background-color: #666699;
|
||||
border: thin darkgray solid;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче