thirdparty/google_appengine/google/appengine/ext/admin/templates/css/datastore.css
changeset 109 620f9b141567
child 686 df109be0567c
equal deleted inserted replaced
108:261778de26ff 109:620f9b141567
       
     1 #datastore_search {
       
     2   margin-bottom: 1em;
       
     3 }
       
     4 
       
     5 #message {
       
     6   color: red;
       
     7   position: relative;
       
     8   bottom: 6px;
       
     9 }
       
    10 
       
    11 #pagetotal {
       
    12   float: right;
       
    13 }
       
    14 
       
    15 #pagetotal .count {
       
    16   font-weight: bold;
       
    17 }
       
    18 
       
    19 table.entities {
       
    20   border: 1px solid #c5d7ef;
       
    21   border-collapse: collapse;
       
    22   width: 100%;
       
    23   margin-bottom: 0;
       
    24 }
       
    25 
       
    26 table.entities th, table.entities td {
       
    27   padding: .25em 1.5em .5em .5em;
       
    28 }
       
    29 
       
    30 table.entities th {
       
    31   font-weight: bold;
       
    32   text-align: left;
       
    33   background: #e5ecf9;
       
    34   white-space: nowrap;
       
    35 }
       
    36 
       
    37 table.entities th a, table.entities th a:visited {
       
    38   color: black;
       
    39   text-decoration: none;
       
    40 }
       
    41 
       
    42 table.entities td {
       
    43   background-color: #fff;
       
    44   text-align: left;
       
    45   vertical-align: top;
       
    46   cursor: pointer;
       
    47 }
       
    48 
       
    49 table.entities tr.even td {
       
    50   background-color: #f9f9f9;
       
    51 }
       
    52 
       
    53 div.entities {
       
    54   background-color: #c5d7ef;
       
    55   margin-top: 0;
       
    56 }
       
    57 
       
    58 #entities-pager, #entities-control {
       
    59   padding: .3em 1em .4em 1em;
       
    60 }
       
    61 
       
    62 #entities-pager {
       
    63   text-align: right;
       
    64 }