Merge pull request #2807 from Hypolite/frio-larger-view-develop
[frio] Changes to shared post display (width, base font size)
This commit is contained in:
commit
af3a672570
1 changed files with 7 additions and 4 deletions
|
@ -60,6 +60,9 @@ section hr {
|
||||||
iframe, img {
|
iframe, img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
blockquote {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
.clear {
|
.clear {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
@ -1419,8 +1422,6 @@ section #jotOpen {
|
||||||
|
|
||||||
.shared-wrapper,
|
.shared-wrapper,
|
||||||
.vevent {
|
.vevent {
|
||||||
margin-left: 50px;
|
|
||||||
margin-right: 50px;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
|
box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
|
||||||
}
|
}
|
||||||
|
@ -1437,13 +1438,15 @@ section #jotOpen {
|
||||||
}
|
}
|
||||||
.shared_header {
|
.shared_header {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
|
margin-bottom: 10px;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
blockquote.shared_content {
|
blockquote.shared_content {
|
||||||
margin-left: 20px;
|
padding: 0px;
|
||||||
|
margin-left: 0px;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
.wall-item-tags,
|
.wall-item-tags,
|
||||||
|
|
Loading…
Reference in a new issue