streams/view/css/conversation.css

358 lines
4.7 KiB
CSS
Raw Normal View History

/* jot */
#jot-title,
#jot-category,
#jot-pagetitle {
border: 0px;
margin: 0px;
padding: 8px;
2014-03-22 20:10:26 +00:00
height: 3.4em;
width: 70%;
margin-bottom: 5px;
}
.jothidden {
display:none;
}
#profile-jot-text {
2014-03-22 20:10:26 +00:00
height: 3.4em;
padding: 8px;
2014-03-22 20:10:26 +00:00
width: 100%;
}
#profile-jot-text-loading {
float: left;
padding: 30px 0px 0px 12px;
}
#profile-jot-submit-wrapper {
margin-top: 10px;
}
#jot-perms-icon {
margin: 1px;
}
#profile-jot-perms-end {
height: 30px;
}
#profile-jot-end {
margin-bottom: 30px;
}
#profile-rotator-wrapper {
float: left;
}
#profile-rotator {
margin: 16px 0px 0px 16px;
}
/* this is referenced in js/acl.js - not sure if it is still needed. */
.profile-jot-net {
float: left;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
/* conversation */
2013-12-18 18:47:00 +00:00
.thread-wrapper.toplevel_item {
width: 90%;
}
/* conv_item */
.hide-comments-outer {
margin-left: 10px;
}
.wall-item-content-wrapper {
margin-top: 10px;
position: relative;
}
2013-12-18 20:13:48 +00:00
.wall-item-content-wrapper .wall-item-delete-wrapper {
opacity: 0;
}
.wall-item-content-wrapper:hover .wall-item-delete-wrapper {
opacity: 1;
}
.wall-item-info {
display: block;
float: left;
2014-03-10 18:25:38 +00:00
margin-right: 20px;
}
.wallwall .wwto {
left: 50px;
margin: 0;
position: absolute;
width: 30px
}
.wallwall .wwto img {
width: 30px !important;
height: 30px !important;
}
.wallwall .wall-item-photo-end {
clear: both;
}
.wall-item-photo-wrapper {
margin-top: 0px;
margin-left: 10px;
margin-bottom: 10px;
}
.wall-item-photo-menu-button {
left:10px;
display: block;
position: absolute;
margin: 0px;
padding: 0px;
width: 16px;
height: 16px;
overflow: hidden;
text-indent: 40px;
display: none;
}
.wall-item-photo-menu {
left:10px;
width: auto;
position: absolute;
display: none;
z-index: 10000;
}
.wall-item-photo-menu ul {
margin:0px;
padding: 0px;
}
.wall-item-photo-menu li a {
display: block;
padding: 2px;
}
.wall-item-arrowphoto-wrapper {
position: absolute;
z-index: 99;
left: 75px;
}
.wall-item-wrapper {
margin-left:10px;
}
.wall-item-arrowphoto-wrapper {
}
.lockview {
cursor: pointer;
}
.lockview-panel {
padding: 3px 20px;
}
.wall-item-author {
margin-top: 10px;
}
.wall-item-ago .icon-ok {
cursor: pointer;
}
.wall-item-content {
margin-left: 10px;
overflow: auto;
}
.wall-item-content img {
max-width: 95%;
}
.wall-item-title {
float: left;
font-weight: bold;
}
.wall-item-title-end {
clear: both;
}
.wall-item-body {
margin-top: 10px;
word-wrap: break-word;
}
.wall-item-body.divmore {
padding-bottom: 15px;
}
.body-tag, .filesavetags, .categorytags {
opacity: 0.5;
filter:alpha(opacity=50);
}
.body-tag:hover, .filesavetags:hover, .categorytags:hover {
opacity: 1.0 !important;
filter:alpha(opacity=100) !important;
}
.body-tag {
margin-top: 15px;
}
.wall-item-tools {
clear: both;
padding: 5px 10px;
}
.item-tool {
float: left;
margin-right: 8px;
cursor: pointer;
}
.like-rotator {
float: left;
margin: 8px;
}
.wall-item-delete-wrapper {
float: right;
}
.wall-item-delete-end {
clear: both;
}
.item-select {
opacity: 0.1;
filter:alpha(opacity=10);
float: right;
margin-right: 10px;
}
.item-select:hover,
.checkeditem {
opacity: 1;
filter:alpha(opacity=100);
}
.wall-item-like,
.wall-item-dislike {
margin-top: 5px;
}
.wall-item-wrapper-end {
clear: both;
}
/* comment_item */
.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-photo {
width: 40px;
}
.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-text-empty {
height: 1.5em;
}
.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-submit-wrapper > .comment-edit-submit {
margin-left: 50px;
}
.comment-edit-photo {
2014-03-10 18:25:38 +00:00
margin: 10px 20px 10px 10px;
float: left;
}
[class^="comment-edit-bb"] {
display: none;
margin: 0px 0 -5px 0px;
padding: 0px;
width: 75%;
2014-03-27 18:56:22 +00:00
min-width: 170px
}
[class^="comment-edit-bb"] > li {
display: inline-block;
margin: 10px 10px 0 0;
visibility: none;
}
[class^="comment-edit-bb-end"] {
clear: both;
}
.comment-edit-text-empty, .comment-edit-text-full {
float: left;
margin-top: 10px;
padding: 3px 1px 1px 3px;
padding: 8px;
}
.comment-edit-text-empty {
2014-03-22 20:10:26 +00:00
height: 2.8em;
width: 30%;
2014-03-27 18:56:22 +00:00
min-width: 170px;
overflow: auto;
margin-bottom: 10px;
}
.comment-edit-text-full {
height: 150px;
width: 50%;
2014-03-27 18:56:22 +00:00
min-width: 170px;
overflow: auto;
}
.qcomment {
border: 1px solid #EEE;
padding: 3px;
margin-top: 15px;
margin-left: 25px;
width: 125px;
overflow-y: auto;
}
.qcomment option {
width: 125px;
overflow-x: hidden;
}
.qcomment {
opacity: 0.3;
filter:alpha(opacity=30);
}
.qcomment:hover {
opacity: 1.0;
filter:alpha(opacity=100);
}
.comment-edit-text-end {
clear: both;
}
.comment-edit-submit {
margin: 10px 0px 10px 110px;
}
.comment-preview-icon {
margin-left: 15px;
}