git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@78 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
77 lines
1.2 KiB
CSS
77 lines
1.2 KiB
CSS
.akismet-status {
|
|
float: right;
|
|
}
|
|
.akismet-status a {
|
|
color: #AAA;
|
|
font-style: italic;
|
|
}
|
|
.akismet-history {
|
|
margin: 13px;
|
|
}
|
|
.akismet-history div {
|
|
margin-bottom: 13px;
|
|
}
|
|
.akismet-history span {
|
|
color: #999;
|
|
}
|
|
|
|
#wp-bp-activities-wrap {
|
|
padding: 5px 0;
|
|
}
|
|
#bp-activities {
|
|
height: 120px;
|
|
}
|
|
#bp-replyhead {
|
|
font-size: 1em;
|
|
line-height: 1.4em;
|
|
margin: 0;
|
|
}
|
|
#bp-replysubmit {
|
|
margin: 0;
|
|
padding: 0 0 3px;
|
|
text-align: center;
|
|
}
|
|
#bp-replysubmit .error {
|
|
color: red;
|
|
line-height: 21px;
|
|
text-align: center;
|
|
vertical-align: center;
|
|
}
|
|
#bp-replysubmit img.waiting {
|
|
float: right;
|
|
padding: 4px 10px 0;
|
|
vertical-align: top;
|
|
}
|
|
#bp-activities-form .column-response img {
|
|
float: left;
|
|
margin-right: 10px;
|
|
margin-top: 1px;
|
|
}
|
|
.activity-errors {
|
|
list-style-type: disc;
|
|
margin-left: 2em;
|
|
}
|
|
|
|
#bp_activity_action div.inside,
|
|
#bp_activity_content div.inside {
|
|
line-height: 0;
|
|
}
|
|
#bp_activity_action h3,
|
|
#bp_activity_content h3 {
|
|
cursor: auto;
|
|
}
|
|
#bp_activity_action td.mceIframeContainer,
|
|
#bp_activity_content td.mceIframeContainer {
|
|
background-color: white;
|
|
}
|
|
#post-body #bp-activities-action_resize,
|
|
#post-body #bp-activities-content_resize {
|
|
position: inherit;
|
|
margin-top: -2px;
|
|
}
|
|
#bp_activity_link input {
|
|
width: 99%;
|
|
}
|
|
#bp-activities-primaryid {
|
|
margin-bottom: 1em;
|
|
} |