Vier: attached link descriptions (type-link, ...) are redesigned to make it look more modern.

This commit is contained in:
Michael Vogel 2014-04-22 01:03:08 +02:00
parent 9185321c8b
commit 6e7d8b87bb
1 changed files with 17 additions and 3 deletions

View File

@ -1244,9 +1244,13 @@ position: relative;
overflow: hidden; overflow: hidden;
border-left: 0px; border-left: 0px;
padding-left: 0px; padding-left: 0px;
font-size: 13px;
line-height: normal;
} }
.type-link .oembed, .type-video .oembed { .type-link .oembed, .type-video .oembed {
font-size: inherit; font-size: 18px;
font-weight: 300;
line-height: normal;
} }
.type-link img, .type-video img { .type-link img, .type-video img {
/* position: absolute; /* position: absolute;
@ -1259,6 +1263,10 @@ top: 0; */
display: none; display: none;
} }
h2 {
line-height: normal;
}
.wall-item-container .wall-item-content { .wall-item-container .wall-item-content {
/* font-size: 14px; */ /* font-size: 14px; */
max-width: 660px; max-width: 660px;
@ -1339,7 +1347,7 @@ top: 0; */
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
} }
/* .wall-item-container .wall-item-content a, */ .wall-item-container .wall-item-content a,
.toplevel_item .fakelink, .toplevel_item .fakelink,
.wall-item-container .fakelink { .wall-item-container .fakelink {
color: black; color: black;
@ -2024,7 +2032,7 @@ ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active
width: 200px; width: 200px;
} }
.field input, .field textarea { .field input, .field textarea {
width: 400px; max-width: 400px;
} }
.field textarea { .field textarea {
height: 100px; height: 100px;
@ -2069,6 +2077,12 @@ ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active
.field.radio .field_help { .field.radio .field_help {
margin-left: 0px; margin-left: 0px;
} }
aside form {
overflow-x: hidden;
}
aside form .field label {
float: inherit;
}
#profile-edit-links-end { #profile-edit-links-end {
clear: both; clear: both;