diff options
author | rub <rub@piwigo.org> | 2006-12-12 06:17:53 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-12-12 06:17:53 +0000 |
commit | 5e9a4b02be26994e7d49a7d1ece7595a50b28c4b (patch) | |
tree | 40e4225aa935fb47d9ba00b290afc6b610735523 /template/yoga/menubar.css | |
parent | d54d1a52349c30f81529095ce21befda4079180e (diff) |
Feature Issue ID 0000601: Filter all public pages with only recent elements
Change stop icon.
Add icon to menu.
It's still a draft.
Try this!
Go to http://forum.phpwebgallery.net/viewtopic.php?id=9490
git-svn-id: http://piwigo.org/svn/trunk@1650 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/menubar.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index cfa1a2205..814f19a73 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -12,6 +12,16 @@ margin: 0; padding: 0; display: block; } +#menubar .buttonmenu { + margin: 0 2px; + width: auto; + padding: 0; + text-indent: 0; + list-style: none; + text-align: center; + float: right; +} + /* H2 properties copied here */ #menubar DT { font-weight: bold; /* default for h2 */ |