Mercurial > libervia-web
comparison public/libervia.css @ 324:8131d0ccf21b
browser_side: prepare user input for microblog titles
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 04 Jan 2014 02:38:23 +0100 |
parents | 70ac3067d641 |
children | ce5b33f499c5 |
comparison
equal
deleted
inserted
replaced
323:0b7934e75e76 | 324:8131d0ccf21b |
---|---|
1266 width: 100%; | 1266 width: 100%; |
1267 margin: 9px 18px; | 1267 margin: 9px 18px; |
1268 } | 1268 } |
1269 | 1269 |
1270 .richTextToolbar { | 1270 .richTextToolbar { |
1271 margin: 15px auto auto 0px; | |
1272 } | 1271 } |
1273 | 1272 |
1274 .richTextFormatLabel { | 1273 .richTextFormatLabel { |
1275 text-align: right; | 1274 text-align: right; |
1276 margin: 14px 0px 0px 14px; | 1275 margin: 14px 0px 0px 14px; |
1298 -webkit-transition: color 0.2s linear; | 1297 -webkit-transition: color 0.2s linear; |
1299 -moz-transition: color 0.2s linear; | 1298 -moz-transition: color 0.2s linear; |
1300 -o-transition: color 0.2s linear; | 1299 -o-transition: color 0.2s linear; |
1301 } | 1300 } |
1302 | 1301 |
1302 .richTextTitle { | |
1303 margin-bottom: 5px; | |
1304 } | |
1305 | |
1306 .richTextTitle textarea { | |
1307 height: 23px; | |
1308 width: 99%; | |
1309 margin: auto; | |
1310 display: block; | |
1311 } | |
1312 | |
1303 .richTextIcon { | 1313 .richTextIcon { |
1304 width:16px; | 1314 width:16px; |
1305 height:16px; | 1315 height:16px; |
1306 vertical-align: middle; | 1316 vertical-align: middle; |
1307 } | 1317 } |
1364 border-radius: 5px; | 1374 border-radius: 5px; |
1365 background: none repeat scroll 0% 0% rgb(135, 179, 255); | 1375 background: none repeat scroll 0% 0% rgb(135, 179, 255); |
1366 border: 1px dashed rgb(35,79,255); | 1376 border: 1px dashed rgb(35,79,255); |
1367 } | 1377 } |
1368 | 1378 |
1379 .recipientSpacer { | |
1380 height: 15px; | |
1381 } | |
1382 | |
1369 /* Popup (context) menu */ | 1383 /* Popup (context) menu */ |
1370 | 1384 |
1371 .popupMenuItem { | 1385 .popupMenuItem { |
1372 cursor: pointer; | 1386 cursor: pointer; |
1373 border-radius: 5px; | 1387 border-radius: 5px; |