From: Nicolas Boisselier Date: Fri, 26 Jun 2015 12:29:48 +0000 (+0100) Subject: css X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=d6774ea6d938a01adf00704708698f1df0e8ff3c;p=nb.git css --- diff --git a/lib/css/db.css b/lib/css/db.css new file mode 100644 index 00000000..fe49ff0d --- /dev/null +++ b/lib/css/db.css @@ -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; +}