aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2016-01-03 23:26:00 +0100
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2016-01-03 23:26:00 +0100
commit714a93022f56d4c4dd5e6ad595dbdf2f8b403d6c (patch)
tree01b41f1acfacf1f8682f18e7b6a9ab98647978f7 /view
parent8ca4fb37843aef29f613b3af7817a7a2353c7ded (diff)
parent35fd21531a05765c982431bd130d4e598c69ecaf (diff)
downloadvolse-hubzilla-714a93022f56d4c4dd5e6ad595dbdf2f8b403d6c.tar.gz
volse-hubzilla-714a93022f56d4c4dd5e6ad595dbdf2f8b403d6c.tar.bz2
volse-hubzilla-714a93022f56d4c4dd5e6ad595dbdf2f8b403d6c.zip
Removed deploy to get from upstream
Diffstat (limited to 'view')
-rw-r--r--view/css/redable.css33
-rwxr-xr-xview/tpl/lang_selector.tpl2
2 files changed, 23 insertions, 12 deletions
diff --git a/view/css/redable.css b/view/css/redable.css
index b8e31eab0..48e1c04ae 100644
--- a/view/css/redable.css
+++ b/view/css/redable.css
@@ -1,9 +1,5 @@
-header #banner {
- position: fixed;
- top: 0;
- width: 250px;
- margin-left: auto;
- margin-right: auto;
+nav, header {
+ display: none;
}
main {
@@ -17,13 +13,23 @@ main {
@media screen and (max-width: 801px) {
main {
left: -14rem !important;
- right: -14rem !important;
- width: calc(100% + 14rem + 14rem) !important;
+ right: -14rem !important;
+ width: calc(100% + 14rem) !important;
+}
+
+@media screen and (min-width: 802px) {
+section#region_2 * {
+ font-size: 1.05rem;
+}
}
#profile-photo-wrapper {
display:none;
}
+
+section#region_2 * {
+ font-size: 1.15rem;
+}
}
aside#region_1 {
@@ -32,7 +38,7 @@ aside#region_1 {
max-width: 14rem;
display: table-cell;
vertical-align: top;
- padding: 65px 7px 0px 7px;
+ padding: 7px 7px 0px 7px;
}
aside#region_1 * {
@@ -48,7 +54,7 @@ section#region_2wrap {
width: 100%;
display: table-cell;
vertical-align: top;
- padding: 65px 10px 200px 10px;
+ padding: 17px 10px 200px 10px;
}
section#region_2 {
@@ -60,10 +66,13 @@ section#region_2 {
section#region_2 * {
text-align: justify;
- font-size: 1.15rem;
line-height: 1.55;
}
+ul.nojustify li, .nojustify {
+ text-align: initial;
+}
+
section#region_2 p + p {
margin-top: 1.5em;
}
@@ -74,7 +83,7 @@ aside#region_3 {
max-width: 14rem;
display: table-cell;
vertical-align: top;
- padding: 65px 7px 0px 7px;
+ padding: 7px 7px 0px 7px;
}
aside#region_3 * {
diff --git a/view/tpl/lang_selector.tpl b/view/tpl/lang_selector.tpl
index b512c759b..1324442f3 100755
--- a/view/tpl/lang_selector.tpl
+++ b/view/tpl/lang_selector.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper-styled">
<h1>{{$title}}</h1>
<br />
<div id="language-selector" >
@@ -9,3 +10,4 @@
</select>
</form>
</div>
+</div>