[Phphtmllib-devel] SF.net SVN: phphtmllib:[3362] trunk/open2300/htdocs/css
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-02-24 02:07:13
|
Revision: 3362 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3362&view=rev Author: hemna Date: 2010-02-24 02:07:07 +0000 (Wed, 24 Feb 2010) Log Message: ----------- updates to make the menu live in the correct spot Modified Paths: -------------- trunk/open2300/htdocs/css/main.css trunk/open2300/htdocs/css/menu.css Modified: trunk/open2300/htdocs/css/main.css =================================================================== --- trunk/open2300/htdocs/css/main.css 2010-02-23 19:29:57 UTC (rev 3361) +++ trunk/open2300/htdocs/css/main.css 2010-02-24 02:07:07 UTC (rev 3362) @@ -18,7 +18,7 @@ background-color: #AFB5FF; width: 100%; height:150px; - background: url('/images/pano_banner_winter.jpg') no-repeat top center; + background: url('/images/pano_banner_winter.jpg') no-repeat top center; } #idPageHeadText { @@ -27,6 +27,8 @@ font-size:1.4em; font-weight:bold; padding-top:8px; + position:relative; + top: -50px; } #idPageSubHeadText { @@ -34,6 +36,8 @@ text-align:center; font-size:.6em; padding-top:0px; + position:relative; + top: -50px; } Modified: trunk/open2300/htdocs/css/menu.css =================================================================== --- trunk/open2300/htdocs/css/menu.css 2010-02-23 19:29:57 UTC (rev 3361) +++ trunk/open2300/htdocs/css/menu.css 2010-02-24 02:07:07 UTC (rev 3362) @@ -1,23 +1,23 @@ #idMenu { - position: absolute; - left:190px; - top: 140px; - font-size: .6em; - margin:0px; - padding:0px; + position: relative; + font-size: .7em; + margin: 0px; + padding-top: -10px; + //border: 1px solid green; } #idMenu #idMenuItems { margin:0px; padding:0px; + //border: 1px solid red; } #idMenu #idMenuItems li { list-style: none; text-align:left; float: left; - padding:0px; - margin:0px; + padding-top: -10px; + margin-top: -10px; } #idMenu #idMenuItems li:first-child { @@ -32,7 +32,7 @@ #idMenu #idMenuItems li a { padding:4px; padding-right:10px; - height: 20px; + height: 40px; line-height: 20px; font-size: 1em; border: none; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |