Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #211 from vanderhoorn/master
Browse files Browse the repository at this point in the history
font-family improvements
  • Loading branch information
loopj committed Nov 12, 2011
2 parents c21349a + 28fbe00 commit dfd9231
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions styles/token-input-facebook.css
Expand Up @@ -7,7 +7,7 @@ ul.token-input-list-facebook {
border: 1px solid #8496ba; border: 1px solid #8496ba;
cursor: text; cursor: text;
font-size: 12px; font-size: 12px;
font-family: Verdana; font-family: Verdana, sans-serif;
min-height: 1px; min-height: 1px;
z-index: 999; z-index: 999;
margin: 0; margin: 0;
Expand Down Expand Up @@ -80,7 +80,7 @@ div.token-input-dropdown-facebook {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
cursor: default; cursor: default;
font-size: 11px; font-size: 11px;
font-family: Verdana; font-family: Verdana, sans-serif;
z-index: 1; z-index: 1;
} }


Expand Down
8 changes: 4 additions & 4 deletions styles/token-input-mac.css
Expand Up @@ -26,7 +26,7 @@ ul.token-input-list-mac {
height: 1%; height: 1%;
cursor: text; cursor: text;
font-size: 12px; font-size: 12px;
font-family: Verdana; font-family: Verdana, sans-serif;
min-height: 1px; min-height: 1px;
z-index: 999; z-index: 999;
margin: 0; margin: 0;
Expand Down Expand Up @@ -58,7 +58,7 @@ li.token-input-token-mac span {
/* TOKENS */ /* TOKENS */


li.token-input-token-mac { li.token-input-token-mac {
font-family: "Lucida Grande", Arial, serif; font-family: "Lucida Grande", Arial, sans-serif;
font-size: 9pt; font-size: 9pt;
line-height: 12pt; line-height: 12pt;
overflow: hidden; overflow: hidden;
Expand Down Expand Up @@ -122,7 +122,7 @@ div.token-input-dropdown-mac {
overflow: hidden; overflow: hidden;
cursor: default; cursor: default;
font-size: 10pt; font-size: 10pt;
font-family: "Lucida Grande", Arial, serif; font-family: "Lucida Grande", Arial, sans-serif;
padding: 5px; padding: 5px;
border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px;
Expand All @@ -142,7 +142,7 @@ div.token-input-dropdown-mac p {
} }


div.token-input-dropdown-mac h3.token-input-dropdown-category-mac { div.token-input-dropdown-mac h3.token-input-dropdown-category-mac {
font-family: "Lucida Grande", Arial, serif; font-family: "Lucida Grande", Arial, sans-serif;
font-size: 10pt; font-size: 10pt;
font-weight: bold; font-weight: bold;
border: none; border: none;
Expand Down
4 changes: 2 additions & 2 deletions styles/token-input.css
Expand Up @@ -7,7 +7,7 @@ ul.token-input-list {
border: 1px solid #999; border: 1px solid #999;
cursor: text; cursor: text;
font-size: 12px; font-size: 12px;
font-family: Verdana; font-family: Verdana, sans-serif;
z-index: 999; z-index: 999;
margin: 0; margin: 0;
padding: 0; padding: 0;
Expand Down Expand Up @@ -72,7 +72,7 @@ div.token-input-dropdown {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
cursor: default; cursor: default;
font-size: 12px; font-size: 12px;
font-family: Verdana; font-family: Verdana, sans-serif;
z-index: 1; z-index: 1;
} }


Expand Down

0 comments on commit dfd9231

Please sign in to comment.