bring loozah theme up to date, move name slightly lower

This commit is contained in:
Friendika 2011-03-09 17:59:26 -08:00
parent 7b9dff1db7
commit d6e4cd9d6b
2 changed files with 40 additions and 15 deletions

View File

@ -203,7 +203,7 @@ div.wall-item-content-wrapper.shiny {
background-repeat:no-repeat; background-repeat:no-repeat;
} }
/* from defautlt */ /* from default */
#jot-perms-icon, #jot-perms-icon,
#profile-location, #profile-location,
#profile-nolocation, #profile-nolocation,
@ -977,6 +977,10 @@ input#dfrn-url {
background-repeat: repeat-x; background-repeat: repeat-x;
padding: 5px 10px 0px; padding: 5px 10px 0px;
} }
.wall-item-author {
margin-top: 10px;
}
.comment .wall-item-tools { .comment .wall-item-tools {
background:none; background:none;
} }

View File

@ -965,36 +965,41 @@ input#dfrn-url {
float: left; float: left;
} }
.wall-item-wrapper { .wall-item-wrapper {
float: left; margin-left: 10px;;
} }
.wall-item-lock { .wall-item-lock {
height: 20px; position: absolute;
margin-top: 10px; left: 105px;
top: 1px;
} }
.wall-item-ago { .wall-item-ago {
color: #888888; color: #888888;
font-size: 0.8em; font-size: 0.8em;
} }
.wall-item-like-buttons {
.wall-item-like-buttons img { float: left;
cursor: pointer; margin-right: 10px;
padding-right: 10px;
border-right: 2px solid #fff;
} }
.wall-item-links-wrapper { .wall-item-links-wrapper {
float: left; float: left;
margin-top: 100px;
margin-left: 10px;
} }
.wall-item-delete-wrapper { .wall-item-delete-wrapper {
float: right; float: right;
margin-top: 20px;
margin-right: 50px;
} }
.wall-item-delete-end { .wall-item-delete-end {
clear: both; clear: both;
}
.wall-item-like-buttons img {
cursor: pointer;
} }
.wall-item-delete-icon { .wall-item-delete-icon {
@ -1023,6 +1028,22 @@ input#dfrn-url {
overflow: auto; overflow: auto;
} }
.wall-item-tools {
clear: both;
padding: 5px 10px 0px;
}
.wall-item-photo-end {
clear: both;
}
.wall-item-author {
margin-top: 10px;
}
.wall-item-info {
display: block;
float: left;
width:110px;
margin-right:10px;
}
.wall-item-title { .wall-item-title {
float: left; float: left;
@ -1033,7 +1054,7 @@ input#dfrn-url {
.wall-item-body { .wall-item-body {
float: left; float: left;
width: 450px; width: 450px;
margin-top: 30px; margin-top: 10px;
} }
.comment-edit-wrapper { .comment-edit-wrapper {