/[openfoncier]/trunk/app/css/app.css
ViewVC logotype

Diff of /trunk/app/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2165 by vpihour, Thu Aug 8 09:07:16 2013 UTC revision 2166 by softime, Thu Aug 22 15:39:21 2013 UTC
# Line 901  p.noData { Line 901  p.noData {
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    }

Legend:
Removed from v.2165  
changed lines
  Added in v.2166

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26