summaryrefslogtreecommitdiffstats
path: root/usr/share/build-errors/www/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'usr/share/build-errors/www/styles.css')
-rw-r--r--usr/share/build-errors/www/styles.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/usr/share/build-errors/www/styles.css b/usr/share/build-errors/www/styles.css
new file mode 100644
index 0000000..e852bbc
--- /dev/null
+++ b/usr/share/build-errors/www/styles.css
@@ -0,0 +1,45 @@
+body {
+ padding: .5em 1em;
+ font-family: sans-serif;
+ text-align: center;
+}
+
+#search_table {
+ margin: 0 auto 2em auto;
+}
+#search_table th, #search_table td {
+ padding: .1em 1em;
+}
+#search_table input.text {
+ width: 30em;
+}
+th, td {
+ font-size: 90%;
+ text-align: left;
+}
+#search_table_container {
+ display: inline-block;
+}
+#list_table td {
+ padding: .3em 1em !important;
+}
+#list_table th {
+ padding: .3em 1.3em .3em 1em !important;
+}
+a {
+ text-decoration: none;
+ color: #0D597F;
+}
+a:hover {
+ text-decoration: underline;
+}
+
+.left {
+ text-align: left;
+}
+.center {
+ text-align: center;
+}
+.nowrap {
+ white-space: nowrap;
+}