From 8e49b4332cf697a1525ca14d598e6fc5cd505cdf Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Sun, 4 Mar 2012 14:19:53 +0100 Subject: [PATCH 1/2] style.css fix --- view/theme/diabook/style.css | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css index f005ff4bdb..309e7b8426 100644 --- a/view/theme/diabook/style.css +++ b/view/theme/diabook/style.css @@ -1005,24 +1005,24 @@ section { display: table-cell; vertical-align: top; width: 800px; - padding: 0px 0px 0px 10px; + padding: 0px 0px 0px 12px; } .tabs { background-position: 0 -20px; background-repeat: repeat-x; - height: 27px; padding: 0; } .tab.button { - margin-right: 15px; - margin-left: 15px; - background: none repeat scroll 0 0 #F8F8F8; + margin-right: 5px; + margin-left: 5px; + /*background: none repeat scroll 0 0 #F8F8F8;*/ border: 1px solid #CCCCCC; border-radius: 3px 3px 3px 3px; - font-weight: bold; + font-weight: normal; padding: 3px; + color: #333333; } /* wall item */ .tread-wrapper { @@ -1663,15 +1663,14 @@ section { ul.tabs { list-style-type: none; padding-bottom: 10px; - font-size: 13px; + font-size: 12px; } ul.tabs li { float: left; - margin-left: 7px; + margin-left: 5px; } ul.tabs li .active { - background-color: #33ACFF; - background-image: -moz-linear-gradient(center top , #66C1FF 0%, #0097FF 100%); + background-color: #333333; border: 1px solid #777777; color: white; border-radius: 3px 3px 3px 3px; From 1653e5a615a7165852f1b7cb5e699bd40ab35268 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Mon, 5 Mar 2012 02:45:24 +0100 Subject: [PATCH 2/2] fixes in diabook --- view/theme/diabook/jot.tpl | 15 ++++++++------- view/theme/diabook/style.css | 14 +++++++++----- view/theme/diabook/wallwall_item.tpl | 3 +-- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/view/theme/diabook/jot.tpl b/view/theme/diabook/jot.tpl index 4f784c3f83..59066a19c5 100755 --- a/view/theme/diabook/jot.tpl +++ b/view/theme/diabook/jot.tpl @@ -45,23 +45,25 @@ - - - + + $preview +
$bang
-
$jotplugins
- +
+ +
+
@@ -75,9 +77,8 @@
- -
+ {{ if $content }}{{ endif }} diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css index 309e7b8426..06ddf6de18 100644 --- a/view/theme/diabook/style.css +++ b/view/theme/diabook/style.css @@ -384,9 +384,7 @@ body { font-size: 13px; background-color: #ffffff; color: #2d2d2d; - margin-left: : auto; - margin-right: auto; - margin-top: 50px; + margin: 50px auto auto; display: table; } h4 { @@ -1045,6 +1043,8 @@ section { display: table; width: 780px; } + + .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom { display: table-row; } @@ -1221,8 +1221,12 @@ section { border-right: 1px solid #A7C7F7; padding-right: 12px; } + +#jot-preview-content{ + margin-top: 30px;} + #jot-preview-content .tread-wrapper { - background-color: #fce94f; + background-color: #fff797; } .wall-item-tags { @@ -1663,7 +1667,7 @@ section { ul.tabs { list-style-type: none; padding-bottom: 10px; - font-size: 12px; + font-size: 13px; } ul.tabs li { float: left; diff --git a/view/theme/diabook/wallwall_item.tpl b/view/theme/diabook/wallwall_item.tpl index 08ea367817..effb7273fb 100644 --- a/view/theme/diabook/wallwall_item.tpl +++ b/view/theme/diabook/wallwall_item.tpl @@ -103,5 +103,4 @@
$item.comment -
-tb \ No newline at end of file + \ No newline at end of file