/* $Id: views-list.css,v 1.7 2008/05/17 01:13:58 merlinofchaos Exp $ */

table.views-entry {
  margin: 2px 0;
  border: 1px solid #ccc;
  background-color: #111; /*white;*/
  clear: left;
  width: 100%;
}

table.views-entry tbody {
  border: none;
}

table.views-entry td.view-ops {
  width: 45%;
  text-align: right;
  background-color: #222; /*#eee;*/
}

table.views-entry td.view-name {
  background-color: #222; /*#eee;*/
}

table.views-entry .description {
  vertical-align: top;
}

body form#views-ui-list-views-form {
  margin: 0 0 1.5em 0;
}

#views-ui-list-views-form .form-item {
  padding-right: 1em;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

#edit-order-wrapper {
  clear: left;
}

#edit-views-apply {
  margin-top: 1.65em;
  float: left;
}

.views-entry .advanced-help-link {
  position: relative;
  top: 2px;
  padding-right: 3px;
}
