aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-08-09 01:18:31 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-08-09 01:18:31 +0000
commitbec565cdc3403c5f7577af89ada4b7f1df110a36 (patch)
tree73f31e514fd4103caca769c34edcac6fb41fa6fe /view
parent2aef2ed56b83b37e7c8c07a5d651c748f92be696 (diff)
downloadvolse-hubzilla-bec565cdc3403c5f7577af89ada4b7f1df110a36.tar.gz
volse-hubzilla-bec565cdc3403c5f7577af89ada4b7f1df110a36.tar.bz2
volse-hubzilla-bec565cdc3403c5f7577af89ada4b7f1df110a36.zip
Some more buttons. Not ready yet. Changed in private message -submit- to -send-. Confusing in other language(s).
Diffstat (limited to 'view')
-rw-r--r--view/css/mod_message.css10
-rw-r--r--view/css/mod_profiles.css10
-rwxr-xr-xview/tpl/message_side.tpl4
-rwxr-xr-xview/tpl/profile_listing_header.tpl6
4 files changed, 17 insertions, 13 deletions
diff --git a/view/css/mod_message.css b/view/css/mod_message.css
index c278f4d53..7c45e05be 100644
--- a/view/css/mod_message.css
+++ b/view/css/mod_message.css
@@ -1,3 +1,13 @@
+/* message side */
+
+#message-check {
+ text-align: left;
+ white-space: normal;
+ margin-top: 48px;
+ margin-bottom: 15px;
+}
+
+
/* message */
#mail-list-wrapper {
diff --git a/view/css/mod_profiles.css b/view/css/mod_profiles.css
index 78f8e6cc5..35ef73cec 100644
--- a/view/css/mod_profiles.css
+++ b/view/css/mod_profiles.css
@@ -13,16 +13,10 @@
}
-#profile-listing-desc, #profile-stuff-link {
- margin-left: 30px;
+#profile-listing-desc, #profile-stuff-link, #profile-listing-new-link-wrapper {
+ margin: 15px 10px 15px 0;
}
-#profile-listing-new-link-wrapper {
- margin-left: 30px;
- margin-bottom: 30px;
-}
-
-
#profile-edit-links-end {
clear: both;
margin-bottom: 15px;
diff --git a/view/tpl/message_side.tpl b/view/tpl/message_side.tpl
index 4db427fa7..723a64019 100755
--- a/view/tpl/message_side.tpl
+++ b/view/tpl/message_side.tpl
@@ -1,6 +1,6 @@
<div id="message-sidebar" class="widget">
- <div id="message-check"><a href="{{$check.url}}" class="{{if $check.sel}}checkmessage-selected{{/if}}">{{$check.label}}</a> </div>
- <div id="message-new"><a href="{{$new.url}}" class="{{if $new.sel}}newmessage-selected{{/if}}">{{$new.label}}</a> </div>
+ <div id="message-check" class="btn btn-default"><a href="{{$check.url}}" class="{{if $check.sel}}checkmessage-selected{{/if}}">{{$check.label}}</a> </div>
+ <div id="message-new" class="btn btn-default"><a href="{{$new.url}}" class="{{if $new.sel}}newmessage-selected{{/if}}">{{$new.label}}</a> </div>
<ul class="message-ul">
{{foreach $tabs as $t}}
diff --git a/view/tpl/profile_listing_header.tpl b/view/tpl/profile_listing_header.tpl
index 856d689f1..c4bc367ba 100755
--- a/view/tpl/profile_listing_header.tpl
+++ b/view/tpl/profile_listing_header.tpl
@@ -1,11 +1,11 @@
<h1>{{$header}}</h1>
-<p id="profile-listing-desc" class="button" >
+<p id="profile-listing-desc" class="btn btn-default" >
<a href="profile_photo" >{{$chg_photo}}</a>
</p>
-<p id="profile-stuff-link" class="button">
+<p id="profile-stuff-link" class="btn btn-default">
<a href="thing" title="{{$stuff_desc}}">{{$addstuff}}</a>
</p>
-<p id="profile-listing-new-link-wrapper" class="button" >
+<p id="profile-listing-new-link-wrapper" class="btn btn-default" >
<a href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" >{{$cr_new}}</a>
</div>