Minor bug fixes; styling tweaks

This commit is contained in:
Martin Kleinschrodt 2013-11-26 23:35:55 +01:00
parent d655032965
commit c6155d3302
3 changed files with 6 additions and 5 deletions

View File

@ -34,7 +34,6 @@
top: 0;
bottom: 0;
margin: auto;
overflow: hidden;
}
::-webkit-search-cancel-button {
@ -63,7 +62,7 @@
<div class="title">Are you sure you want to delete this record?</div>
<div>Cancel</div>
<div class="negative" on-click="{{ deleteRecord }}">Delete</div>
</safe-idalog>
</safe-dialog>
</template>
<script>
Polymer("safe-app", {

View File

@ -42,7 +42,8 @@
padding: 13.5px 15px;
min-height: 23px;
background: #fff;
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
border: solid 1px rgba(0, 0, 0, 0.08);
border-bottom: solid 1px rgba(0, 0, 0, 0.12);
margin-top: 5px;
-webkit-transition: background 0.2s;
}

View File

@ -12,7 +12,8 @@
.field {
display: -webkit-box;
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
border: solid 1px rgba(0, 0, 0, 0.08);
border-bottom: solid 1px rgba(0, 0, 0, 0.12);
background: #fff;
margin: 5px;
}
@ -42,7 +43,7 @@
width: 100px;
text-align: right;
color: rgb(175, 175, 175);
font-size: 15px;
/*font-size: 15px;*/
}
.field > .value {