← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5809: Added css with handy styles for custom forms

 

------------------------------------------------------------
revno: 5809
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-01-26 17:09:22 +0100
message:
  Added css with handy styles for custom forms
added:
  resources/util/style.css


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== added file 'resources/util/style.css'
--- resources/util/style.css	1970-01-01 00:00:00 +0000
+++ resources/util/style.css	2012-01-26 16:09:22 +0000
@@ -0,0 +1,20 @@
+
+/* Handy styles for custom data entry forms */
+
+#cde table {
+  border-collapse: collapse;
+}
+
+#cde table, #cde th, #cde td {
+  border: 1px solid #c0c0c0;
+}
+
+#cde td, #cde th {
+  height: 30px;
+  padding: 10px;
+  margin: 10px;
+}
+
+.cde-greyfield {
+  background-color: #e0e0e0;
+}