]> git.plutz.net Git - webpoll/blobdiff - widgets.css
reset table padding from updated cgilite style
[webpoll] / widgets.css
index b548d3806dff447f674a1912b9b73a727c8886c3..c5afebfb68786058923ccadb8baa55ed2da2b1d8 100644 (file)
@@ -5,9 +5,11 @@ table.calendar {
 }
 table.calendar td {
   border: .5pt solid;
+  padding: 0;
 }
 table.calendar th {
   font-weight: normal;
+  padding: 0;
 }
 
 table.calendar thead tr.monthname {
@@ -63,3 +65,67 @@ table.calendar td button[name$=_remove] {
   line-height: .75em;
   border: .125em solid;
 }
+
+#comments input#comments_toggle_new,
+#comments input#comments_toggle_new + label + form {
+  display: none;
+  text-align: left;
+}
+#comments input#comments_toggle_new:checked + label + form {
+  display: block;
+}
+#comments input#comments_toggle_new + label {
+  display: block;
+  width: 100%; margin: 0;
+  padding: .25em .75em;
+  background-color: #FFF;
+  text-align: left;
+  border: .5pt solid;
+  border-radius: 2pt;
+}
+#comments input#comments_toggle_new:checked + label {
+  display: none;
+}
+
+#comments form label.legend {
+  display: block;
+}
+
+#comments input[name=username],
+#comments textarea {
+  width: 100%;
+}
+#comments textarea {
+  min-height: 7em;
+  margin: .5em 0;
+}
+
+#comments .comment {
+  text-align: left;
+  margin: .5em 0;
+  padding: 0 .5em .25em .5em;
+  -padding-left: .5em;
+  -border-left: 3pt solid #CCC;
+  box-shadow: #000 .25em .25em .5em;
+}
+
+#comments .comment > h3 {
+  padding-top: .5em;
+  margin-bottom: 0;
+}
+
+#comments .comment > span {
+  display: inline-block;
+  min-width: 50%;
+  font-size: .875em;
+  color: #666;
+}
+#comments .comment > a.edit {
+  display: block;
+  min-width: 50%;
+  font-size: .875em;
+}
+#comments .comment > div {
+  border-top: .5pt solid;
+}
+