diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-11-28 11:29:10 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-11-28 11:29:10 +0100 |
commit | 1ce4eda0b92e13615991ec22d3b789c640991431 (patch) | |
tree | 46e6634f403d9e2d9870b2aaee8287c41d4bc8e3 /view/theme/redbasic | |
parent | 68fd1c28b0bf21864753106e4345f0908b4f2e49 (diff) | |
download | volse-hubzilla-1ce4eda0b92e13615991ec22d3b789c640991431.tar.gz volse-hubzilla-1ce4eda0b92e13615991ec22d3b789c640991431.tar.bz2 volse-hubzilla-1ce4eda0b92e13615991ec22d3b789c640991431.zip |
wiki: move delete page functionality to the widget
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fba6da17a..2f3da7542 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2040,3 +2040,14 @@ dl.bb-dl > dd > li { padding-left: 15px; border-left: 3px solid #eee; } + +.nav-pills-stacked-icons { + padding: 6px 10px; + float: right; + position: relative; + z-index:1; +} + +.nav-pills-stacked-icons:hover + a { + background-color: #eee; +} |