Skip to content

Commit

Permalink
added typeahead and widget screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
QQWDG committed Sep 7, 2013
1 parent 672a514 commit a8726d0
Show file tree
Hide file tree
Showing 6 changed files with 1,211 additions and 8 deletions.
45 changes: 44 additions & 1 deletion phantom/static/phantom/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1927,4 +1927,47 @@ a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .
display: none !important;
}
}
/* End print directives */
/* End print directives */

.tt-hint {
color: #999
}

.tt-dropdown-menu {
width: 600px;
margin-top: 12px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
padding: 8px 20px;
font-size: 14px;
line-height: 18px;
}

.tt-suggestion + .tt-suggestion {
font-size: 14px;
border-top: 1px solid #ccc;
}

.tt-suggestions .repo-language {
float: right;
font-style: italic;
}

.tt-suggestions .repo-name {
font-size: 20px;
font-weight: bold;
}

.tt-suggestions .repo-description {
margin: 0;
}
Loading

0 comments on commit a8726d0

Please sign in to comment.