template rework: revert commit because plugin community home uses the css classes
This commit is contained in:
parent
7c9df68964
commit
b6cceda131
8 changed files with 142 additions and 1 deletions
|
@ -963,7 +963,7 @@ input#dfrn-url {
|
|||
}
|
||||
|
||||
.wall-item-content-wrapper.comment {
|
||||
/* margin-left: 50px;*/
|
||||
# margin-left: 50px;
|
||||
background: #EEEEEE;
|
||||
}
|
||||
|
||||
|
@ -1446,6 +1446,24 @@ blockquote.shared_content {
|
|||
.directory-end {
|
||||
clear: both;
|
||||
}
|
||||
.directory-name {
|
||||
text-align: center;
|
||||
}
|
||||
.directory-photo {
|
||||
margin-left: 25px;
|
||||
}
|
||||
.directory-details {
|
||||
font-size: 0.7em;
|
||||
text-align: center;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.directory-item {
|
||||
float: left;
|
||||
width: 225px;
|
||||
height: 260px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#directory-search-wrapper {
|
||||
margin-top: 20px;
|
||||
|
@ -1456,6 +1474,10 @@ blockquote.shared_content {
|
|||
#directory-search-end {
|
||||
}
|
||||
|
||||
.directory-photo-img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
.pager {
|
||||
padding: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue