[copr] master: Fix displaying the search form for unauthorized user (0769773)

bkabrda at fedoraproject.org bkabrda at fedoraproject.org
Mon Feb 4 13:01:45 UTC 2013


Repository : http://git.fedorahosted.org/cgit/copr.git

On branch  : master

>---------------------------------------------------------------

commit 07697737080e943b342c8aaa24bed1659aad9f11
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Mon Feb 4 14:00:57 2013 +0100

    Fix displaying the search form for unauthorized user


>---------------------------------------------------------------

 coprs_frontend/coprs/static/copr.css |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/coprs_frontend/coprs/static/copr.css b/coprs_frontend/coprs/static/copr.css
index c147a30..a2349a7 100644
--- a/coprs_frontend/coprs/static/copr.css
+++ b/coprs_frontend/coprs/static/copr.css
@@ -61,15 +61,17 @@ div.login, div.login a {
   text-align: right;
 
   position: relative;
-  float: right;
   margin-left: 0.3em;
 }
 
+div.login {
+  float: right;
+}
+
 div.login .text {
   font-weight: normal;
 }
 
-
 div.page, div.menu-inner {
   width: 780px;
   margin-left: auto;



More information about the copr-devel mailing list