--- /dev/null
+/*
+ Edit
+*/
+form.Zdb.edit
+,form.db.edit label
+,form.db.edit input
+{
+ float: left;
+}
+
+div.Zdb.edit {
+ width: 100%;
+}
+
+form.db.edit label {
+ clear: left;
+ width: 20%;
+ margin-bottom: 0.3em;
+}
+
+form.db.edit input {
+ width: 75%;
+}
+
+form.db.edit .buttons {
+ margin: 0 auto;
+ text-align: center;
+ clear: both;
+}
+
+form.db.edit .buttons input {
+ width: auto;
+ float: none;
+}
+
+/*
+ List
+ border: solid 1px red;
+*/
+.sel:before { content: ">"; }
+.db.menu {
+ float: left;
+ margin: -4em 0.4em 0 -7em;
+ max-width: 7em;
+}
+
+li.tables {
+ float: left;
+}
+
+li.tables ul {
+ text-transform: capitalize;
+}
+
+li.tables li {
+ font-size: 0.8em;
+}
+
+td.name,
+td.email,
+td.phone {
+ white-space: nowrap;
+}