[prelude-cvslog] r9731 - in prewikka/trunk: htdocs/css prewikka/templates
noreply at prelude-ids.org
noreply at prelude-ids.org
Mon Jul 30 14:32:52 CEST 2007
Author: yoann
Date: 2007-07-30 14:32:45 +0200 (Mon, 30 Jul 2007)
New Revision: 9731
Modified:
prewikka/trunk/htdocs/css/style.css
prewikka/trunk/prewikka/templates/AlertListing.tmpl
Log:
Improve inline-filter rendering.
Modified: prewikka/trunk/htdocs/css/style.css
===================================================================
--- prewikka/trunk/htdocs/css/style.css 2007-07-30 10:51:58 UTC (rev 9730)
+++ prewikka/trunk/htdocs/css/style.css 2007-07-30 12:32:45 UTC (rev 9731)
@@ -77,6 +77,7 @@
input[type="checkbox"] {
border: none;
+ vertical-align: sub;
}
@@ -933,16 +934,23 @@
width: 100%;
}
+
.inline_filter_content td {
width: 100%;
text-align: right;
font-size: 8px;
- padding: .5em 1em;
+ padding: 1px 5px 1px;
+ margin: 0;
+ border-spacing: 0;
border-bottom: 1px dashed white;
}
+.inline_filter_content td input[type="text"] {
+ height: 15px;
+}
+
.inline_filter_content th {
- font-size: 10px;
+ font-size: 9px;
color: #950;
font-weight: normal;
text-align: left;
@@ -951,6 +959,8 @@
#classification table, #source table, #target table, #analyzer table {
border-collapse: collapse;
+ vertical-align: top;
+ border-spacing: 0;
}
.fieldset_heading table {
Modified: prewikka/trunk/prewikka/templates/AlertListing.tmpl
===================================================================
--- prewikka/trunk/prewikka/templates/AlertListing.tmpl 2007-07-30 10:51:58 UTC (rev 9730)
+++ prewikka/trunk/prewikka/templates/AlertListing.tmpl 2007-07-30 12:32:45 UTC (rev 9731)
@@ -108,7 +108,7 @@
input = document.createElement("input")
input.setAttribute("class", "popup_input_field")
input.setAttribute("name", name + '_value_' + num)
- input.setAttribute("type", "int")
+ input.setAttribute("type", "text")
input.setAttribute("value", value)
td.appendChild(input)
}
More information about the Prelude-cvslog
mailing list