comparison public/libervia.css @ 224:f3a5a094c8d6

browser_side: center the buttons of GenericConfirmDialog
author souliane <souliane@mailoo.org>
date Thu, 26 Sep 2013 11:33:55 +0200
parents 09e4de9df5b7
children 0ed09cc0566f
comparison
equal deleted inserted replaced
223:624a87377412 224:f3a5a094c8d6
472 } 472 }
473 473
474 .uniBox { 474 .uniBox {
475 height: 45px; 475 height: 45px;
476 padding: 5px; 476 padding: 5px;
477 border: 1px solid #bbb; 477 border: 1px solid #bbb;
478 color: #444; 478 color: #444;
479 background: #fff url('media/libervia/unibox_2.png') top right no-repeat; 479 background: #fff url('media/libervia/unibox_2.png') top right no-repeat;
480 box-shadow:inset 0 0 10px #ddd; 480 box-shadow:inset 0 0 10px #ddd;
481 -webkit-box-shadow:inset 0 0 10px #ddd; 481 -webkit-box-shadow:inset 0 0 10px #ddd;
482 -moz-box-shadow:inset 0 0 10px #ddd; 482 -moz-box-shadow:inset 0 0 10px #ddd;
483 } 483 }
484 484
1110 position: relative; 1110 position: relative;
1111 width: 100%; 1111 width: 100%;
1112 height: 100%; 1112 height: 100%;
1113 } 1113 }
1114 1114
1115 .marginAuto {
1116 margin: auto;
1117 }
1118
1115 /* URLs */ 1119 /* URLs */
1116 1120
1117 a.url { 1121 a.url {
1118 color: blue; 1122 color: blue;
1119 text-decoration: none 1123 text-decoration: none