diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:52:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:52:13 -0300 |
commit | ad3bb7b13a75b7a2e23a6be637737ecd11567ed0 (patch) | |
tree | 99844baca10d28199f4257ac9c54b622ddfa7eaf /views/default/magic_topbar/css.php | |
download | elgg-ad3bb7b13a75b7a2e23a6be637737ecd11567ed0.tar.gz elgg-ad3bb7b13a75b7a2e23a6be637737ecd11567ed0.tar.bz2 |
Squashed 'mod/magic_topbar/' content from commit 0fdca8a
git-subtree-dir: mod/magic_topbar
git-subtree-split: 0fdca8adb73fe9e2b5be69c00c15760c8fba3366
Diffstat (limited to 'views/default/magic_topbar/css.php')
-rw-r--r-- | views/default/magic_topbar/css.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/views/default/magic_topbar/css.php b/views/default/magic_topbar/css.php new file mode 100644 index 000000000..718c09bd0 --- /dev/null +++ b/views/default/magic_topbar/css.php @@ -0,0 +1,18 @@ +<?php +/** + * Magic Topbar CSS + * + * @package ElggMagicTopbar +*/ +?> + +/* Magic Topbar Plugin */ + +.elgg-page-topbar{ + position: fixed; + width:100%; +} +.elgg-page-header { + margin-top: 0px; + padding-top: 24px; +} |