Mercurial > libervia-web
diff public/libervia.css @ 85:a8f027738c16
browser side: widgets cells can now be added by putting a widget on a border
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 27 Jun 2011 03:14:37 +0200 |
parents | bd575203d456 |
children | 3029e3fdbd40 |
line wrap: on
line diff
--- a/public/libervia.css Sun Jun 26 23:23:22 2011 +0200 +++ b/public/libervia.css Mon Jun 27 03:14:37 2011 +0200 @@ -614,6 +614,16 @@ background-image: -o-linear-gradient(#fff,#ccc); } +/* BorderWidgets */ + +.bottomBorderWidget { + height: 5px !important; +} + +.leftBorderWidget, .rightBorderWidget { + width: 5px !important; +} + /* Microblog */ .microblogPanel {