[Feed-collector-svn] SF.net SVN: feed-collector: [92] trunk/styles/default
Status: Beta
Brought to you by:
c167
From: <c1...@us...> - 2007-01-05 00:15:40
|
Revision: 92 http://feed-collector.svn.sourceforge.net/feed-collector/?rev=92&view=rev Author: c167 Date: 2007-01-04 16:15:40 -0800 (Thu, 04 Jan 2007) Log Message: ----------- fixed display-bug Modified Paths: -------------- trunk/styles/default/page_main-screen.css trunk/styles/default/page_main.tpl Modified: trunk/styles/default/page_main-screen.css =================================================================== --- trunk/styles/default/page_main-screen.css 2007-01-05 00:15:21 UTC (rev 91) +++ trunk/styles/default/page_main-screen.css 2007-01-05 00:15:40 UTC (rev 92) @@ -144,16 +144,12 @@ .headerLogin { border: 1px solid rgb(255,255,255); text-align: right; - margin: 0; -/* padding: 0 0 2ex 0;*/ - padding-bottom: 1ex; + padding: 1ex; position: absolute; right: 1.5em; top: 3.5em; -/* margin-left: 1em; - margin-right: 1em;*/ } - +/* .headerLogin a { color: white; background-color: transparent; @@ -162,26 +158,7 @@ padding: 0 0 0.5ex 0; display: block; } - -.headerLogin span { - -} - -#userinfo p { - color: white; - background-color: transparent; - margin: 0; -/* padding: 0 0 0.5ex 0;*/ - display: block; -} - -.headerLogin input:hover { /* color: rgb(195,196,210);*/ - color: black; - /* background-color: transparent;*/ - background-color: rgb(117, 144, 174); - text-decoration: underline; -} - +*/ .subHeader { color: white; background-color: rgb(117, 144, 174); Modified: trunk/styles/default/page_main.tpl =================================================================== --- trunk/styles/default/page_main.tpl 2007-01-05 00:15:21 UTC (rev 91) +++ trunk/styles/default/page_main.tpl 2007-01-05 00:15:40 UTC (rev 92) @@ -8,8 +8,6 @@ <meta name="generator" content="haran" /> <link rel="stylesheet" type="text/css" href="./styles/default/page_main-screen.css" media="screen, tv, projection" title="Default" /> - <link rel="stylesheet alternative" type="text/css" href="./styles/default/page_main-print.css" media="screen" title="Print Preview" /> - <link rel="stylesheet" type="text/css" href="./styles/default/page_main-print.css" media="print" /> <title><!-- title --></title> </head> @@ -27,11 +25,12 @@ <div class="midHeader"> <!-- midHeader title left --> - </div> + <br class="doNotDisplay doNotPrint" /> <div class="headerLogin"> <!-- midHeader title right --> + </div> </div> <div class="subHeader"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |