diff options
| author | makitso <makitso@gmail.com> | 2017-07-23 15:48:47 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-07-23 15:48:47 -0500 |
| commit | 00b6e455f3a612a958364a74444fd24b5be79829 (patch) | |
| tree | 7fda63ab6a93d765423c5503e012d56ede127464 /themes/clouds | |
| parent | b55e439d77e16172f2dd2a25e444470ff6177989 (diff) | |
| download | webtrees-00b6e455f3a612a958364a74444fd24b5be79829.tar.gz webtrees-00b6e455f3a612a958364a74444fd24b5be79829.tar.bz2 webtrees-00b6e455f3a612a958364a74444fd24b5be79829.zip | |
Dropdown Icon - Text spacing
Diffstat (limited to 'themes/clouds')
| -rw-r--r-- | themes/clouds/css-2.0.0/style.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/themes/clouds/css-2.0.0/style.css b/themes/clouds/css-2.0.0/style.css index 5d6ee6ebf9..1ab52b1394 100644 --- a/themes/clouds/css-2.0.0/style.css +++ b/themes/clouds/css-2.0.0/style.css @@ -294,6 +294,10 @@ a > .wt-icon-arrow-up:hover::before { border-bottom: thin solid #79c; } +.wt-header-wrapper .dropdown-item.active { + font-weight: bold; +} + .wt-header-container { margin-top: 0.5rem; } @@ -377,7 +381,12 @@ a > .wt-icon-arrow-up:hover::before { .wt-primary-menu .dropdown-item { /* Space between icons and align with submenu icons */ - padding: 0; + padding: 0 5px 0 0; +} + +[dir=rtl] .wt-primary-menu .dropdown-item { + /* Space between icons and align with submenu icons */ + padding: 0 0 0 5px; } .wt-primary-menu .dropdown-item::before { @@ -385,9 +394,10 @@ a > .wt-icon-arrow-up:hover::before { height: 22px; width: 22px; /* Align icons and text */ - vertical-align: top; + vertical-align: text-top; /* Space between icon and text */ padding: 0 .25rem; + line-height: 1.8; } .wt-primary-menu .nav-item::before { |
