diff options
author | Gregy <gregy@gregy.cz> | 2010-08-07 11:21:27 +0200 |
---|---|---|
committer | Gregy <gregy@gregy.cz> | 2010-08-07 11:21:27 +0200 |
commit | 08d1a9da5366882e7323a3f26b3014c4aa63621c (patch) | |
tree | 1e76e89ee05e7a15e5d6257594a5526d3ab83c62 /module/web/media/default | |
parent | CSS file for log page (diff) | |
download | pyload-08d1a9da5366882e7323a3f26b3014c4aa63621c.tar.xz |
Log page refactoring and improvements
Diffstat (limited to 'module/web/media/default')
-rw-r--r-- | module/web/media/default/css/log.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/module/web/media/default/css/log.css b/module/web/media/default/css/log.css index bf410d45a..73786bfb4 100644 --- a/module/web/media/default/css/log.css +++ b/module/web/media/default/css/log.css @@ -64,4 +64,9 @@ td.loglevel .logpaginator a { padding: 0px 8px 0px 8px; +} +.logwarn +{ + text-align: center; + color: red; }
\ No newline at end of file |