Changeset - ff167a938ce0
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 14 years ago 2012-01-21 05:51:50
marcin@python-works.com
user menu fixes
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -1905,7 +1905,7 @@ div.form div.fields div.field div.button
 
}
 
#quick_login{
 
    min-height: 80px;
 
    margin: 31px 0 0 -251px;
 
    margin: 37px 0 0 -251px;
 
    padding: 4px;
 
    position: absolute;
 
    width: 278px;
rhodecode/templates/base/base.html
Show inline comments
 
@@ -104,7 +104,7 @@
 
                        %endif
 
                        </div>
 
                        <div class="submit">
 
                            ${h.submit('sign_in',_('Sign In'),class_="ui-btn xsmall")}
 
                            ${h.submit('sign_in',_('Log In'),class_="ui-btn xsmall")}
 
                        </div>
 
                    </div>
 
                </div>
0 comments (0 inline, 0 general)