diff rhodecode/public/css/style.css @ 2330:b0fef8a77568 codereview

Added simple UI for admin to manage emails map
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 23 May 2012 00:58:37 +0200
parents 9265958e33bb
children a07e04ef7bb4
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed May 23 00:11:45 2012 +0200
+++ b/rhodecode/public/css/style.css	Wed May 23 00:58:37 2012 +0200
@@ -3712,6 +3712,21 @@
 	padding:0px 0px 0px 10px;
 }
 
+.emails_wrap{
+	padding: 0px 20px;
+}
+
+.emails_wrap .email_entry{
+    height: 30px;
+    padding:0px 0px 0px 10px;
+}
+.emails_wrap .email_entry .email{
+	float: left
+}
+.emails_wrap .email_entry .email_action{
+	float: left
+}
+
 /*README STYLE*/
 
 div.readme {