Merge pull request #177 from tachtler/master
Update squidanalyzer.css and squidanalyzer.spec
This commit is contained in:
commit
41abc2b969
|
@ -3,7 +3,7 @@
|
|||
Summary: Squid proxy log analyzer and report generator
|
||||
Name: squidanalyzer
|
||||
Version: 6.6
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv3
|
||||
Group: Monitoring
|
||||
URL: http://%{name}.darold.net/
|
||||
|
@ -32,7 +32,7 @@ or more often with heavy proxy usage.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
perl Makefile.PL DESTDIR=%{buildroot} LOGFILE=%{_logdir}/squid/access.log BINDIR=%{_bindir} HTMLDIR=%{contentdir}/html/%{name} BASEURL=/%{name} MANDIR=%{_mandir}/man3 QUIET=yes
|
||||
perl Makefile.PL DESTDIR=%{buildroot} LOGFILE=%{_logdir}/squid/access.log BINDIR=%{_bindir} HTMLDIR=%{contentdir}/%{name} BASEURL=/%{name} MANDIR=%{_mandir}/man3 QUIET=yes
|
||||
|
||||
make
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ body { font-size: 10pt; background-color: #F1F1F1; min-width: 900px; }
|
|||
|
||||
#alignLeft { float: left; }
|
||||
|
||||
.italicPercent { font-style: italic; font-size: 0.7em; }
|
||||
.italicPercent { font-style: italic; font-size: 0.813em; }
|
||||
|
||||
#contenu { padding-bottom: 50px; }
|
||||
|
||||
|
@ -34,25 +34,25 @@ div.uplink a { color: #222222; text-decoration: none; font-variant: small-caps;
|
|||
|
||||
div.uplink a:hover { color: #76add2; }
|
||||
|
||||
table.stata td a.domainLink { font-size: 0.9em; font-variant: normal; font-style: italic; }
|
||||
table.stata td a.domainLink { font-size: 1em; font-variant: normal; font-style: italic; }
|
||||
|
||||
table.graphs { margin-right: auto; margin-left: auto; }
|
||||
|
||||
table.stata th.headerBlack { color: #222222; font: bold 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; }
|
||||
table.stata th.headerBlack { color: #222222; font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; }
|
||||
|
||||
table.stata { border-collapse: collapse; width: 90%; margin-left:auto; margin-right:auto; border: 0px; white-space:nowrap; }
|
||||
table.stata { border-collapse: collapse; width: 90%; margin-left:auto; margin-right:auto; margin-bottom: 25px; border: 0px; white-space:nowrap; font-size: 0.9em; }
|
||||
|
||||
table.stata th { background: #76add2; font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; letter-spacing: 2px; padding-left: 20px; padding-right: 20px; padding-top: 3px; padding-bottom: 3px; border: 2px solid silver; color: #F1F1F1; }
|
||||
table.stata th { background: #76add2; font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; font-weight: bold; letter-spacing: 2px; padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 3px; border: 2px solid silver; color: #F1F1F1; }
|
||||
|
||||
table.stata td { text-align: center; padding-left: 20px; padding-right: 20px; padding-top: 5px; padding-bottom: 5px; border: 2px solid silver; font-style: italic; }
|
||||
table.stata td { text-align: center; padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; border: 2px solid silver; font-style: italic; }
|
||||
|
||||
table.stata th.nobg { background: none; border-top: 0px; border-left: 0px; padding-left: 20px; padding-right: 20px; padding-top: 3px; padding-bottom: 3px; }
|
||||
table.stata th.nobg { background: none; border-top: 0px; border-left: 0px; padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 3px; }
|
||||
|
||||
table.stata td a { font-variant: small-caps; text-decoration: none; color: #222222; font-weight: bold; font-style: normal; font-size: 14px; }
|
||||
table.stata td a { font-variant: small-caps; text-decoration: none; color: #222222; font-weight: bold; font-style: normal; font-size: 12px; }
|
||||
|
||||
table.stata td a:hover { color: #76add2; }
|
||||
|
||||
.displayLegend { margin-left: 150px; }
|
||||
.displayLegend { margin-left: 50px; }
|
||||
|
||||
.iconUpArrow { background-image: url("./images/up-arrow.png"); background-position: left bottom; background-repeat: no-repeat; padding-left: 25px; margin-bottom: 20px; }
|
||||
|
||||
|
@ -145,4 +145,3 @@ div.tooltipLink div.tooltip table tr.row1 td { background-color: #EEEEEE; border
|
|||
div.tooltipLink div.tooltip th { font-size:11px; }
|
||||
div.tooltipLink div.tooltip td { font-size:10px; font-weight:normal; padding:1px; }
|
||||
div.tooltipLink:hover div.tooltip { display:block; z-index:20; position:absolute; top:1.5em; left:2em; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue