changeset 581:136ad719d9e2

fixed bug when autocomplete could not display names (hidden by div) fixed repo switch autostrech bug some other tweeks for templates
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 11 Oct 2010 01:47:43 +0200
parents 7dbeb55fe533
children ff15232ce9d2
files rhodecode/public/css/style.css rhodecode/templates/admin/repos/repo_edit.html rhodecode/templates/admin/repos/repos.html rhodecode/templates/admin/users/users.html
diffstat 4 files changed, 8 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Mon Oct 11 00:55:34 2010 +0200
+++ b/rhodecode/public/css/style.css	Mon Oct 11 01:47:43 2010 +0200
@@ -427,7 +427,7 @@
 	right: 0;
 	margin: 0;
 	padding: 0;
-	width: 200px;
+	min-width: 200px;
 	display: none;
 	position: absolute;
 	background: #FFFFFF;
@@ -520,7 +520,7 @@
 		#FFFFFF;
 	margin: 0;
 	padding: 12px 9px 7px 24px;
-	width: 167px;
+	min-width: 167px;
 }
 
 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover
@@ -529,7 +529,7 @@
 		9px #FFFFFF;
 	margin: 0;
 	padding: 12px 9px 7px 24px;
-	width: 167px;
+	min-width: 167px;
 }
 
 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover
@@ -1187,7 +1187,6 @@
 	height: 1%;
 	border-bottom: 1px solid #DDDDDD;
 	clear: both;
-	overflow: hidden;
 }
 
 #content div.box div.form div.fields div.field-first {
@@ -1199,10 +1198,10 @@
 }
 
 #content div.box div.form div.fields div.field span.error-message {
-	margin: 8px 0 0 0;
+	margin: 8px 0px 0px 4px;
 	padding: 0;
 	height: 1%;
-	display: block;
+	display: inline-block;
 	color: #FF0000;
 }
 
@@ -1295,7 +1294,6 @@
 */
 #content div.box div.form div.fields div.field div.input {
 	margin: 0 0 0 200px;
-	padding: 0;
 }
 
 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
@@ -1322,7 +1320,6 @@
 	font-family: Lucida Grande, Verdana, Lucida Sans Regular,
 		Lucida Sans Unicode, Arial, sans-serif;
 	font-size: 11px;
-	float: left;
 }
 
 #content div.box-left div.form div.fields div.field div.input input,#content div.box-right div.form div.fields div.field div.input input
--- a/rhodecode/templates/admin/repos/repo_edit.html	Mon Oct 11 00:55:34 2010 +0200
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Mon Oct 11 01:47:43 2010 +0200
@@ -55,7 +55,7 @@
             </div>
              
             <div class="field">
-                <div class="label label-checkbox">
+                <div class="label">
                     <label for="user">${_('Owner')}:</label>
                 </div>
                 <div class="input input-small ac">
--- a/rhodecode/templates/admin/repos/repos.html	Mon Oct 11 00:55:34 2010 +0200
+++ b/rhodecode/templates/admin/repos/repos.html	Mon Oct 11 01:47:43 2010 +0200
@@ -19,7 +19,7 @@
         ${self.breadcrumbs()}
         <ul class="links">
           <li>
-            <span>${h.link_to(u'ADD NEW REPOSITORY',h.url('new_repo'),class_="add_icon")}</span>
+            <span>${h.link_to(u'ADD NEW REPOSITORY',h.url('new_repo'))}</span>
           </li>          
         </ul>        
     </div>
--- a/rhodecode/templates/admin/users/users.html	Mon Oct 11 00:55:34 2010 +0200
+++ b/rhodecode/templates/admin/users/users.html	Mon Oct 11 01:47:43 2010 +0200
@@ -20,7 +20,7 @@
         ${self.breadcrumbs()}
         <ul class="links">
           <li>
-            <span>${h.link_to(u'ADD NEW USER',h.url('new_user'),class_="add_icon")}</span>
+            <span>${h.link_to(u'ADD NEW USER',h.url('new_user'))}</span>
           </li>
           
         </ul>