thirdparty/google_appengine/google/appengine/ext/admin/templates/css/ae.css
changeset 2864 2e0b0af889be
parent 2413 d0b7dac5325c
equal deleted inserted replaced
2862:27971a13089f 2864:2e0b0af889be
   150   background-color: #fee;
   150   background-color: #fee;
   151 }
   151 }
   152 .ae-table .ae-pager {
   152 .ae-table .ae-pager {
   153   background-color: #c5d7ef;
   153   background-color: #c5d7ef;
   154 }
   154 }
       
   155 
       
   156 .ae-errorbox {
       
   157   border: 1px solid #f00;
       
   158   background-color: #fee;
       
   159   margin-bottom: 1em;
       
   160   padding: 1em;
       
   161   display: inline-block;
       
   162 }
       
   163 
       
   164 .ae-message {
       
   165   border: 1px solid #e5ecf9;
       
   166   background-color: #f6f9ff;
       
   167   margin-bottom: 1em;
       
   168   padding: 1em;
       
   169   display: inline-block;
       
   170 }