fix profile images and contact selector in group editor in dispy theme
This commit is contained in:
parent
21769d7390
commit
73040891f1
|
@ -336,6 +336,9 @@ aside #viewcontacts { text-align: right;}
|
||||||
#acl-wrapper-end,
|
#acl-wrapper-end,
|
||||||
#profile-jot-end { clear: both; height: 5px; }
|
#profile-jot-end { clear: both; height: 5px; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* section
|
* section
|
||||||
*/
|
*/
|
||||||
|
@ -441,7 +444,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.wallwall .wwto img { width: 30px; height: 30px;}
|
.wallwall .wwto img { width: 30px!important; height: 30px!important;}
|
||||||
.wallwall .wall-item-photo-end { clear: both; }
|
.wallwall .wall-item-photo-end { clear: both; }
|
||||||
.wall-item-arrowphoto-wrapper {
|
.wall-item-arrowphoto-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -474,7 +477,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
|
||||||
.ccollapse-wrapper { font-size: 0.9em; margin-left: 80px; }
|
.ccollapse-wrapper { font-size: 0.9em; margin-left: 80px; }
|
||||||
|
|
||||||
.wall-item-outside-wrapper.comment { margin-left: 80px; }
|
.wall-item-outside-wrapper.comment { margin-left: 80px; }
|
||||||
.wall-item-outside-wrapper.comment .wall-item-photo { width: 40px; height: 40px;}
|
.wall-item-outside-wrapper.comment .wall-item-photo { width: 40px!important; height: 40px!important;}
|
||||||
.wall-item-outside-wrapper.comment .wall-item-photo-wrapper {width: 40px; height: 40px; }
|
.wall-item-outside-wrapper.comment .wall-item-photo-wrapper {width: 40px; height: 40px; }
|
||||||
.wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
|
.wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
|
||||||
width: 50px; top: 45px; background-position: 35px center;
|
width: 50px; top: 45px; background-position: 35px center;
|
||||||
|
@ -719,7 +722,8 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
|
||||||
/**
|
/**
|
||||||
* contacts selector
|
* contacts selector
|
||||||
*/
|
*/
|
||||||
|
#group-edit-desc { margin: 10px 0xp; }
|
||||||
|
#group-members,
|
||||||
#prof-members {
|
#prof-members {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -728,6 +732,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
|
||||||
-moz-border-radius: 5px 5px 0px 0px;
|
-moz-border-radius: 5px 5px 0px 0px;
|
||||||
border-radius: 5px 5px 0px 0px;
|
border-radius: 5px 5px 0px 0px;
|
||||||
}
|
}
|
||||||
|
#group-all-contacts,
|
||||||
#prof-all-contacts {
|
#prof-all-contacts {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -736,6 +741,8 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
|
||||||
-moz-border-radius: 0px 0px 5px 5px;
|
-moz-border-radius: 0px 0px 5px 5px;
|
||||||
border-radius: 0px 0px 5px 5px;
|
border-radius: 0px 0px 5px 5px;
|
||||||
}
|
}
|
||||||
|
#group-members h3,
|
||||||
|
#group-all-contacts h3,
|
||||||
#prof-members h3,
|
#prof-members h3,
|
||||||
#prof-all-contacts h3{
|
#prof-all-contacts h3{
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
|
@ -743,7 +750,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
#group-separator,
|
||||||
#prof-separator { display: none;}
|
#prof-separator { display: none;}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue