Radio page changes

Moved login button to top right corner.
Changed background image.
This commit is contained in:
drigato 2015-06-12 13:07:47 -04:00
parent 53b67d0826
commit ba2aeae7b4
7 changed files with 50 additions and 3 deletions

View file

Before

Width:  |  Height:  |  Size: 959 KiB

After

Width:  |  Height:  |  Size: 959 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

View file

@ -1,5 +1,5 @@
html {
background: url("img/background.png") no-repeat center center fixed;
background: url("img/background-testing-2.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
@ -26,6 +26,34 @@ body {
margin: 40px 0px 0px 60px;
}
.login-btn {
float: right;
margin-right: 60px;
margin-top: 40px;
display:inline-block;
background-color: #000000;
opacity: 0.5;
padding: 10px;
}
.login-btn a {
color: #459B8F;
text-decoration: none;
}
.login-btn span {
display: inline-block;
vertical-align: middle;
}
span.login-img {
background: url('img/login-small.png') no-repeat center -25px;
display: inline-block;
vertical-align: middle;
width: 25px;
height: 25px;
}
#schedule_iframe, .tab_content {
color: #fff;
text-align: center;
@ -134,6 +162,19 @@ input[type="submit"]:hover {
margin: 20px 0px;
}
.login-btn {
float: right;
margin-right: 0px;
margin-top: 0px;
position: absolute;
top: 15px;
right: 5px;
}
span.login-img {
display:none;
}
.tab_content {
margin-top: 0px;
width: auto;