Mercurial > libervia-web
diff src/browser/public/libervia.css @ 543:d02335553b5d
browser_side (plugin OTR): display OTR states with icons instead of a text
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 08 Sep 2014 15:32:33 +0200 |
parents | 048ae7314156 |
children | 668bb04e9708 |
line wrap: on
line diff
--- a/src/browser/public/libervia.css Mon Sep 08 14:54:47 2014 +0200 +++ b/src/browser/public/libervia.css Mon Sep 08 15:32:33 2014 +0200 @@ -748,8 +748,16 @@ .widgetHeader_info { position: absolute; right: 90px; # FIXME: temporary dirty setting to fit a header menu with 3 icon buttons - margin-top: 4px !important; - color: white !important; + color: white; + background-color: white; + border-radius: 5px; + padding: 0px 4px; + top: 2px !important; +} + +.widgetHeader_info img { + padding: 2px; + height: 16px; } .widgetHeader_buttonsWrapper {