diff --git a/modules/referer/tpl/css/referer.css b/modules/referer/tpl/css/referer.css new file mode 100644 index 000000000..2f6f415a6 --- /dev/null +++ b/modules/referer/tpl/css/referer.css @@ -0,0 +1,5 @@ +.refererLeft { width:250px; float:left; margin-top:10px;} + +.refererRight { width:580px; float:left; margin-left:20px;margin-top:10px; } +.refererRight .refererList { table-layout:fixed; } +.refererRight .refererList .refererUrl { white-space:nowrap; overflow:hidden; }