aboutsummaryrefslogtreecommitdiffstats
path: root/view/settings_tabs.tpl
diff options
context:
space:
mode:
authorDevlon Duthie <duthied@gmail.com>2011-09-30 01:01:15 -0500
committerDevlon Duthie <duthied@gmail.com>2011-09-30 01:01:15 -0500
commit6f610eb614f5d80c3a8dc1f69832dc9032876f6f (patch)
tree6813c160e32181f7e0ca800b5d069c13ca21b1ee /view/settings_tabs.tpl
parent52557b011d2c05e83b1df91d2d766317dd2c5223 (diff)
downloadvolse-hubzilla-6f610eb614f5d80c3a8dc1f69832dc9032876f6f.tar.gz
volse-hubzilla-6f610eb614f5d80c3a8dc1f69832dc9032876f6f.tar.bz2
volse-hubzilla-6f610eb614f5d80c3a8dc1f69832dc9032876f6f.zip
1. added button class to tpl files
2. messages - moved delete X into message div and new message form div 3. began work on creating thumbnail versions of albums - needs aspect ratio correction (javascript) 4. changed font-size and font-variation on vcard for better readability. 5. streamlining continued with the CSS file
Diffstat (limited to 'view/settings_tabs.tpl')
-rw-r--r--view/settings_tabs.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/settings_tabs.tpl b/view/settings_tabs.tpl
index 893fdfbce..5003ed8ce 100644
--- a/view/settings_tabs.tpl
+++ b/view/settings_tabs.tpl
@@ -1,6 +1,6 @@
<div id="profile-tabs-wrapper" >
- <a href="$account.1" id="profile-tab-status-link" class="profile-tabs" >$account.0</a>
- <a href="$plugins.1" id="profile-tab-profile-link" class="profile-tabs" >$plugins.0</a>
+ <a href="$account.1" id="profile-tab-status-link" class="profile-tabs button" >$account.0</a>
+ <a href="$plugins.1" id="profile-tab-profile-link" class="profile-tabs button" >$plugins.0</a>
<div id="profile-tabs-end"></div>
</div>