901 |
.color-num-di { |
.color-num-di { |
902 |
color: #2270C3; |
color: #2270C3; |
903 |
} |
} |
904 |
|
|
905 |
|
/* Message grisé pour les actions sur la géolocalisation */ |
906 |
|
.ui-state-empty, .ui-widget-content .ui-state-empty, .ui-widget-header .ui-state-empty { |
907 |
|
border: 1px solid #555555; |
908 |
|
background: #E6E6E6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; |
909 |
|
color: #555555; |
910 |
|
} |
911 |
|
.ui-state-empty a, .ui-widget-content .ui-state-empty a, .ui-widget-header .ui-state-empty a { |
912 |
|
color: #555555; |
913 |
|
} |
914 |
|
.ui-state-empty-text, .ui-widget-content .ui-state-empty-text, .ui-widget-header .ui-state-empty-text { |
915 |
|
color: #555555; |
916 |
|
} |
917 |
|
.ui-state-empty .ui-icon, .ui-state-error-text .ui-icon { |
918 |
|
background-image: none; |
919 |
|
} |
920 |
|
|
921 |
|
/* Aligne bouton au centre*/ |
922 |
|
.alignBtnCenter { |
923 |
|
width: 100%; |
924 |
|
text-align: center; |
925 |
|
} |
926 |
|
.alignBtnCenter input { |
927 |
|
padding-left: 20%; |
928 |
|
padding-right: 20%; |
929 |
|
} |