phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/templates/base/css login.css


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/templates/base/css login.css
Date: Sun, 11 Feb 2007 07:32:53 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     07/02/11 07:32:53

Modified files:
        templates/base/css: login.css 

Log message:
        fix label alignments - fixes bug #18866

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/base/css/login.css?cvsroot=phpgwapi&r1=1.3&r2=1.4

Patches:
Index: login.css
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/templates/base/css/login.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- login.css   14 Dec 2006 09:28:39 -0000      1.3
+++ login.css   11 Feb 2007 07:32:53 -0000      1.4
@@ -4,41 +4,39 @@
        color: #999
 }
 
-/* styles for IE 5 Mac */
 #horizon
 {
        background-color: transparent;
        position: absolute;
-       top: 100px;
-       left: 175px;
-}
- 
-/* following rules are invisible to IE 5 \*/
-#horizon
-{
        top: 50%;
        left: 0px;
        width: 100%;
        margin-top: -175px;
        min-width: 800px; 
 }
-/* end IE 5 hack */ 
-         
-input[type=text], input[type=password], select
-{
-       width: 100px;
-}
 
 input, select
 {
        background: #fff;
        border: 1px solid #537991;
        color: #537991;
+       float: left;
+       width: 100px;
+}
+
+p.button_group input
+{
+       float: none;
+       width: auto;
 }
 
 label
 {
+       clear: left;
+       display: block;
+       float: left;
        margin-left: 50px;
+       width: 75px;
 }
 
 #loginbox
@@ -47,7 +45,6 @@
        border: 1px solid #999;
        margin: 0px auto;
        width: 450px;
-
        -moz-border-radius: 15px;
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]