]> git.nbdom.net Git - nb.git/commitdiff
css
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Fri, 26 Jun 2015 12:29:48 +0000 (13:29 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Fri, 26 Jun 2015 12:29:48 +0000 (13:29 +0100)
lib/css/db.css [new file with mode: 0644]

diff --git a/lib/css/db.css b/lib/css/db.css
new file mode 100644 (file)
index 0000000..fe49ff0
--- /dev/null
@@ -0,0 +1,63 @@
+/*
+  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;
+}