Some styling tweaks

This commit is contained in:
Martin Kleinschrodt 2013-11-27 21:37:41 +01:00
parent 6bc725936f
commit 775f0e888d
4 changed files with 7 additions and 7 deletions

View File

@ -3,11 +3,11 @@
<style>
:host {
padding: 8px 0;
background: rgba(245, 245, 245, 0.8);
background: rgba(232, 232, 232, 0.8);
display: -webkit-box;
/*-webkit-box-align: center;*/
box-sizing: border-box;
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
border-bottom: solid 2px rgba(0, 0, 0, 0.15);
overflow: hidden;
}

View File

@ -7,7 +7,7 @@
height: 100%;
box-sizing: border-box;
font-size: 0;
padding: 47px 5px 5px 5px;
padding: 50px 5px 5px 5px;
}
.list > * {

View File

@ -39,7 +39,7 @@
}
.inner {
padding: 13.5px 15px;
padding: 12px;
min-height: 23px;
background: #fff;
border: solid 1px rgba(0, 0, 0, 0.08);
@ -61,7 +61,7 @@
}*/
:host.selected .inner {
background: orange;
background: #ffd84a;
}
.delete {

View File

@ -3,7 +3,7 @@
<style>
:host {
display: block;
padding-top: 47px;
padding-top: 50px;
overflow: scroll;
-webkit-overflow-scrolling: touch;
height: 100%;
@ -42,7 +42,7 @@
.field > .label {
width: 100px;
text-align: right;
color: rgb(175, 175, 175);
color: #539dc6;
/*font-size: 15px;*/
}