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;
}

View file

@ -175,9 +175,9 @@ html.ssm-state-tablet {
}
html.rl-left-panel-disabled {
#rl-left {
width: 65px !important;
width: 60px !important;
.show-on-panel-disabled {
display: block;
@ -201,7 +201,7 @@ html.rl-left-panel-disabled {
}
#rl-right {
left: 65px !important;
left: 60px !important;
}
}

View file

@ -1,14 +1,21 @@
.inputosaurus-container {
width: 99%;
line-height: 20px;
padding: 2px;
border: 1px solid #cccccc;
border-radius: 3px;
.box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
.transition(~"border linear .2s, box-shadow linear .2s");
&.inputosaurus-focused {
background-color: #fff;
border: @rlInputBorderSize solid darken(@inputBorder, 20%);
.box-shadow(none);
}
li {
max-width: 500px;
background-color: #eee;