1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-25 01:37:34 +02:00

Applied most of the style suggestions from Frank, tentative fix for IE

wide layout
This commit is contained in:
Dario Chiappetta
2015-11-27 16:16:58 +01:00
parent cc3ee3324e
commit ce0883a7f1
9 changed files with 119 additions and 456 deletions

View File

@@ -1099,15 +1099,15 @@ $cardViewBasePadding: 10px;
.optionsWrapper {
header {
height: 12px;
height: 30px;
border-bottom: 1px solid #666;
div {
content: "options";
@include icon-font();
// text-align: right;
font-size: 8pt;
line-height: 14px;
text-align: center;
font-size: 28px;
line-height: 30px;
color: #999;
padding-left: 5px;
@@ -1119,7 +1119,8 @@ $cardViewBasePadding: 10px;
.options {
// height: inherit;
background-color: #888;
// background-color: #888;
background-color: white;
padding-left: $passwordBaloonBorder;
padding-right: $passwordBaloonBorder /* + 30px */;
padding-bottom: 3px;
@@ -1136,6 +1137,10 @@ $cardViewBasePadding: 10px;
}
}
span {
color:black;
}
.length {
padding-top: 2px;
@@ -1182,7 +1187,7 @@ $cardViewBasePadding: 10px;
label {
span {
font-size: 10pt;
color: #eee;
color: black;
&:after {
content: '';
@@ -1197,6 +1202,7 @@ $cardViewBasePadding: 10px;
textarea {
color: gray;
min-height: 34px;
border:1px solid black;
&:focus {
outline: 0;
@@ -1214,6 +1220,7 @@ $cardViewBasePadding: 10px;
padding: $passwordBaloonBorder;
padding-top: 3px;
padding-right: 0px;
padding-left: 0;
.passwordWrapper {
@include flex(auto);
@@ -1245,10 +1252,12 @@ $cardViewBasePadding: 10px;
@include icon-font();
font-size: 14pt;
font-weight: bold;
text-align: center;
text-align: left;
padding-left: .5em;
color: #999;
width: 40px;
width: 30px;
height: inherit;
line-height: 35px;
&.setPasswordValue {
background-color: lighten($passwordBaloonColor, 5%);

View File

@@ -171,13 +171,14 @@ refer to http://www.clipperz.com.
@include flexbox();
@include flex-direction(row);
&:before {
&.title:before {
content: "tag";
}
span.label {
font-size: 14pt;
@include flex(auto);
padding-left: 35px;
}
span.count {
@@ -241,13 +242,13 @@ refer to http://www.clipperz.com.
}
span.count {
background-color: gray;
background-color: white;
font-size: 10pt;
margin-right: 12px;
padding: 3px 5px;
@include border-radius(4px);
color: white;
color: black;
font-weight: 300;
vertical-align: middle;
}