thirdparty/google_appengine/google/appengine/ext/admin/templates/css/datastore.css
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sun, 12 Apr 2009 13:22:43 +0000
changeset 2172 ac7bd3b467ff
parent 686 df109be0567c
permissions -rw-r--r--
Load /Users/solydzajs/Downloads/google_appengine into trunk/thirdparty/google_appengine.

#datastore_search {
  margin-bottom: 1em;
}

#hint {
  background-color: #F6F9FF;
  border: 1px solid #E5ECF9;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}

#message {
  color: red;
  position: relative;
  bottom: 6px;
}

#pagetotal {
  float: right;
}

#pagetotal .count {
  font-weight: bold;
}

table.entities {
  border: 1px solid #c5d7ef;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
}

table.entities th, table.entities td {
  padding: .25em 1.5em .5em .5em;
}

table.entities th {
  font-weight: bold;
  text-align: left;
  background: #e5ecf9;
  white-space: nowrap;
}

table.entities th a, table.entities th a:visited {
  color: black;
  text-decoration: none;
}

table.entities td {
  background-color: #fff;
  text-align: left;
  vertical-align: top;
  cursor: pointer;
}

table.entities tr.even td {
  background-color: #f9f9f9;
}

div.entities {
  background-color: #c5d7ef;
  margin-top: 0;
}

#entities-pager, #entities-control {
  padding: .3em 1em .4em 1em;
}

#entities-pager {
  text-align: right;
}