diff public_html/static/css/global.css @ 6:2d1a0a75fc49

added css, templates
author sergey
date Mon, 12 May 2014 18:05:30 +0400
parents
children 7d92a42f8e18
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/static/css/global.css	Mon May 12 18:05:30 2014 +0400
@@ -0,0 +1,48 @@
+html, body {
+    height: 100%;
+    margin: 0;
+    padding: 0;
+}
+
+.block {
+	display: block;
+}
+
+.centered {
+	text-align: center;
+}
+
+/********************************* TABLES *************************************/
+
+table.pretty-table
+{
+    border-collapse: collapse;
+    border: 1px solid #cccccc;
+    margin: 10px;
+}
+
+table.pretty-table td,
+table.pretty-table th
+{
+    padding: 3px;
+    border: 1px solid #c0c0c0;
+}
+
+table.pretty-table th
+{
+	background: #e0e0e0;
+    font-weight: bold;
+}
+
+.table-form td,
+.table-form th
+{
+    padding: 3px;
+}
+
+td.control-label,
+th.control-label
+{
+	font-weight: bold;
+	text-align: right;
+}
\ No newline at end of file