diff pylons_app/public/css/style.css @ 366:0f35fa0f4eb8

fixed some html and styles, added owner into admin repo list added alert message when using ajax remove user command in permissions
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 27 Jul 2010 14:48:13 +0200
parents 558eb7c5028f
children 3171614c0067
line wrap: on
line diff
--- a/pylons_app/public/css/style.css	Tue Jul 27 14:41:43 2010 +0200
+++ b/pylons_app/public/css/style.css	Tue Jul 27 14:48:13 2010 +0200
@@ -2616,7 +2616,7 @@
 {
 	margin: 2px 10px 0 0;
 	padding: 5px 0 0 5px;
-	width: 82px;
+	width: 100px;
 	float: left;
     text-align: right;
 }
@@ -2647,7 +2647,7 @@
 {
     margin: 0;
     padding: 7px 7px 6px 7px;
-    width: 266px;
+    width: 245px;
     background: #FFFFFF;
     border-top: 1px solid #b3b3b3;
     border-left: 1px solid #b3b3b3;
@@ -3316,7 +3316,13 @@
 
 }
 table#permissions_manage span.private_repo_msg{
-    style="font-size: 0.8em"
+    font-size: 0.8em;
+    opacity:0.6;
+    
+}
+table#permissions_manage td.private_repo_msg{
+    font-size: 0.8em;
+    
 }
 table#permissions_manage tr#add_perm_input td{
     vertical-align:middle;