diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-12 17:58:46 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-12 17:58:46 +0000 |
commit | c5d998528fedb6652074c06132cabd9435a4d5be (patch) | |
tree | 3ade6617f59c302f6bcc0f62133cf84c5c9fe907 /public/stylesheets | |
parent | 93ef8b7f77ec84bef19d7a872a15b8d406cdb46e (diff) | |
download | redmine-c5d998528fedb6652074c06132cabd9435a4d5be.tar.gz redmine-c5d998528fedb6652074c06132cabd9435a4d5be.zip |
The following menus can now be extended by plugins: top_menu, account_menu, application_menu (empty by default).
Sligth layout change: links in the top menu are now li elements.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1137 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index b386c3285..bfc66f75e 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -10,7 +10,17 @@ h4, .wiki h3 {font-size: 12px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord #wrapper {background: white;} #top-menu {background: #2C4056;color: #fff;height:1.5em; padding: 2px 6px 0px 6px;} +#top-menu ul {margin: 0; padding: 0;} +#top-menu li { + float:left; + list-style-type:none; + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; + white-space:nowrap; +} #top-menu a {color: #fff; padding-right: 4px;} +#top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; } + #account {float:right;} #header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;} |