Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1078174 - [Contact] Improve UI on contact settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Ivanov committed Oct 23, 2014
1 parent 6fbcd67 commit a94c221
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions apps/communications/contacts/style/app.css
Expand Up @@ -246,10 +246,6 @@ li button.activity > b em {
pointer-events: none;
}

[data-type="list"] li aside.pack-end {
margin: 0 2rem 0 0;
}

/* Selection tag extended from shared/style/buttons.css */
.view-select-tag .selection-list li button {
background-color: #fff;
Expand Down
5 changes: 3 additions & 2 deletions apps/communications/contacts/style/contacts.css
Expand Up @@ -407,7 +407,7 @@ gaia-header [data-icon] {
}
#view-settings [data-type="list"] li#settingsOrder aside {
pointer-events: none;
align-self: flex-end;
align-self: center;
}

/* Cutom FB item */
Expand Down Expand Up @@ -681,7 +681,8 @@ gaia-header [data-icon] {
margin-top: 1rem;
}

#sources > li {
#sources > li,
#contactsManagement > li {
border-bottom: none;
height: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion shared/style/lists.css
Expand Up @@ -160,7 +160,7 @@ li a:active {
font-size: 1.8rem;
line-height: 2.2rem;
color: #333;
padding: 1rem 0 0;
padding: 0.5rem 0 0;
}

[data-type="list"] li p:only-child,
Expand Down

0 comments on commit a94c221

Please sign in to comment.