Ticket #1486565: css-cleanup.diff

File css-cleanup.diff, 3.2 KB (added by trisk, 3 years ago)
Line 
1Index: skins/default/common.css
2===================================================================
3--- skins/default/common.css    (revision 3391)
4+++ skins/default/common.css    (working copy)
5@@ -32,9 +32,7 @@
6 
7 h3
8 {
9-  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
10   font-size: 18px;
11-  color: #000000;
12 }
13 
14 a, a:active, a:visited
15@@ -68,8 +66,6 @@
16 input[type="password"],
17 textarea
18 {
19-  font-size: 9pt;
20-  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
21   padding: 1px;
22   padding-left: 3px;
23   padding-right: 3px;
24@@ -78,7 +74,7 @@
25   background-color: #ffffff;
26 }
27 
28-input, textarea
29+input, textarea, select
30 {
31   font-size: 9pt;
32   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
33Index: skins/default/addressbook.css
34===================================================================
35--- skins/default/addressbook.css       (revision 3391)
36+++ skins/default/addressbook.css       (working copy)
37@@ -128,7 +128,7 @@
38   left: 20px;
39   right: 20px;
40   border: 1px solid #999999;
41-  background-color: #F9F9F9;
42+  background-color: #F6F6F6;
43   padding-bottom: 4ex;
44   overflow: auto;
45 }
46@@ -210,7 +210,7 @@
47 body.iframe,
48 #contact-frame
49 {
50-  background-color: #F9F9F9;
51+  background-color: #F6F6F6;
52 }
53 
54 #contact-frame
55Index: skins/default/settings.css
56===================================================================
57--- skins/default/settings.css  (revision 3391)
58+++ skins/default/settings.css  (working copy)
59@@ -91,7 +91,6 @@
60 {
61   width: 420px;
62   table-layout: fixed;
63-  background-color: #F9F9F9;
64 }
65 
66 #subscription-table
67@@ -281,7 +280,7 @@
68 body.iframe,
69 #prefs-frame
70 {
71-  background-color: #F9F9F9;
72+  background-color: #F6F6F6;
73   border: none;
74 }
75 
76Index: skins/default/googiespell.css
77===================================================================
78--- skins/default/googiespell.css       (revision 3391)
79+++ skins/default/googiespell.css       (working copy)
80@@ -18,12 +18,10 @@
81   padding: 1px 4px;
82   margin: 1px 0px;
83   font-size: 9pt;
84-  font-family: "Courier New", Courier, monospace;
85+  font-family: monospace;
86 }
87 
88 .googie_edit_layer span {
89-  font-size: 9pt;
90-  font-family: "Courier New", Courier, monospace;
91 }
92 
93 .googie_list {
94Index: skins/default/editor_content.css
95===================================================================
96--- skins/default/editor_content.css    (revision 3391)
97+++ skins/default/editor_content.css    (working copy)
98@@ -2,7 +2,7 @@
99 /* You can extend this CSS by adding your own CSS file with the the content_css option */
100 
101 body, td, pre {
102-       font-family: Verdana, Arial, Helvetica, sans-serif;
103+       font-family: "Lucida Grande", Verdana,  Arial, Helvetica, sans-serif;
104        font-size: 12px;
105 }
106   
107Index: skins/default/mail.css
108===================================================================
109--- skins/default/mail.css      (revision 3391)
110+++ skins/default/mail.css      (working copy)
111@@ -141,7 +141,6 @@
112 #messagetoolbar select,
113 #compose-container select
114 {
115-  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
116   font-size: 11px;
117   color: #333333;
118   height: 21px;
119@@ -1234,7 +1240,7 @@
120   min-height: 100px;
121   height: 100%;
122   font-size: 9pt;
123-  font-family: "Courier New", Courier, monospace;
124+  font-family: monospace;
125 }
126 
127 #compose-attachments