Content style adjustments
This commit is contained in:
parent
5493723237
commit
af227e5aeb
4 changed files with 71 additions and 94 deletions
|
@ -130,10 +130,6 @@ h2, h3 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
|
||||||
margin-bottom: $lineheight;
|
|
||||||
}
|
|
||||||
|
|
||||||
p > img {
|
p > img {
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
@ -660,7 +656,7 @@ nav.secondary {
|
||||||
|
|
||||||
.layers-ui,
|
.layers-ui,
|
||||||
.share-ui {
|
.share-ui {
|
||||||
ul, li:last-child, p:last-child {
|
li:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -804,10 +800,6 @@ nav.secondary {
|
||||||
right: $lineheight;
|
right: $lineheight;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -828,9 +820,6 @@ nav.secondary {
|
||||||
padding: $lineheight/2 $lineheight;
|
padding: $lineheight/2 $lineheight;
|
||||||
background: $offwhite;
|
background: $offwhite;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
h4 {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar_close {
|
.sidebar_close {
|
||||||
|
@ -970,13 +959,24 @@ nav.secondary {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-heading {
|
.content-heading {
|
||||||
position: relative;
|
|
||||||
padding: $lineheight;
|
|
||||||
background: $lightgrey;
|
background: $lightgrey;
|
||||||
border-bottom: $keyline;
|
border-bottom: $keyline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-body {
|
.content-body {
|
||||||
|
h1, h2, h3, p {
|
||||||
|
margin-bottom: $lineheight;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3 {
|
||||||
|
margin-top: $lineheight/2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-inner {
|
||||||
|
position: relative;
|
||||||
|
max-width: 900px;
|
||||||
|
margin: auto;
|
||||||
padding: $lineheight;
|
padding: $lineheight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -984,18 +984,18 @@ nav.secondary {
|
||||||
|
|
||||||
.user-new,
|
.user-new,
|
||||||
.user-create,
|
.user-create,
|
||||||
.user-terms,
|
.user-terms {
|
||||||
.user-confirm {
|
.content-body .content-inner {
|
||||||
.content-heading {
|
padding: 0;
|
||||||
height: 200px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-new,
|
.user-new,
|
||||||
.user-create,
|
.user-create,
|
||||||
.user-terms {
|
.user-terms,
|
||||||
.content-body {
|
.user-confirm {
|
||||||
padding: 0;
|
.content-heading .content-inner {
|
||||||
|
height: 200px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1026,16 +1026,14 @@ nav.secondary {
|
||||||
left: 260px;
|
left: 260px;
|
||||||
top: 160px;
|
top: 160px;
|
||||||
background-image: image-url("sign-up-illustration-arm.png");
|
background-image: image-url("sign-up-illustration-arm.png");
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width:900px) {
|
@media only screen and (max-width:900px) {
|
||||||
.header-illustration.new-user-arm { display: none;}
|
.header-illustration.new-user-arm {
|
||||||
.wrapper {
|
display: none;
|
||||||
margin-left: $sidebarWidth;
|
}
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#content.maximised {
|
#content.maximised {
|
||||||
|
@ -1101,10 +1099,6 @@ nav.secondary {
|
||||||
padding: $lineheight;
|
padding: $lineheight;
|
||||||
border-bottom: $keyline;
|
border-bottom: $keyline;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Rules for the data browser */
|
/* Rules for the data browser */
|
||||||
|
@ -1113,17 +1107,12 @@ body.browse #sidebar_content {
|
||||||
.browse-section {
|
.browse-section {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-bottom: 1px solid #CCC;
|
border-bottom: 1px solid #CCC;
|
||||||
|
|
||||||
ul {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.browse-field {
|
.browse-field {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
margin: 0;
|
|
||||||
padding: 5px 0 5px 10px;
|
padding: 5px 0 5px 10px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
|
@ -1132,7 +1121,6 @@ body.browse #sidebar_content {
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
|
||||||
padding: 7px 10px;
|
padding: 7px 10px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
|
@ -1314,46 +1302,40 @@ body.browse #sidebar_content {
|
||||||
|
|
||||||
/* Rules for the diary list page */
|
/* Rules for the diary list page */
|
||||||
|
|
||||||
.diary_entry-list img.user_thumbnail {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.diary_post {
|
.diary_post {
|
||||||
max-width: 740px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: $lineheight/2;
|
margin-top: $lineheight/2;
|
||||||
padding-top: $lineheight;
|
padding-top: $lineheight;
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
|
|
||||||
&:first-child {
|
.post_heading {
|
||||||
margin-top: 0;
|
margin-bottom: $lineheight;
|
||||||
border-top: 0;
|
|
||||||
padding-top: 0;
|
h2 {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: $lineheight/2;
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
h1, h2 {
|
|
||||||
font-size: 21px;
|
img.user_thumbnail {
|
||||||
line-height: 1em;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
small.deemphasize {
|
small.deemphasize {
|
||||||
float: left;
|
float: left;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
ul.secondary-actions { display: inline-block;}
|
|
||||||
|
ul.secondary-actions {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
|
.content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content .post_heading {
|
|
||||||
margin-bottom: $lineheight;
|
|
||||||
h2 {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: $lineheight/2;
|
|
||||||
font-size: 24px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Rules for the diary entry page */
|
/* Rules for the diary entry page */
|
||||||
|
|
||||||
.diary_entry {
|
.diary_entry {
|
||||||
|
@ -2388,12 +2370,9 @@ a.button {
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-body {
|
.content-inner {
|
||||||
display: block;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: auto;
|
|
||||||
color: #333;
|
color: #333;
|
||||||
width: 50%;
|
|
||||||
min-width: 320px;
|
min-width: 320px;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
|
|
||||||
|
|
|
@ -14,10 +14,6 @@ h2, h3, h4 {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.site-edit #content,
|
.site-edit #content,
|
||||||
.site-index #content,
|
.site-index #content,
|
||||||
.site-export #content {
|
.site-export #content {
|
||||||
|
|
|
@ -5,11 +5,15 @@
|
||||||
<%= render :partial => "layouts/flash", :locals => { :flash => flash } %>
|
<%= render :partial => "layouts/flash", :locals => { :flash => flash } %>
|
||||||
<% if content_for? :heading %>
|
<% if content_for? :heading %>
|
||||||
<div class="content-heading">
|
<div class="content-heading">
|
||||||
<%= yield :heading %>
|
<div class="content-inner">
|
||||||
|
<%= yield :heading %>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
<div class="content-body">
|
<div class="content-body">
|
||||||
<%= yield %>
|
<div class="content-inner">
|
||||||
|
<%= yield %>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2,35 +2,33 @@
|
||||||
<%= javascript_include_tag "about" %>
|
<%= javascript_include_tag "about" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div id='content-body'>
|
<div class='attr'>
|
||||||
<div class='attr'>
|
<div class='byosm'>
|
||||||
<div class='byosm'>
|
<%= t "about_page.copyright_html" %>
|
||||||
<%= t "about_page.copyright_html" %>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class='user-image'></div>
|
|
||||||
|
|
||||||
<strong>
|
|
||||||
<%= raw t "about_page.used_by", :name => "<span class='user-name'>OpenStreetMap</span>" %>
|
|
||||||
</strong>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='text'>
|
<div class='user-image'></div>
|
||||||
<div class='section'>
|
|
||||||
<p><strong><%= t "about_page.lede_text" %></strong></p>
|
|
||||||
<h2><div class='icon local'></div><%= t "about_page.local_knowledge_title" %></h2>
|
|
||||||
<p><%= t "about_page.local_knowledge_html" %></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class='section'>
|
<strong>
|
||||||
<h2><div class='icon community'></div><%= t "about_page.community_driven_title" %></h2>
|
<%= raw t "about_page.used_by", :name => "<span class='user-name'>OpenStreetMap</span>" %>
|
||||||
<p><%= t "about_page.community_driven_html", :diary_path => diary_path %></p>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='section' id='open-data'>
|
<div class='text'>
|
||||||
<h2><div class='icon open'></div><%= t "about_page.open_data_title" %></h2>
|
<div class='section'>
|
||||||
<p><%= t "about_page.open_data_html", :copyright_path => copyright_path %></p>
|
<p><strong><%= t "about_page.lede_text" %></strong></p>
|
||||||
</div>
|
<h2><div class='icon local'></div><%= t "about_page.local_knowledge_title" %></h2>
|
||||||
|
<p><%= t "about_page.local_knowledge_html" %></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class='section'>
|
||||||
|
<h2><div class='icon community'></div><%= t "about_page.community_driven_title" %></h2>
|
||||||
|
<p><%= t "about_page.community_driven_html", :diary_path => diary_path %></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class='section' id='open-data'>
|
||||||
|
<h2><div class='icon open'></div><%= t "about_page.open_data_title" %></h2>
|
||||||
|
<p><%= t "about_page.open_data_html", :copyright_path => copyright_path %></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue