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

Commit

Permalink
contacts-v2: various small styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Oct 30, 2013
1 parent b6e2b05 commit ebb724b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions shiny/Contacts-v2/components/contacts-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@
display: none;
}
.contactItem.header {
background: #f0f0f0;
background: white;
border-style: solid;
border-color: rgba(0, 0, 0, 0.15);
border-width: 0 1px 1px;
box-sizing: border-box;
color: #999;
font-variant: small-caps;
padding: 16px 24px;
font-family: 'Helvetica Neue Medium', HelveticaNeue-Medium, Helvetica, sans-serif;
}
[tabletLayout] .contactItem.header:nth-child(3) {
border-top-width: 1px;
Expand Down Expand Up @@ -204,7 +204,7 @@
</polymer-ui-overlay>
<polymer-ui-toolbar id="toolbar">
<polymer-ui-icon-button icon="menu" on-tap="{{menuAction}}"></polymer-ui-icon-button>
<div flex>Everyone</div>
<div flex>All Contacts</div>
<polymer-ui-icon-button icon="search"></polymer-ui-icon-button>
<template if="{{desktopLayout}}">
<polymer-ui-icon-button icon="shortcut"></polymer-ui-icon-button>
Expand Down
2 changes: 1 addition & 1 deletion shiny/Contacts-v2/components/contacts-create-add-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:host {
padding: 16px;
border-color: rgba(0, 0, 0, 0.14902);
border-width: 0 1px 1px;
border-width: 0 0 1px;
border-style: solid;
color: #999;
font-family: 'Helvetica Neue Medium', HelveticaNeue-Medium, Helvetica, sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion shiny/Contacts-v2/components/contacts-create-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:host {
padding: 16px;
border-color: rgba(0, 0, 0, 0.14902);
border-width: 0 1px 1px;
border-width: 0 0 1px;
border-style: solid;
}
input {
Expand Down

0 comments on commit ebb724b

Please sign in to comment.