proxy error tweaks.

This commit is contained in:
z3d
2010-12-03 18:04:29 +00:00
parent 33dde2b44e
commit 4a1235a03f
5 changed files with 8 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ div.logo a:hover {
/* HTTP Proxy warning Main box */
div.warning {
margin: 20px 20px 10px 260px;
margin: 25px 20px 15px 260px;
padding: 0px 20px 20px 75px;
background: #ffd;
border: 5px solid #fb7;

View File

@@ -33,13 +33,13 @@ div.logo {
padding: 10px;
text-align: center;
font-color: #EE9;
margin: 0 20px 0 20px;
margin: 0 20px 0 10px;
border: 1px solid #494;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
background: #000; /*url("images/camotile2.png");*/
width: 175px;
width: 185px;
-moz-box-shadow: inset 0px 0px 1px 0px #009;
-khtml-box-shadow: inset 0px 0px 1px 0px #009;
box-shadow: inset 0px 0px 1px 0px #009;
@@ -248,7 +248,7 @@ div.tunnels tr {
}
div.warning {
margin: 5px 20px 10px 240px;
margin: 25px 20px 20px 240px;
padding: 5px 25px 20px 75px;
background: #000;
border: 1px solid #494;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@@ -33,13 +33,13 @@ div.logo {
padding: 10px;
text-align: center;
font-color: #fff;
margin: 0 20px 0 20px;
margin: 0 10px;
border: 1px solid #447;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
background: #eef; /*url('images/lightbluetile.png')*/
width: 175px;
width: 185px;
-moz-box-shadow: inset 0px 0px 1px 1px #bbf;
}
@@ -256,7 +256,7 @@ div.refresh {
/* proxy error messages */
div.warning {
margin: 5px 20px 10px 240px;
margin: 20px 20px 30px 240px;
padding: 5px 25px 20px 75px;
background: #fff;
border: 1px solid #447;

View File

@@ -67,7 +67,7 @@ div.logo a:hover {
/* http proxy error warning */
div.warning {
margin: 20px 20px 10px 260px;
margin: 25px 25px 10px 260px;
padding: 0px 20px 20px 75px;
background: #001;
border: 1px solid #99f;