Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
contacts-v2: polyfill + mobile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Oct 1, 2013
1 parent dea9b5a commit 626bc0a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions shiny/Contacts-v2/components/contacts-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
font-variant: small-caps;
color: #9e9e9e;
}
/* @polyfill .contactItem:nth-child(3) */
.contactItem:nth-child(2) {
margin-top: 10px;
border-top-width: 1px;
Expand Down
1 change: 1 addition & 0 deletions shiny/Contacts-v2/components/contacts-detail-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<polymer-element name="contacts-detail-item" noscript attributes="label value">
<template>
<style>
/* @polyfill @host */
:host {
font-size: 18px;
font-family: 'Helvetica Neue Medium', HelveticaNeue-Medium, Helvetica, sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion shiny/Contacts-v2/components/contacts-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<template>
<style>
polymer-ui-toolbar {
background: none !important;
background: transparent none !important;
border: 0 !important;
}
.detailHeader {
Expand Down
2 changes: 2 additions & 0 deletions shiny/Contacts-v2/components/contacts-icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
padding: 8px;
width: 24px;
height: 24px;
line-height: 24px;
font-family: 'Open Sans', Open-Sans, sans-serif;
font-size: 16px;
text-align: center;
Expand All @@ -20,6 +21,7 @@
padding: 24px;
width: 64px;
height: 64px;
line-height: 64px;
}
</style>
<div class="contactIcon {{large: large}}">
Expand Down
1 change: 1 addition & 0 deletions shiny/Contacts-v2/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,maximum-scale=1,user-scalable=no">
<link href="components/contacts-app.html" rel="import">
<script src="../../../polymer/polymer.js"></script>
<link href="../../../polymer-ui-elements/basic.css" rel="stylesheet">
Expand Down

0 comments on commit 626bc0a

Please sign in to comment.