template rework: revert commit because plugin community home uses the css classes
This commit is contained in:
parent
7c9df68964
commit
b6cceda131
|
@ -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;
|
||||
|
|
|
@ -1779,6 +1779,27 @@ input#profile-jot-email {
|
|||
.directory-end {
|
||||
clear: both;
|
||||
}
|
||||
.directory-name {
|
||||
text-align: center;
|
||||
}
|
||||
.directory-photo {
|
||||
margin-left: 15px;
|
||||
}
|
||||
.directory-details {
|
||||
font-size: 0.7em;
|
||||
text-align: center;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.directory-item {
|
||||
float: left;
|
||||
/* width: 225px;
|
||||
height: 260px;*/
|
||||
padding-left: 15px;
|
||||
width: 130px;
|
||||
height: 235px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#directory-search-wrapper {
|
||||
margin-top: 20px;
|
||||
|
@ -1789,6 +1810,11 @@ input#profile-jot-email {
|
|||
#directory-search-end {
|
||||
}
|
||||
|
||||
.directory-photo-img {
|
||||
width: 125px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
.pager {
|
||||
margin-top: 30px;
|
||||
|
|
|
@ -1723,6 +1723,27 @@ input#dfrn-url {
|
|||
.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;*/
|
||||
padding-left: 25px;
|
||||
width: 150px;
|
||||
height: 225px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#directory-search-wrapper {
|
||||
margin-top: 20px;
|
||||
|
@ -1733,6 +1754,11 @@ input#dfrn-url {
|
|||
#directory-search-end {
|
||||
}
|
||||
|
||||
.directory-photo-img {
|
||||
width: 125px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* NOTE: The order of the "pager" items here is very important!
|
||||
* The concern is maintaining a decent-looking pager for people who still use
|
||||
* the numbers, while also having a nice-looking pager for people who use the
|
||||
|
|
|
@ -1568,6 +1568,19 @@ span[id^="showmore-wrap"] {
|
|||
padding-top: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.directory-item {
|
||||
float: left;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
.directory-item .contact-photo {
|
||||
width: 175px;
|
||||
height: 175px;
|
||||
}
|
||||
.directory-item .contact-photo img {
|
||||
width: 175px;
|
||||
height: 175px;
|
||||
}
|
||||
.contact-name {
|
||||
font-weight: bold;
|
||||
padding-top: 15px;
|
||||
|
|
|
@ -1568,6 +1568,19 @@ span[id^="showmore-wrap"] {
|
|||
padding-top: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.directory-item {
|
||||
float: left;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
.directory-item .contact-photo {
|
||||
width: 175px;
|
||||
height: 175px;
|
||||
}
|
||||
.directory-item .contact-photo img {
|
||||
width: 175px;
|
||||
height: 175px;
|
||||
}
|
||||
.contact-name {
|
||||
font-weight: bold;
|
||||
padding-top: 15px;
|
||||
|
|
|
@ -1568,6 +1568,19 @@ span[id^="showmore-wrap"] {
|
|||
padding-top: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.directory-item {
|
||||
float: left;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
.directory-item .contact-photo {
|
||||
width: 175px;
|
||||
height: 175px;
|
||||
}
|
||||
.directory-item .contact-photo img {
|
||||
width: 175px;
|
||||
height: 175px;
|
||||
}
|
||||
.contact-name {
|
||||
font-weight: bold;
|
||||
padding-top: 15px;
|
||||
|
|
|
@ -899,6 +899,15 @@ span[id^="showmore-wrap"] {
|
|||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.directory-item {
|
||||
float: left;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
.contact-photo {
|
||||
width: 175px; height: 175px;
|
||||
img { width: 175px; height: 175px; }
|
||||
}
|
||||
}
|
||||
.contact-name { font-weight: bold; padding-top: 15px; }
|
||||
.contact-details {
|
||||
color: @Grey3; white-space: nowrap;
|
||||
|
|
|
@ -3656,6 +3656,25 @@ margin-left: 0px;
|
|||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* ============= */
|
||||
/* = Directory = */
|
||||
/* ============= */
|
||||
|
||||
.directory-item {
|
||||
float: left;
|
||||
margin: 50px 50px 0px 0px;
|
||||
}
|
||||
|
||||
.directory-details {
|
||||
font-size: 0.9em;
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.directory-name {
|
||||
font-size: 1em;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
/* ========= */
|
||||
/* = Admin = */
|
||||
/* ========= */
|
||||
|
|
Loading…
Reference in a new issue