Mercurial > libervia-web
comparison public/libervia.css @ 263:d3c734669577
browser_side: improvements for lists and contact groups manager:
- use DockPanel to deal with UI problems
- fixed issues with the autocomplete list
- avoid duplicate contacts in a contact list
- signal invalid contacts with a red border
- check for invalid contacts in the form before saving
- better genericity for the class DragAutoCompleteTextBox
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 11 Nov 2013 12:48:33 +0100 |
parents | 0e7f3944bd27 |
children | 2a93f8e6f989 |
comparison
equal
deleted
inserted
replaced
262:30c01671e338 | 263:d3c734669577 |
---|---|
1229 margin: 0px; | 1229 margin: 0px; |
1230 color: #444; | 1230 color: #444; |
1231 font-size: 1em; | 1231 font-size: 1em; |
1232 } | 1232 } |
1233 | 1233 |
1234 .recipientTextBox-invalid { | |
1235 box-shadow: inset 0px 1px 4px rgba(255, 0, 0, 0.6); | |
1236 -webkit-box-shadow:inset 0 1px 4px rgba(255, 0, 0, 0.6); | |
1237 -moz-box-shadow:inset 0 1px 4px rgba(255, 0, 0, 0.6); | |
1238 border: 1px solid rgb(255, 0, 0); | |
1239 } | |
1240 | |
1234 .recipientRemoveButton { | 1241 .recipientRemoveButton { |
1235 margin: 0px 10px 0px 0px; | 1242 margin: 0px 10px 0px 0px; |
1236 padding: 0px; | 1243 padding: 0px; |
1237 border: 1px dashed red; | 1244 border: 1px dashed red; |
1238 border-radius: 5px 5px 5px 5px; | 1245 border-radius: 5px 5px 5px 5px; |