diff options
author | Sem <sembrestels@riseup.net> | 2012-10-23 06:20:08 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-10-23 06:20:08 +0200 |
commit | 1e503286839742e72c01a6357c4293b7bf390d56 (patch) | |
tree | 270a4dcca0f4ddd26c7e641f050b2a720d6734c6 /views/default/n1_theme/css.php | |
parent | 771ba0de021f67de6dd6eb0a7916fe5e10dc679f (diff) | |
download | saravea_theme-1e503286839742e72c01a6357c4293b7bf390d56.tar.gz saravea_theme-1e503286839742e72c01a6357c4293b7bf390d56.tar.bz2 |
Overrided topbar icons with tooltips.
Diffstat (limited to 'views/default/n1_theme/css.php')
-rw-r--r-- | views/default/n1_theme/css.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index db9fa46..be935d4 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -26,6 +26,21 @@ font-weight: bold; } +.messages-new { + background-color: #FF4C12; + border-radius: 10px; + box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5); + color: black; + font-size: 10px; + font-weight: bold; + height: 16px; + left: 20px; + min-width: 16px; + position: absolute; + text-align: center; + top: 12px; +} + .elgg-access, .elgg-input-access > option { padding-left: 19px; background-image: url('<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/privacy.png'); |