another round of slight improvements for LCARStrek 2.0a1
authorRobert Kaiser <kairo@kairo.at>
Thu, 16 Oct 2008 22:13:01 +0000 (00:13 +0200)
committerRobert Kaiser <kairo@kairo.at>
Thu, 16 Oct 2008 22:13:01 +0000 (00:13 +0200)
LCARStrek/communicator/bookmarks/bookmarksToolbar.css
LCARStrek/global/globalBindings.xml
LCARStrek/global/tree.css
LCARStrek/messenger/folderPane.css
LCARStrek/messenger/messageHeader.css
LCARStrek/messenger/threadPane.css

index 0652bd2fafd696969dc21f2114cdaff0863fafe1..42fab3ec6d8731d004ad707d2f0d81b290b2adff 100644 (file)
@@ -120,7 +120,7 @@ menu.bookmark-item,
 menuitem.bookmark-item {
   border-top: 1px solid transparent !important;
   border-bottom: 1px solid transparent !important;
-  padding: 0px 2px 0px 2px;
+  padding: 0px 2px;
 }
 
 .menuitem-iconic.bookmark-item[disabled="true"] {
@@ -135,7 +135,7 @@ menuitem.bookmark-item {
 
 menu.bookmark-item[dragover-top="true"],
 menuitem.bookmark-item[dragover-top="true"] {
-  border-top: 1px solid #008484; !important;
+  border-top: 1px solid #008484 !important;
 }
 
 menu.bookmark-item[dragover-bottom="true"],
index b248396e22aa84dbc78e2333405c0bb2376d82bf..cac912b751e276fe0cf5f7a6ab0ed761c02cc0c1 100755 (executable)
@@ -52,7 +52,7 @@
   </binding>
 
 
-  <binding id="statusbar" extends="xul:statusbar">
+  <binding id="statusbar" extends="chrome://global/content/bindings/general.xml#statusbar">
     <content>
       <xul:box class="statusbar-left"/>
       <xul:hbox class="statusbar-center" autostretch="never" flex="1">
index 158a35af5e037b47612c12994eca14a027bb30c9..2469e66c16ff4ab7768f1f4ac50c43c1151a48dd 100644 (file)
@@ -60,7 +60,7 @@ tree {
 }
 
 .focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
-  border-color: #FFCF00;
+  border: 1px dotted #008484;
 }
 
 /* ::::: tree rows ::::: */
@@ -100,9 +100,9 @@ tree[seltype="text"] > treechildren::-moz-tree-row {
 
 treechildren::-moz-tree-cell {
   padding-top: 0px;
-  padding-bottom: 1px;
-  -moz-padding-start: 2px;
-  -moz-padding-end: 0px;
+  padding-bottom: 0px;
+  -moz-padding-start: 1px;
+  -moz-padding-end: 1px;
 }
 
 tree[seltype="cell"] > treechildren::-moz-tree-cell-text,
@@ -113,12 +113,15 @@ treechildren::-moz-tree-cell-text {
 
 tree[seltype="cell"] > treechildren::-moz-tree-cell {
   border: 1px solid transparent;
-  padding: 0px 1px 0px 1px;
+  padding: 0px 1px;
 }
 
 tree[seltype="text"] > treechildren::-moz-tree-cell-text {
   border: 1px solid transparent;
-  padding: 0px 1px 1px 1px;
+  padding-top: 0px;
+  padding-bottom: 0px;
+  -moz-padding-start: 1px;
+  -moz-padding-end: 1px;
 }
 
 treechildren::-moz-tree-cell-text(selected) {
@@ -356,8 +359,8 @@ treecolpicker:hover:active > .tree-columnpicker-icon {
 /* ::::: twisty :::::  */
 
 treechildren::-moz-tree-twisty {
-  -moz-padding-end: 2px;
-  padding-top: 1px;
+  -moz-padding-end: 1px;
+  padding-top: 0px;
   width: 11px; /* The image's width is 11 pixels */
   list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
 }
@@ -374,8 +377,8 @@ treechildren::-moz-tree-indentation {
 /* ::::: gridline style ::::: */
 
 treechildren.gridlines::-moz-tree-cell {
-  border-right: 1px solid green;
-  border-bottom: 1px solid green;
+  border-right: 1px solid #9C9CFF;
+  border-bottom: 1px solid #9C9CFF;
 }
 
 treechildren.gridlines::-moz-tree-row {
@@ -385,7 +388,7 @@ treechildren.gridlines::-moz-tree-row {
 /* ::::: Name (what is that?) ::::: */
 
 treechildren::-moz-tree-image(Name) {
-  -moz-padding-end: 2px;
+  -moz-padding-end: 3px;
 }
 
 treechildren::-moz-tree-image(Name) {
index faac66954f91e03603e8be13eebd8c2fe8dcd9b0..872234ff92eb29970e298f057310ed2e476ef713 100644 (file)
@@ -178,11 +178,13 @@ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isS
 
 treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
   font-weight: bold;
+  color: #FFCF00;
 }
 
 treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
 treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
   font-weight: bold;
+  color: #FFCF00;
 }
 
 treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
index 76c1ac6c35da76ecddc45de8be0933a7fd6e5772..1da5910268ebdba952437f15819317bf70c6b90e 100644 (file)
 /* ::::: msg header message ids ::::: */
 
 .messageIdDisplayButton {
+  -moz-border-radius: 3px;
   color: #008484;
   cursor: pointer;
   margin: 0px;
index b967abfbcb89c2636a1e9f3bd350787d94503654..0aacf81cfa35c355144423cbb26c9b7052a0d12b 100644 (file)
@@ -51,6 +51,7 @@ treechildren::-moz-tree-cell-text(read) {
 
 treechildren::-moz-tree-cell-text(unread) {
   font-weight: bold;
+  color: #FFCF00;
 }
 
 treechildren::-moz-tree-cell-text(imapdeleted) {
@@ -62,6 +63,7 @@ treechildren::-moz-tree-cell-text(imapdeleted) {
  */
 treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
   text-decoration: underline;
+  color: #FFCF00;
 }
 
 /* ::::: priority colors ::::: */