kolab.org/www

Torsten Grote grote at kolabsys.com
Thu Aug 23 11:35:04 CEST 2012


 kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css |   16 ++++++----
 1 file changed, 11 insertions(+), 5 deletions(-)

New commits:
commit 862b0849a24b2d2ab14f1ab4e74b1cc952786a8f
Author: Torsten Grote <grote at kolabsys.com>
Date:   Thu Aug 23 11:34:57 2012 +0200

    more css fixes

diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css
index 222142b..6732716 100644
--- a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css
+++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css
@@ -69,15 +69,16 @@ div.body-field-wrapper {
 /* Sidebar */
 
 div#right-sidebar {
-	border: 1px solid #B2B2B2;
-	border-radius: 10px;
 	float: right;
 	margin-top: 10px;
 	width: 28%;
-	min-width: 195px;
 }
 
 div.region-right-sidebar {
+	border: 1px solid #B2B2B2;
+	border-radius: 10px;
+	display: inline-block;
+	min-width: 195px;
 	padding: 5pt;
 }
 
@@ -97,6 +98,11 @@ div#right-sidebar div.block img {
 	vertical-align: middle;
 }
 
+div#right-sidebar #block-user-login .content {
+	text-align: center;
+}
+
+
 /* Persistent for Nivo Slider */
 
 div.slider-wrapper {
@@ -177,7 +183,6 @@ pre, code, tt {
  * center.
  */
 div#footer {
-	background: transparent url(../images/footer.png) no-repeat right center;
 	height: 35px;
 	vertical-align: middle;
 	padding-bottom: 12px;
@@ -212,7 +217,7 @@ div#footer-icons {
 
 #block-views-planet-block h2,
 #block-views-tweets-block h2 {
-  font-size: 14px;
+  font-size: 12pt;
   font-weight: bold;
   margin: 0 0 3 0; 
   width: 100%;
@@ -385,6 +390,7 @@ img.alignleft {
 /* News Display on Front Page */
 
 #block-views-news-block-news h2 {
+	font-size: 12pt;
 	border-bottom: 1px solid #B2B2B2;
 }
 





More information about the commits mailing list