From 0881c04cea53b68fba070ebb4490055064bc537d Mon Sep 17 00:00:00 2001 From: Devlon Duthie Date: Thu, 29 Sep 2011 01:20:39 -0500 Subject: classes added to core + testbubble theme some fixes to testbubble theme related to tab styling --- view/mail_conv.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/mail_conv.tpl') diff --git a/view/mail_conv.tpl b/view/mail_conv.tpl index 779ef39ee..d7ed14580 100644 --- a/view/mail_conv.tpl +++ b/view/mail_conv.tpl @@ -1,6 +1,6 @@
- $from_name + $from_name
$from_name
-- cgit v1.2.3 From 6f610eb614f5d80c3a8dc1f69832dc9032876f6f Mon Sep 17 00:00:00 2001 From: Devlon Duthie Date: Fri, 30 Sep 2011 01:01:15 -0500 Subject: 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 --- view/mail_conv.tpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'view/mail_conv.tpl') diff --git a/view/mail_conv.tpl b/view/mail_conv.tpl index d7ed14580..6c2af115b 100644 --- a/view/mail_conv.tpl +++ b/view/mail_conv.tpl @@ -7,9 +7,8 @@
$date
$subject
$body
-
+
$delete
+
+
-
$delete
- -

-- cgit v1.2.3