thirdparty/google_appengine/google/appengine/ext/admin/templates/css/ae.css
changeset 2172 ac7bd3b467ff
parent 149 f2e327a7c5de
child 2413 d0b7dac5325c
equal deleted inserted replaced
2171:83d96aadd228 2172:ac7bd3b467ff
    41 }
    41 }
    42 #ae-content {
    42 #ae-content {
    43   padding-left: 1em;
    43   padding-left: 1em;
    44   border-left: 3px solid #e5ecf9;
    44   border-left: 3px solid #e5ecf9;
    45 }
    45 }
       
    46 
       
    47 /* Tables */
       
    48 .ae-table-plain {
       
    49   border-collapse: collapse;
       
    50   width: 100%;
       
    51 }
       
    52 .ae-table {
       
    53   border: 1px solid #c5d7ef;
       
    54   border-collapse: collapse;
       
    55   width: 100%;
       
    56 }
       
    57 
       
    58 #bd h2.ae-table-title {
       
    59   background: #e5ecf9;
       
    60   margin: 0;
       
    61   color: #000;
       
    62   font-size: 1em;
       
    63   padding: 3px 0 3px 5px;
       
    64   border-left: 1px solid #c5d7ef;
       
    65   border-right: 1px solid #c5d7ef;
       
    66   border-top: 1px solid #c5d7ef;
       
    67 }
       
    68 .ae-table-caption,
       
    69 .ae-table caption {
       
    70   border: 1px solid #c5d7ef;
       
    71   background: #e5ecf9;
       
    72   /**
       
    73    * Fixes the caption margin ff display bug.
       
    74    * see www.aurora-il.org/table_test.htm
       
    75    * this is a slight variation to specifically target FF since Safari
       
    76    * was shifting the caption over in an ugly fashion with margin-left: -1px
       
    77    */
       
    78   -moz-margin-start: -1px;
       
    79 }
       
    80 .ae-table caption {
       
    81   padding: 3px 5px;
       
    82   text-align: left;
       
    83 }
       
    84 .ae-table th,
       
    85 .ae-table td {
       
    86   background-color: #fff;
       
    87   padding: .35em 1em .25em .35em;
       
    88   margin: 0;
       
    89 }
       
    90 .ae-table thead th {
       
    91   font-weight: bold;
       
    92   text-align: left;
       
    93   background: #c5d7ef;
       
    94   vertical-align: bottom;
       
    95 }
       
    96 .ae-table tfoot tr td {
       
    97   border-top: 1px solid #c5d7ef;
       
    98   background-color: #e5ecf9;
       
    99 }
       
   100 .ae-table td {
       
   101   border-top: 1px solid #c5d7ef;
       
   102   border-bottom: 1px solid #c5d7ef;
       
   103 }
       
   104 .ae-even td,
       
   105 .ae-even th,
       
   106 .ae-even-top td,
       
   107 .ae-even-tween td,
       
   108 .ae-even-bottom td,
       
   109 ol.ae-even {
       
   110   background-color: #e9e9e9;
       
   111   border-top: 1px solid #c5d7ef;
       
   112   border-bottom: 1px solid #c5d7ef;
       
   113 }
       
   114 .ae-even-top td {
       
   115   border-bottom: 0;
       
   116 }
       
   117 .ae-even-bottom td {
       
   118   border-top: 0;
       
   119 }
       
   120 .ae-even-tween td {
       
   121   border: 0;
       
   122 }
       
   123 .ae-table .ae-tween td {
       
   124   border: 0;
       
   125 }
       
   126 .ae-table .ae-tween-top td {
       
   127   border-bottom: 0;
       
   128 }
       
   129 .ae-table .ae-tween-bottom td {
       
   130   border-top: 0;
       
   131 }
       
   132 .ae-table #ae-live td {
       
   133   background-color: #ffeac0;
       
   134 }
       
   135 .ae-table-fixed {
       
   136   table-layout: fixed;
       
   137 }
       
   138 .ae-table-fixed td,
       
   139 .ae-table-nowrap {
       
   140   overflow: hidden;
       
   141   white-space: nowrap;
       
   142 }
       
   143 .ae-new-usr td {
       
   144   border-top: 1px solid #ccccce;
       
   145   background-color: #ffe;
       
   146 }
       
   147 .ae-error-td td {
       
   148   border: 2px solid #f00;
       
   149   background-color: #fee;
       
   150 }