Changeset - 136ad719d9e2
[Not reviewed]
default
0 4 0
Marcin Kuzminski - 15 years ago 2010-10-11 01:47:43
marcin@python-works.com
fixed bug when autocomplete could not display names (hidden by div)
fixed repo switch autostrech bug
some other tweeks for templates
4 files changed with 8 insertions and 11 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -424,13 +424,13 @@ div.options a:hover {
 
 
#header #header-inner #quick ul {
 
	top: 29px;
 
	right: 0;
 
	margin: 0;
 
	padding: 0;
 
	width: 200px;
 
	min-width: 200px;
 
	display: none;
 
	position: absolute;
 
	background: #FFFFFF;
 
	border: 1px solid #666;
 
	border-top: 1px solid #003367;
 
	z-index: 100;
 
@@ -517,22 +517,22 @@ div.options a:hover {
 
#header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover
 
	{
 
	background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
 
		#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
 
	{
 
	background: url("../images/icons/lock_open.png") no-repeat scroll 4px
 
		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
 
	{
 
	background: url("../images/icons/folder_edit.png") no-repeat scroll 4px
 
		9px #FFFFFF;
 
@@ -1184,28 +1184,27 @@ div.options a:hover {
 
#content div.box div.form div.fields div.field {
 
	margin: 0;
 
	padding: 10px 0 10px 0;
 
	height: 1%;
 
	border-bottom: 1px solid #DDDDDD;
 
	clear: both;
 
	overflow: hidden;
 
}
 
 
#content div.box div.form div.fields div.field-first {
 
	padding: 0 0 10px 0;
 
}
 
 
#content div.box div.form div.fields div.field-noborder {
 
	border-bottom: 0px !important;
 
}
 
 
#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;
 
}
 
 
#content div.box div.form div.fields div.field span.success {
 
	margin: 8px 0 0 0;
 
	padding: 0;
 
@@ -1292,13 +1291,12 @@ div.options a:hover {
 
 
/*
 
	content / right / forms / input
 
*/
 
#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
 
	{
 
	margin: 0;
 
	padding: 7px 7px 6px 7px;
 
@@ -1319,13 +1317,12 @@ div.options a:hover {
 
	border-right: 1px solid #eaeaea;
 
	border-bottom: 1px solid #eaeaea;
 
	color: #000000;
 
	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
 
	{
 
	width: 100%;
 
	padding: 0;
rhodecode/templates/admin/repos/repo_edit.html
Show inline comments
 
@@ -52,13 +52,13 @@
 
                <div class="checkboxes">
 
                    ${h.checkbox('private',value="True")}
 
                </div>
 
            </div>
 
             
 
            <div class="field">
 
                <div class="label label-checkbox">
 
                <div class="label">
 
                    <label for="user">${_('Owner')}:</label>
 
                </div>
 
                <div class="input input-small ac">
 
                    <div class="perm_ac">
 
                       ${h.text('user',class_='yui-ac-input')}
 
                       <div id="owner_container"></div>
rhodecode/templates/admin/repos/repos.html
Show inline comments
 
@@ -16,13 +16,13 @@
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
 
        ${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>
 
    <!-- end box / title -->
 
    <div class="table">
 
        <table class="table_disp">
rhodecode/templates/admin/users/users.html
Show inline comments
 
@@ -17,13 +17,13 @@
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
 
        ${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>        
 
    </div>
 
    <!-- end box / title -->
 
    <div class="table">
0 comments (0 inline, 0 general)