------------------------------------------------------------
revno: 5809
committer: Lars Helge Overland <[email protected]>
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;
+}

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to