aboutsummaryrefslogtreecommitdiff
path: root/rhodecode
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-10-11 01:47:43 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-10-11 01:47:43 +0200
commit98d9394470aed9e066759980db00d1e48f002ed1 (patch)
tree56f5d4a442f64e341f90563193153dd7d735feb7 /rhodecode
parent2d5318b6499d356b65968d1f4067d3fd181b1b2b (diff)
fixed bug when autocomplete could not display names (hidden by div)
fixed repo switch autostrech bug some other tweeks for templates
Diffstat (limited to 'rhodecode')
-rw-r--r--rhodecode/public/css/style.css13
-rw-r--r--rhodecode/templates/admin/repos/repo_edit.html2
-rw-r--r--rhodecode/templates/admin/repos/repos.html2
-rw-r--r--rhodecode/templates/admin/users/users.html2
4 files changed, 8 insertions, 11 deletions
diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css
index 0381c847..95eb2c01 100644
--- a/rhodecode/public/css/style.css
+++ b/rhodecode/public/css/style.css
@@ -427,7 +427,7 @@ div.options a:hover {
right: 0;
margin: 0;
padding: 0;
- width: 200px;
+ min-width: 200px;
display: none;
position: absolute;
background: #FFFFFF;
@@ -520,7 +520,7 @@ div.options a:hover {
#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 @@ div.options a:hover {
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 @@ div.options a:hover {
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 @@ div.options a:hover {
}
#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 @@ div.options a:hover {
*/
#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 @@ div.options a:hover {
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
diff --git a/rhodecode/templates/admin/repos/repo_edit.html b/rhodecode/templates/admin/repos/repo_edit.html
index 0e104e36..353277f8 100644
--- a/rhodecode/templates/admin/repos/repo_edit.html
+++ b/rhodecode/templates/admin/repos/repo_edit.html
@@ -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">
diff --git a/rhodecode/templates/admin/repos/repos.html b/rhodecode/templates/admin/repos/repos.html
index 0f4c5f3a..dad5b815 100644
--- a/rhodecode/templates/admin/repos/repos.html
+++ b/rhodecode/templates/admin/repos/repos.html
@@ -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>
diff --git a/rhodecode/templates/admin/users/users.html b/rhodecode/templates/admin/users/users.html
index 87a7ecd8..781de2df 100644
--- a/rhodecode/templates/admin/users/users.html
+++ b/rhodecode/templates/admin/users/users.html
@@ -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>