From: Gordon P. H. <gph...@us...> - 2004-08-09 21:47:01
|
Update of /cvsroot/phpliteadmin/phpLiteAdmin/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv488/style Modified Files: db_structure.css Log Message: Rearranged height specifications. Index: db_structure.css =================================================================== RCS file: /cvsroot/phpliteadmin/phpLiteAdmin/style/db_structure.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- db_structure.css 7 Aug 2004 10:19:51 -0000 1.2 +++ db_structure.css 9 Aug 2004 21:46:52 -0000 1.3 @@ -31,8 +31,8 @@ } .table_row { - height: 20px; width: 100%; + height: 20px; } .checkbox { @@ -57,8 +57,8 @@ .structure { float: left; - height: 20px; width: 10%; + height: 20px; border-width: 1px 1px 1px 0px; border-color: #000000; border-style: solid; @@ -68,8 +68,8 @@ .browse { float: left; - height: 20px; width: 10%; + height: 20px; border-width: 1px 1px 1px 0px; border-color: #000000; border-style: solid; @@ -79,8 +79,8 @@ .input { float: left; - height: 20px; width: 10%; + height: 20px; border-width: 1px 1px 1px 0px; border-color: #000000; border-style: solid; @@ -90,8 +90,8 @@ .empty { float: left; - height: 20px; width: 10%; + height: 20px; border-width: 1px 1px 1px 0px; border-color: #000000; border-style: solid; @@ -101,8 +101,8 @@ .drop { float: left; - height: 20px; width: 10%; + height: 20px; border-width: 1px 1px 1px 0px; border-color: #000000; border-style: solid; |