Radio page changes
Moved login button to top right corner. Changed background image.
This commit is contained in:
parent
53b67d0826
commit
ba2aeae7b4
7 changed files with 50 additions and 3 deletions
Before Width: | Height: | Size: 959 KiB After Width: | Height: | Size: 959 KiB |
BIN
airtime_mvc/public/css/radio-page/img/background-testing-2.jpg
Normal file
BIN
airtime_mvc/public/css/radio-page/img/background-testing-2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 605 KiB |
BIN
airtime_mvc/public/css/radio-page/img/background-testing.jpg
Normal file
BIN
airtime_mvc/public/css/radio-page/img/background-testing.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 579 KiB |
BIN
airtime_mvc/public/css/radio-page/img/background.jpg
Normal file
BIN
airtime_mvc/public/css/radio-page/img/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 544 KiB |
BIN
airtime_mvc/public/css/radio-page/img/login-small.png
Normal file
BIN
airtime_mvc/public/css/radio-page/img/login-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 482 B |
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue