1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 18:37:35 +01:00

Improved text area autoresize behaviour

This commit is contained in:
Giulio Cesare Solaroli
2015-02-26 21:03:33 +01:00
parent 375fc0c10e
commit a4718b2c04
8 changed files with 140 additions and 41 deletions

View File

@@ -225,6 +225,12 @@ $cardViewBasePadding: 10px;
}
.cardField {
border-top: 1px solid #eee;
&:last-child {
border-bottom: 1px solid #eee;
};
&:hover {
background-color: #eee;
}
@@ -305,17 +311,19 @@ $cardViewBasePadding: 10px;
}
.cardNotes {
padding: $cardViewBasePadding;
width: 100%;
border: 0px;
font-size: 10pt;
font-style: italic;
// font-style: italic;
white-space: pre-wrap;
word-wrap: break-word;
// background-color: gold;
div {
padding: $cardViewBasePadding;
}
}
.dropArea {

View File

@@ -77,6 +77,7 @@
font-size: 10pt;
font-weight: 100;
padding-bottom: 5px;
line-height: 1.2em;
}
a.button {