Skip to content

Commit

Permalink
next batch of changes, mostly string editing
Browse files Browse the repository at this point in the history
  • Loading branch information
Peck committed Sep 9, 2016
1 parent 8d357f6 commit 0930dab
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 79 deletions.
26 changes: 7 additions & 19 deletions html/ui/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ body > .header .logo {
}
body > .header .logo .icon {
margin-right: 10px;
height: 30px;
}
.right-side > .page > .content-header {
position: relative;
Expand Down Expand Up @@ -2008,14 +2009,7 @@ body > .header .logo .icon {
*/
/* skin-blue navbar */
.navbar {
background: #005f82; /* Old browsers */
background: -moz-linear-gradient(top, #005f82 0%, #004a66 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005f82), color-stop(100%,#004a66)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #005f82 0%,#004a66 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #005f82 0%,#004a66 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #005f82 0%,#004a66 100%); /* IE10+ */
background: linear-gradient(to bottom, #005f82 0%,#004a66 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f82', endColorstr='#004a66',GradientType=0 ); /* IE6-9 */
background: #2B6586; /* Old browsers */
}
.navbar .nav a {
color: #fff;
Expand All @@ -2038,20 +2032,14 @@ body > .header .logo .icon {
/* skin-blue logo */
.logo {
color: #f9f9f9;
background: #005f82; /* Old browsers */
background: -moz-linear-gradient(top, #005f82 0%, #004a66 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005f82), color-stop(100%,#004a66)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #005f82 0%,#004a66 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #005f82 0%,#004a66 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #005f82 0%,#004a66 100%); /* IE10+ */
background: linear-gradient(to bottom, #005f82 0%,#004a66 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f82', endColorstr='#004a66',GradientType=0 ); /* IE6-9 */
}
background: #2B6586; /* Old browsers */
}
.logo > a {
color: #f9f9f9;
}
.logo:hover {
background: #357ca5;
background: #307095;
color: #f6f6f6;
}
/* Skin-blue user panel */
.user-panel > .image > img {
Expand Down Expand Up @@ -3379,7 +3367,7 @@ body > .header .navbar {
}

body > .header .logo {
width: 155px;
height: 30px;
}

body > .header .navbar {
Expand Down
2 changes: 1 addition & 1 deletion html/ui/html/lockscreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<table id="center" style="display:none;width:100%;height:100%;">
<tr><td style="text-align:center;vertical-align:middle">
<div style="text-align: center;"><img src="/img/nxt_logo.png" alt="Nxt" width="320" height="319" style="margin-bottom:40px;" /></div>
<div style="text-align: center;"><img src="/img/nxt_logo.png" alt="Nxt" style="margin-bottom:40px;" /></div>

<div id="login_panel">
<div class="callout callout-danger" id="testnet_login" style="max-width:400px;min-width:400px;display:none;" data-i18n="testnet_login_warning">Log in with your TestNet account - not your real one!</div><div id="login_error" style="max-width:400px;min-width:400px;display:none">
Expand Down
Loading

0 comments on commit 0930dab

Please sign in to comment.