Mercurial > libervia-web
comparison src/browser/public/libervia.css @ 594:a099990f77a6 frontends_multi_profiles
browser side: border widgets are now visible on drag start + they float right or left in the cell
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 06 Feb 2015 19:11:02 +0100 |
parents | a5019e62c3e9 |
children | 32dbbc941123 |
comparison
equal
deleted
inserted
replaced
593:b97c85b8a47e | 594:a099990f77a6 |
---|---|
811 box-shadow:inset 0px 0 1px #444; | 811 box-shadow:inset 0px 0 1px #444; |
812 } | 812 } |
813 | 813 |
814 /* BorderWidgets */ | 814 /* BorderWidgets */ |
815 | 815 |
816 .borderWidgetOnDrag { | |
817 background-color: lightgray; | |
818 border: 1px dashed #000; | |
819 border-radius: 1em; | |
820 } | |
821 | |
816 .bottomBorderWidget { | 822 .bottomBorderWidget { |
817 height: 10px !important; | 823 height: 10px !important; |
818 } | 824 } |
819 | 825 |
820 .leftBorderWidget, .rightBorderWidget { | 826 .leftBorderWidget, .rightBorderWidget { |
821 width: 10px !important; | 827 width: 10px !important; |
828 } | |
829 | |
830 .leftBorderWidget { | |
831 float: right; | |
832 } | |
833 | |
834 .rightBorderWidget { | |
835 float: left; | |
822 } | 836 } |
823 | 837 |
824 /* Microblog */ | 838 /* Microblog */ |
825 | 839 |
826 .microblogPanel { | 840 .microblogPanel { |