1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

fix subject text input font

This commit is contained in:
Tankred Hase 2013-09-14 15:55:30 +02:00
parent a05fdd170d
commit 0693c38532
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/* global */
body {
body, input, button {
font-family: 'PT Sans', Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

View File

@ -19,7 +19,7 @@
.subject-line {
float: left;
padding: 0.563em;
padding: 0.5em;
width: 80%;
color: $header-text-color;
}

View File

@ -31,7 +31,7 @@ define(function(require) {
window.open(url, 'Compose Message', 'toolbar=no,width=800,height=700,left=500,top=200,status=no,scrollbars=no,resize=no');
};
if (window.chrome && window.chrome.identity) {
if (false) {
fetchList(function(emails) {
$scope.emails = emails;
$scope.select($scope.emails[0]);