Contacts tags support (unstable - step 1).

+ Small fixes
This commit is contained in:
RainLoop Team 2014-05-13 12:29:36 +04:00
parent 74fa12c000
commit 0ca00dec40
34 changed files with 1790 additions and 801 deletions

View file

@ -175,7 +175,7 @@
float: left;
padding: 0 8px 0 6px;
}
.shareParent {
display: none;
float: right;
@ -224,7 +224,7 @@
}
&.selected {
background-color: #fff;
z-index: 102;
@ -238,7 +238,7 @@
}
}
}
.b-view-content-toolbar {
background-color: #f5f5f5;
padding: 7px;
@ -279,6 +279,27 @@
-webkit-overflow-scrolling: touch;
}
.tags-property-container {
font-size: 18px;
width: 400px;
.inputosaurus-container {
border-width: 1px;
border-color: transparent;
.box-shadow(none);
&:hover {
.box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
border-color: #ccc;
}
&.inputosaurus-focused {
.box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
border-color: #999;
}
}
}
.contactValueStatic, .contactValueLargeStatic, .contactValueTextAreaStatic {
height: 20px;
line-height: 20px;
@ -288,7 +309,7 @@
color: #555;
display: none;
}
&.read-only {
.contactValueStatic, .contactValueLargeStatic, .contactValueTextAreaStatic {
display: inline-block;
@ -361,7 +382,7 @@
color: #ddd;
}
}
.contactValueTextArea {
width: 300px;
}