Merge branch 'pull'
This commit is contained in:
commit
622b25df5f
|
@ -72,6 +72,8 @@
|
||||||
@NoticeColor: @Grey1;
|
@NoticeColor: @Grey1;
|
||||||
@NoticeBackgroundColor: #511919;
|
@NoticeBackgroundColor: #511919;
|
||||||
|
|
||||||
|
@FieldHelpColor: @Grey3;
|
||||||
|
|
||||||
@ThreadBackgroundColor: #f6f7f8;
|
@ThreadBackgroundColor: #f6f7f8;
|
||||||
@ShinyBorderColor: @Green4;
|
@ShinyBorderColor: @Green4;
|
||||||
|
|
||||||
|
|
|
@ -615,7 +615,7 @@ aside #profiles-menu {
|
||||||
}
|
}
|
||||||
#contact-block .contact-block-content {
|
#contact-block .contact-block-content {
|
||||||
clear: both;
|
clear: both;
|
||||||
overflow: idden;
|
overflow: hidden;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
#contact-block .contact-block-link {
|
#contact-block .contact-block-link {
|
||||||
|
@ -623,7 +623,7 @@ aside #profiles-menu {
|
||||||
margin: 0px 2px 2px 0px;
|
margin: 0px 2px 2px 0px;
|
||||||
}
|
}
|
||||||
#contact-block .contact-block-link img {
|
#contact-block .contact-block-link img {
|
||||||
widht: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
/* mail view */
|
/* mail view */
|
||||||
|
@ -787,7 +787,7 @@ section {
|
||||||
}
|
}
|
||||||
.wall-item-decor {
|
.wall-item-decor {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 790px;
|
left: 97%;
|
||||||
top: -10px;
|
top: -10px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
@ -968,6 +968,10 @@ section {
|
||||||
background: url("../../../images/tag.png") no-repeat center right;
|
background: url("../../../images/tag.png") no-repeat center right;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
.filesavetags {
|
||||||
|
padding: 3px 0px 3px 0px;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
.wwto {
|
.wwto {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
|
@ -1304,6 +1308,37 @@ ul.tabs li {
|
||||||
ul.tabs li .active {
|
ul.tabs li .active {
|
||||||
border-bottom: 1px solid #009100;
|
border-bottom: 1px solid #009100;
|
||||||
}
|
}
|
||||||
|
/** group editor **/
|
||||||
|
#group-edit-desc {
|
||||||
|
margin-top: 1em;
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
|
#group-update-wrapper {
|
||||||
|
height: auto;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
#group-update-wrapper #group {
|
||||||
|
width: 300px;
|
||||||
|
float: left;
|
||||||
|
margin-right: 20px;
|
||||||
|
}
|
||||||
|
#group-update-wrapper #contacts {
|
||||||
|
width: 300px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
#group-update-wrapper #group-separator {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#group-update-wrapper .contact_list {
|
||||||
|
height: 300px;
|
||||||
|
border: 1px solid #364e59;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
#group-update-wrapper .contact_list .contact-block-div {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Form fields
|
* Form fields
|
||||||
*/
|
*/
|
||||||
|
@ -1326,7 +1361,7 @@ ul.tabs li .active {
|
||||||
.field .field_help {
|
.field .field_help {
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 200px;
|
margin-left: 200px;
|
||||||
color: #666666;
|
color: #999999;
|
||||||
}
|
}
|
||||||
.field .onoff {
|
.field .onoff {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
@ -448,7 +448,7 @@ section {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
width: 780px;
|
width: 780px;
|
||||||
}
|
}
|
||||||
.wall-item-decor { position: absolute; left: 790px; top: -10px; width: 16px;}
|
.wall-item-decor { position: absolute; left: 97%; top: -10px; width: 16px;}
|
||||||
.unstarred { display: none; }
|
.unstarred { display: none; }
|
||||||
|
|
||||||
.wall-item-container {
|
.wall-item-container {
|
||||||
|
@ -570,6 +570,10 @@ section {
|
||||||
color: @TagColor;
|
color: @TagColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.filesavetags {
|
||||||
|
padding: 3px 0px 3px 0px;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
.wwto {
|
.wwto {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
|
|
|
@ -787,7 +787,7 @@ section {
|
||||||
}
|
}
|
||||||
.wall-item-decor {
|
.wall-item-decor {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 790px;
|
left: 97%;
|
||||||
top: -10px;
|
top: -10px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
@ -968,6 +968,10 @@ section {
|
||||||
background: url("../../../images/tag.png") no-repeat center right;
|
background: url("../../../images/tag.png") no-repeat center right;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
.filesavetags {
|
||||||
|
padding: 3px 0px 3px 0px;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
.wwto {
|
.wwto {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
|
|
Loading…
Reference in a new issue