aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-17 01:33:44 -0700
committerfriendica <info@friendica.com>2014-04-17 01:33:44 -0700
commit8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69 (patch)
treefe8902ab47433d6ae3950f382b2aa888f21b9e93 /view
parent962665b8b56491dc59a62f2cb5c05eb353abb79f (diff)
downloadvolse-hubzilla-8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69.tar.gz
volse-hubzilla-8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69.tar.bz2
volse-hubzilla-8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69.zip
This preserves the alignment work done earlier but provides a more aesthetically pleasing page.
Diffstat (limited to 'view')
-rw-r--r--view/css/widgets.css14
-rw-r--r--view/theme/redbasic/css/style.css2
-rwxr-xr-xview/tpl/register.tpl2
3 files changed, 17 insertions, 1 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 326dfa0a1..493c83d97 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -1,8 +1,22 @@
+
.widget {
padding: 8px;
margin-top: 5px;
}
+/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */
+
+.widget {
+ margin-left: 10px;
+}
+
+.widget h3 {
+ margin-left: -10px;
+}
+
+
+
+
/* suggest */
.suggest-widget-more {
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 0618a3612..e9620cadb 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -236,6 +236,8 @@ aside ul {
aside li {
margin-top: 5px;
+ /* in order to achieve consistent indentation cross-browser, set margin-left on the li element e.g. */
+ /* margin-left: 10px; */
}
/*TODO: we should use one class for all this. */
diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl
index 916a946d3..ed673031a 100755
--- a/view/tpl/register.tpl
+++ b/view/tpl/register.tpl
@@ -45,7 +45,7 @@
<input type="hidden" name="tos" value="1" />
{{/if}}
- <input type="submit" name="submit" id="register-submit-button" value="{{$submit}}" />
+ <input type="submit" name="submit" class="btn btn-default" id="register-submit-button" value="{{$submit}}" />
<div id="register-submit-end" class="register-field-end"></div>
</form>