Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Further clean up of the facebook theme with tweaks from vdepizzol.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgorbatchev committed Jun 8, 2011
1 parent 7bab773 commit 1b1db09
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions styles/token-input-facebook.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ ul.token-input-list-facebook {
font-size: 12px;
font-family: Verdana;
min-height: 1px;
line-height: 15px;
z-index: 999;
margin: 0;
padding: 0;
padding: 2px 0;
background-color: #fff;
list-style-type: none;
clear: left;
Expand All @@ -20,17 +21,18 @@ ul.token-input-list-facebook {
ul.token-input-list-facebook li input {
border: 0;
width: 100px;
padding: 3px 8px;
padding: 2px 3px;
background-color: white;
margin: 2px 0;
font: inherit;
-webkit-appearance: caret;
}

li.token-input-token-facebook {
overflow: hidden;
height: auto !important;
height: 15px;
margin: 3px 0px 0 3px;
margin: 2px 0 2px 4px;
padding: 1px 1px 1px 3px;
background-color: #eff2f7;
color: #000;
Expand All @@ -52,10 +54,19 @@ li.token-input-token-facebook p {

li.token-input-token-facebook span {
color: #a6b3cf;
margin-left: 3px;
margin: 1px 0 0 2px;
font-weight: bold;
cursor: pointer;
padding: 0 2px;
padding: 2px;
width: 11px;
height: 11px;
line-height: 9px;
display: inline-block;
text-align: center;
vertical-align: top;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

li.token-input-token-facebook span:hover {
Expand All @@ -72,7 +83,7 @@ li.token-input-selected-token-facebook {
li.token-input-input-token-facebook {
float: left;
margin: 0;
padding: 0;
padding: 1px;
list-style-type: none;
}

Expand Down Expand Up @@ -134,3 +145,4 @@ div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-faceb
background-color: #3b5998;
color: #fff;
}

0 comments on commit 1b1db09

Please sign in to comment.