Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #302

Closed
wants to merge 2 commits into from
Closed

test #302

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 7 additions & 5 deletions src/router/kromo/dd-wrt/brainslayer/colors.css
Expand Up @@ -16,7 +16,7 @@ pre {
}
h1 {
color: #955322;
background-image: radial-gradient(#ffeabf, transparent);
background-image: radial-gradient(#ffeabfcc, transparent);
background-size: 320px;
background-repeat: no-repeat;
background-position: left
Expand Down Expand Up @@ -48,7 +48,9 @@ fieldset {
background-color: #f9f9f9;
}
#header {
background: #f1d496 url(../../images/dd-wrt.png) bottom right no-repeat;
background: url(../../images/dd-wrt.png) bottom right no-repeat,
repeating-linear-gradient(-45deg, #fed9ae, #fed9ae 1px, #f1d496 2px, #f1d496 3px);
border-bottom: 1px inset #bb9273;
}
th {
background-color: #e9e9ed;
Expand Down Expand Up @@ -98,9 +100,9 @@ textarea {
border: 1px solid #999;
}
.submitFooter {
background: repeating-linear-gradient(55deg,
#eeeae4 , #eeeae4 2px,
#f1d496 1px, #f1d496 3px);
background: repeating-linear-gradient(-45deg,
#fed9ae, #fed9ae 1px,
#f1d496 2px, #f1d496 3px);
border: 1px solid #bb9273;
}
.message {
Expand Down
14 changes: 14 additions & 0 deletions src/router/kromo/dd-wrt/brainslayer/style.css
Expand Up @@ -352,3 +352,17 @@ pre {
float: right;
width: 42.2em;
}
#contentsInfo [name="Info"] div.col2l {
float: left;
min-width: 100%;
}
#contentsInfo [name="Info"] div.col2r {
float: left;
min-width: 100%;
}
[type='image'][src*='paypal'] {
margin-bottom: -0.5rem;
}
.center a[href='http://www.dd-wrt.com/'] {
line-height: 2.2;
}
4 changes: 2 additions & 2 deletions src/router/kromo/dd-wrt/lang_pack/english.js
Expand Up @@ -457,7 +457,7 @@ errmsg.err62=" is already defined as a static lease.";
errmsg.err100="Processing...<br />Please wait.";
errmsg.err101="Restoring configuration file...<br />Please wait.";
errmsg.err102="Upgrading firmware...<br />Please wait.";
errmsg.err103="Invalid Character Detected";
errmsg.err103="Invalid symbol detected";

// ** COMMON MENU ENTRIES **//
var bmenu= new Object();
Expand Down Expand Up @@ -1385,7 +1385,7 @@ management.titl="Administration";
management.h2="Router Management";
management.changepassword="Your router is currently not protected and uses an unsafe default username and password combination; please change it using the following dialog!";
management.psswd_legend="Login Credentials";
management.pwd_ti_aria="Invalid Characters &#94; &#58; &#42; &#96; &#39; &#34;"; // entities as follows ^:*`'"
management.pwd_ti_aria="Valid Symbols &#x21; &#x22; &#x23; &#x24; &#x25; &#x26; &#x27; &#x28; &#x29; &#x2a; &#x2b; &#x2c; &#x2d; &#x2e; &#x2f; &#x3b; &#x3c; &#x3d; &#x3e; &#x3f; &#x40; &#x5b; &#x5c; &#x5d; &#x5e; &#x5f; &#x60; &#x7b; &#x7c; &#x7d; &#x7e; &#x20;\nInvalid Symbols &#x3a;"; // valid !"#$%&'()*+,-./;<=>?@[\]^_`{|}~ invalid :
management.psswd_user="Username";
management.psswd_pass="Password";
management.pass_conf="Re-enter to Confirm";
Expand Down
30 changes: 28 additions & 2 deletions src/router/kromo/dd-wrt/wikar/style.css
Expand Up @@ -193,6 +193,9 @@ input.button[onclick*="delete"] {
border: 1px solid #2b226f;
margin: 0;
}
.gui .submitFooter {
margin: 0 300px 0 0;
}
.nostick {
position: unset;
}
Expand Down Expand Up @@ -410,11 +413,34 @@ pre {
background-color: #fff;
border: 1px solid #8f8f9d;
}
#main #contentsInfo div.col2l {
#contentsInfo[style] div.col2l {
float: left;
width: 42.2em;
}
#main #contentsInfo div.col2r {
#contentsInfo[style] div.col2r {
float: right;
width: 42.2em;
}
#contentsInfo [name="Info"] div.col2l {
float: left;
width: 48.5%;
margin: 0;
}
#contentsInfo [name="Info"] div.col2r {
float: right;
width: 48.5%;
margin: 0;
}
#contentsInfo [name="Info"] h2 {
margin: 5px 0 .906em 0;
}
#contentsInfo [name="Info"] fieldset {
margin: 0 0 .906em 0;
}
[type='image'][src*='paypal'] {
margin: 0 0 .906em 0;
}
.center a[href='http://www.dd-wrt.com/'] {
margin: 0 0 .906em 0;
line-height: 2.2;
}