From d703f4bc52ecc4be95aba966db18b74dfe1d35f2 Mon Sep 17 00:00:00 2001
From: friendica <info@friendica.com>
Date: Thu, 1 Dec 2011 20:57:09 -0800
Subject: [PATCH] theme works d'zero

---
 view/theme/duepuntozero/style.css | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index bc6cc84501..28fb0f19ae 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -23,6 +23,7 @@ input {
 	border: 1px solid #666666;
 	-moz-border-radius: 3px;
 	border-radius: 3px;	
+	padding: 3px;
 }
 
 img { border :0px; }
@@ -56,6 +57,10 @@ blockquote {
 	padding: 0.4em;
 }
 
+/*input[type=text] {
+	padding: 5px;
+}*/
+
 .icollapse-wrapper, .ccollapse-wrapper {
 	border: 1px solid #CCC;
 	padding: 5px;
@@ -281,6 +286,8 @@ div.wall-item-content-wrapper.shiny {
 
 .group-selected {
 	padding: 3px;
+	-moz-border-radius: 3px;
+	border-radius: 3px;	
 	border: 1px solid #CCCCCC;
 	background: #F8F8F8;
 	font-weight: bold;
@@ -829,6 +836,9 @@ input#dfrn-url {
 	margin-top: 10px;
 	border: 1px solid #CCC;
 	position: relative;
+	-moz-border-radius: 3px;
+	border-radius: 3px;	
+
 }
 
 .wall-item-content-wrapper.comment {
@@ -1507,6 +1517,9 @@ input#dfrn-url {
 	color:#cccccc;
 	border: 1px solid #cccccc;
 	padding: 3px 0px 0px 5px;
+	-moz-border-radius: 3px;
+	border-radius: 3px;	
+
 }
 
 
@@ -1835,7 +1848,7 @@ a.mail-list-link {
 }
 
 aside input[type='text'] {
- width: 180px;
+ width: 174px;
 }
 
 .widget {
-- 
2.39.5