mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
manage-selector: some cleanup and css work
This commit is contained in:
parent
e0e6762ed8
commit
bac61cf596
5 changed files with 144 additions and 37 deletions
|
@ -3234,17 +3234,49 @@ aside input[type='text'] {
|
|||
margin: 10px;
|
||||
}
|
||||
|
||||
#identity-manage-desc {
|
||||
margin-top:15px;
|
||||
margin-bottom: 15px;
|
||||
.itentity-match-wrapper {
|
||||
float: left;
|
||||
padding: 10px;
|
||||
width: 120px;
|
||||
height: 140px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#identity-manage-choose {
|
||||
margin-bottom: 15px;
|
||||
.identity-match-photo {
|
||||
float: left;
|
||||
text-align: center;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
#identity-submit {
|
||||
margin-top: 20px;
|
||||
.identity-match-name {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.identity-match-details {
|
||||
float: left;
|
||||
text-align: center;
|
||||
width: 120px;
|
||||
overflow: hidden;
|
||||
font-size: 10px;
|
||||
font-weight: 500;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.identity-match-break, .identity-match-end {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.identity-match-photo button {
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: none;
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.selected-identity img {
|
||||
border: 2px solid #ff0000;
|
||||
}
|
||||
|
||||
#photo-nav {
|
||||
|
|
|
@ -3006,17 +3006,49 @@ aside input[type='text'] {
|
|||
margin: 10px;
|
||||
}
|
||||
|
||||
#identity-manage-desc {
|
||||
margin-top:15px;
|
||||
margin-bottom: 15px;
|
||||
.itentity-match-wrapper {
|
||||
float: left;
|
||||
padding: 10px;
|
||||
width: 120px;
|
||||
height: 140px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#identity-manage-choose {
|
||||
margin-bottom: 15px;
|
||||
.identity-match-photo {
|
||||
float: left;
|
||||
text-align: center;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
#identity-submit {
|
||||
margin-top: 20px;
|
||||
.identity-match-name {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.identity-match-details {
|
||||
float: left;
|
||||
text-align: center;
|
||||
width: 120px;
|
||||
overflow: hidden;
|
||||
font-size: 10px;
|
||||
font-weight: 500;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.identity-match-break, .identity-match-end {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.identity-match-photo button {
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: none;
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.selected-identity img {
|
||||
border: 2px solid #ff0000;
|
||||
}
|
||||
|
||||
#photo-prev-link, #photo-next-link {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue