Mercurial > libervia-web
comparison src/browser/public/libervia.css @ 600:32dbbc941123 frontends_multi_profiles
browser_side: fixes the contact group manager
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 06 Feb 2015 17:53:01 +0100 |
parents | a099990f77a6 |
children | c22b47d63fe2 |
comparison
equal
deleted
inserted
replaced
599:a6b9809b9a68 | 600:32dbbc941123 |
---|---|
1339 vertical-align: middle; | 1339 vertical-align: middle; |
1340 } | 1340 } |
1341 | 1341 |
1342 /* Recipients panel */ | 1342 /* Recipients panel */ |
1343 | 1343 |
1344 .recipientButtonCell { | 1344 .itemButtonCell { |
1345 width:55px; | 1345 width:55px; |
1346 } | 1346 } |
1347 | 1347 |
1348 .recipientTypeMenu { | 1348 .itemKeyMenu { |
1349 } | 1349 } |
1350 | 1350 |
1351 .recipientTypeItem { | 1351 .itemKey { |
1352 cursor: pointer; | 1352 cursor: pointer; |
1353 border-radius: 5px; | 1353 border-radius: 5px; |
1354 width: 50px; | 1354 width: 50px; |
1355 } | 1355 } |
1356 | 1356 |
1357 .recipientPanel { | 1357 .itemPanel { |
1358 } | 1358 } |
1359 | 1359 |
1360 .recipientTextBox { | 1360 .itemTextBox { |
1361 cursor: pointer; | 1361 cursor: pointer; |
1362 width: auto; | 1362 width: auto; |
1363 border-radius: 5px 5px 5px 5px; | 1363 border-radius: 5px 5px 5px 5px; |
1364 -webkit-box-shadow: inset 0px 1px 4px rgba(135, 179, 255, 0.6); | 1364 -webkit-box-shadow: inset 0px 1px 4px rgba(135, 179, 255, 0.6); |
1365 box-shadow: inset 0px 1px 4px rgba(135, 179, 255, 0.6); | 1365 box-shadow: inset 0px 1px 4px rgba(135, 179, 255, 0.6); |
1367 margin: 0px; | 1367 margin: 0px; |
1368 color: #444; | 1368 color: #444; |
1369 font-size: 1em; | 1369 font-size: 1em; |
1370 } | 1370 } |
1371 | 1371 |
1372 .recipientTextBox-invalid { | 1372 .itemTextBox-invalid { |
1373 -webkit-box-shadow: inset 0px 1px 4px rgba(255, 0, 0, 0.6); | 1373 -webkit-box-shadow: inset 0px 1px 4px rgba(255, 0, 0, 0.6); |
1374 box-shadow: inset 0px 1px 4px rgba(255, 0, 0, 0.6); | 1374 box-shadow: inset 0px 1px 4px rgba(255, 0, 0, 0.6); |
1375 border: 1px solid rgb(255, 0, 0); | 1375 border: 1px solid rgb(255, 0, 0); |
1376 } | 1376 } |
1377 | 1377 |
1378 .recipientRemoveButton { | 1378 .itemRemoveButton { |
1379 margin: 0px 10px 0px 0px; | 1379 margin: 0px 10px 0px 0px; |
1380 padding: 0px; | 1380 padding: 0px; |
1381 border: 1px dashed red; | 1381 border: 1px dashed red; |
1382 border-radius: 5px 5px 5px 5px; | 1382 border-radius: 5px 5px 5px 5px; |
1383 } | 1383 } |
1384 | 1384 |
1385 .recipientRemoveIcon { | 1385 .itemRemoveIcon { |
1386 color: red; | 1386 color: red; |
1387 width:15px; | 1387 width:15px; |
1388 height:15px; | 1388 height:15px; |
1389 vertical-align: baseline; | 1389 vertical-align: baseline; |
1390 } | 1390 } |
1391 | 1391 |
1392 .dragover-recipientPanel { | 1392 .itemPanel-dragover { |
1393 border-radius: 5px; | 1393 border-radius: 5px; |
1394 background: none repeat scroll 0% 0% rgb(135, 179, 255); | 1394 background: none repeat scroll 0% 0% rgb(135, 179, 255); |
1395 border: 1px dashed rgb(35,79,255); | 1395 border: 1px dashed rgb(35,79,255); |
1396 } | 1396 } |
1397 | 1397 |