[PHPVortex-Commit] phpvortex/test vortex_test_page.css,NONE,1.1 tests.css,1.4,1.5 vortex_test.css,1.
Brought to you by:
nop144666
From: Thiago R. <nop...@us...> - 2004-10-07 21:23:20
|
Update of /cvsroot/phpvortex/phpvortex/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2354/test Modified Files: tests.css vortex_test.css Added Files: vortex_test_page.css Log Message: Test programs: Added a new style sheet for vortex_test_page.php and improved the others some --- NEW FILE: vortex_test_page.css --- @import url(vortex_test.css); .div_list_full { float:right; } .div_form { float:left; } Index: tests.css =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/test/tests.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tests.css 5 Oct 2004 19:35:10 -0000 1.4 --- tests.css 7 Oct 2004 21:23:02 -0000 1.5 *************** *** 3,7 **** } ! .div_list { text-align:center; margin:0 auto; --- 3,7 ---- } ! .div_list_full { text-align:center; margin:0 auto; *************** *** 9,12 **** --- 9,18 ---- } + .div_list { + text-align:center; + margin:0 auto; + width:100%; + } + .div_list table { border-collapse:collapse; *************** *** 62,69 **** text-align:center; border-top:1px solid black; - width:100%; } ! .div_form input { width:100%; ! } \ No newline at end of file --- 68,88 ---- text-align:center; border-top:1px solid black; } ! .div_form input[type="text"] { width:100%; ! } ! ! .div_navi { ! text-align:center; ! font-family:"Courier New", Courier, mono; ! } ! ! .div_navi a { ! text-decoration:none; ! color:blue; ! } ! ! .div_navi a:hover { ! color:red; ! } Index: vortex_test.css =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/test/vortex_test.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** vortex_test.css 5 Oct 2004 15:10:18 -0000 1.3 --- vortex_test.css 7 Oct 2004 21:23:02 -0000 1.4 *************** *** 1,2 **** --- 1,4 ---- + @import url(tests.css); + #tb_phones .fd_ph_name { text-align:left; |