diff options
| author | makitso <makitso@gmail.com> | 2016-01-10 07:52:54 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2016-01-10 07:52:54 -0700 |
| commit | 1b0803821acfba4ce1a2fd9cd1bd02b1921cd223 (patch) | |
| tree | 3c55281c2688cfc906512ffd41ffe92c41fc2b18 /themes/clouds/css-1.7.0/style.css | |
| parent | b7af45f1ce5ac0ba92aa52eb8b21b837e5b45dcd (diff) | |
| download | webtrees-1b0803821acfba4ce1a2fd9cd1bd02b1921cd223.tar.gz webtrees-1b0803821acfba4ce1a2fd9cd1bd02b1921cd223.tar.bz2 webtrees-1b0803821acfba4ce1a2fd9cd1bd02b1921cd223.zip | |
Colors and Clouds theme submenu position
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 63046c753a..6d463beb29 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -4275,6 +4275,11 @@ header { padding: 5px; } +.secondary-menu li ul { + left: auto; + right: 0px; +} + .secondary-menu li:hover ul { display: block; } @@ -4296,8 +4301,8 @@ header { } [dir=rtl] .secondary-menu li ul { - left: -15; - right: auto; + left: 0; + right: auto; } [dir=rtl] .secondary-menu li ul li { |
