diff --git a/htroot/ContentIntegrationPHPBB3_p.html b/htroot/ContentIntegrationPHPBB3_p.html index a06863ad3..4d8f09478 100644 --- a/htroot/ContentIntegrationPHPBB3_p.html +++ b/htroot/ContentIntegrationPHPBB3_p.html @@ -58,11 +58,11 @@
 
- +
 
- +
@@ -72,7 +72,7 @@
 
- +
diff --git a/htroot/CookieMonitorIncoming_p.html b/htroot/CookieMonitorIncoming_p.html index 2f86054e7..9cc003c3f 100644 --- a/htroot/CookieMonitorIncoming_p.html +++ b/htroot/CookieMonitorIncoming_p.html @@ -28,8 +28,8 @@
- #(monitorCookies.off)#::#(/monitorCookies.off)# - #(monitorCookies.on)#::#(/monitorCookies.on)# + #(monitorCookies.off)#::#(/monitorCookies.off)# + #(monitorCookies.on)#::#(/monitorCookies.on)#
#%env/templates/footer.template%# diff --git a/htroot/CookieMonitorOutgoing_p.html b/htroot/CookieMonitorOutgoing_p.html index 3d9e1ca17..56ab3cfa6 100644 --- a/htroot/CookieMonitorOutgoing_p.html +++ b/htroot/CookieMonitorOutgoing_p.html @@ -32,8 +32,8 @@
- #(monitorCookies.off)#::#(/monitorCookies.off)# - #(monitorCookies.on)#::#(/monitorCookies.on)# + #(monitorCookies.off)#::#(/monitorCookies.off)# + #(monitorCookies.on)#::#(/monitorCookies.on)#
#%env/templates/footer.template%# diff --git a/htroot/CookieTest_p.html b/htroot/CookieTest_p.html index db80592aa..1913adc73 100644 --- a/htroot/CookieTest_p.html +++ b/htroot/CookieTest_p.html @@ -11,7 +11,7 @@
- +

@@ -24,7 +24,7 @@
- +
diff --git a/htroot/IndexControlRWIs_p.html b/htroot/IndexControlRWIs_p.html index 12b3a9837..490c0f6e1 100644 --- a/htroot/IndexControlRWIs_p.html +++ b/htroot/IndexControlRWIs_p.html @@ -14,13 +14,13 @@
Retrieve by Word:
- +
Retrieve by Word-Hash:
- - + +
@@ -42,7 +42,7 @@



- + @@ -56,7 +56,7 @@ No reference size limitation (this may cause strong CPU load when words are searched that appear very often)
Limitation of number of references per word: (this causes that old references als deleted if that limit is reached)

- + @@ -130,7 +130,7 @@ 1000  
-
+
@@ -146,7 +146,7 @@
- +
@@ -154,7 +154,7 @@
Transfer by Word-Hash:
- +
to Peer:
select
+
@@ -280,8 +280,8 @@
-
- +
+
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index 6028dc169..500431e28 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -70,14 +70,14 @@ function updatepage(str) {
Retrieve by URL:
-
+
Retrieve by URL-Hash:
- - + +
@@ -91,7 +91,7 @@ function updatepage(str) {
 
Show top domains from all URLs. - +
@@ -113,7 +113,7 @@ function updatepage(str) {
- +
@@ -145,7 +145,7 @@ function updatepage(str) {
 
-
+
@@ -185,16 +185,16 @@ function updatepage(str) { -
+
-
+
 this may produce unresolved references at other word indexes but they do not harm

-
+
 delete the reference to this url at every other word where the reference exists (very extensive, but prevents unresolved references)
#(/genUrlProfile)# diff --git a/htroot/IndexCreateDomainCrawl_p.html b/htroot/IndexCreateDomainCrawl_p.html index 6cb62ed38..fb7ccfaa1 100644 --- a/htroot/IndexCreateDomainCrawl_p.html +++ b/htroot/IndexCreateDomainCrawl_p.html @@ -61,7 +61,7 @@ - + diff --git a/htroot/env/grafics/good.png b/htroot/env/grafics/good.png index c4062ef51..4ba30af1a 100644 Binary files a/htroot/env/grafics/good.png and b/htroot/env/grafics/good.png differ diff --git a/htroot/env/grafics/ok.png b/htroot/env/grafics/ok.png index 7180b2d0e..aa8c85dd7 100644 Binary files a/htroot/env/grafics/ok.png and b/htroot/env/grafics/ok.png differ diff --git a/skins/pdblue.css b/skins/pdblue.css index 0e02281ec..53b2b9b92 100644 --- a/skins/pdblue.css +++ b/skins/pdblue.css @@ -304,9 +304,10 @@ form dd, dl.pairs dd { } .submitready { - height:26px; - width:180px; - font-size:1.3em; + height:20px; + width:160px; + font-size:1.2em; + text-indent:9px; color:white; -webkit-border-radius: 20px; @@ -317,15 +318,15 @@ form dd, dl.pairs dd { background:#5090D0; background-image:url("/env/grafics/ok.png"); - background-size: 20px 20px; + background-size: 16px 16px; background-repeat:no-repeat; - background-position: 4px center; + background-position: 2px center; } .submitready:hover { background:#65AC2A; background-image:url("/env/grafics/ok.png"); - background-size: 20px 20px; + background-size: 16px 16px; background-repeat:no-repeat; - background-position: 4px center; + background-position: 2px center; } \ No newline at end of file