From 8446e16346ece5a934550f69e81d0cad528f7fba Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 19 Jul 2014 02:38:53 +0200 Subject: New web structure + related code improvements and fixes + added flat and dark themes + updated js --- module/web/themes/default/css/log.min.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 module/web/themes/default/css/log.min.css (limited to 'module/web/themes/default/css/log.min.css') diff --git a/module/web/themes/default/css/log.min.css b/module/web/themes/default/css/log.min.css new file mode 100644 index 000000000..f3e75a670 --- /dev/null +++ b/module/web/themes/default/css/log.min.css @@ -0,0 +1 @@ +#content,body,html{height:100%}#body-wrapper{height:70%}.logdiv{height:90%;width:100%;overflow:auto;border:2px solid #CCC;outline:1px solid #666;background-color:#FFE;margin-right:auto;margin-left:auto}.logform{display:table;margin:0 auto;padding-top:5px}.logtable{margin:0}.logtable td{border:none;white-space:nowrap;font-family:monospace;font-size:16px;margin:0;padding:0 10px;line-height:110%}td.logline{background-color:#EEE;text-align:right;padding:0 5px}td.loglevel{text-align:right}.logperpage{float:right;padding-bottom:8px}.logpaginator{float:left;padding-top:5px}.logpaginator a{padding:0 8px}.logwarn{text-align:center;color:red} -- cgit v1.2.3