Mercurial > libervia-web
diff public/libervia.css @ 347:f1ba38043d78
browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 07 Feb 2014 20:14:11 +0100 |
parents | ce5b33f499c5 |
children | 83454ba70a9c |
line wrap: on
line diff
--- a/public/libervia.css Fri Feb 07 20:08:28 2014 +0100 +++ b/public/libervia.css Fri Feb 07 20:14:11 2014 +0100 @@ -581,6 +581,10 @@ text-shadow: 0 -1px 1px rgba(255,255,255,0.25); font-size: 1.2em; background-color: #eee; + font-style: italic; + font-weight: bold; + color: #666; + cursor: pointer; } .presence-button { @@ -589,20 +593,6 @@ cursor: pointer; } -.status { - font-style: italic; - font-weight: bold; - color: #666; - cursor: pointer; -} - -.status-edit { - font-style: italic; - font-weight: bold; - color: #666; - height: 25px; -} - /* RegisterBox */ .registerPanel_main button { @@ -1497,3 +1487,6 @@ .gwt-RadioButton { white-space: nowrap; } + +[contenteditable="true"] { +}