tweaks to TimeRangeField
[qcg-portal.git] / qcg / static / qcg / main.css
index 57a2b84..f3ee656 100644 (file)
@@ -16,3 +16,53 @@ footer.navbar-fixed-bottom {
 .page-header {
     margin-top: 0;
 }
+
+textarea {
+    resize: vertical;
+    min-height: 34px;
+}
+
+
+.modal-body > *:last-child {
+    margin-bottom: 0;
+}
+
+
+#env-controls .form-group {
+    display: inline-block;
+    margin: 0;
+    vertical-align: middle;
+}
+
+
+#env-controls > div {
+    margin-bottom: 7px;
+}
+
+
+#env-controls > div:last-of-type {
+    margin: 0;
+}
+
+
+#env-controls input[type="text"] {
+    width: 160px;
+}
+
+
+#add-env-form {
+    padding-top: 7px;
+}
+
+
+.timerange input {
+    display: inline-block;
+    width: 67%;
+    margin-right: 5px;
+}
+
+.timerange select {
+    display: inline-block;
+    width: 30%;
+    float: right;
+}