You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.4 KiB
84 lines
1.4 KiB
.page.wizard .uniForm {
|
|
margin: 0 0 30px;
|
|
width: 83%;
|
|
}
|
|
|
|
.page.wizard h1 {
|
|
padding: 10px 0;
|
|
display: block;
|
|
font-size: 30px;
|
|
margin: 80px 5px 0;
|
|
}
|
|
|
|
.page.wizard .description {
|
|
padding: 10px 5px;
|
|
font-size: 1.45em;
|
|
line-height: 1.4em;
|
|
display: block;
|
|
}
|
|
|
|
.page.wizard .tab_wrapper {
|
|
background: #5c697b;
|
|
height: 65px;
|
|
font-size: 1.75em;
|
|
position: fixed;
|
|
top: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
left: 0;
|
|
z-index: 2;
|
|
box-shadow: 0 0 10px rgba(0,0,0,0.1);
|
|
}
|
|
|
|
.page.wizard .tab_wrapper .tabs {
|
|
padding: 0;
|
|
margin: 0 auto;
|
|
display: block;
|
|
height: 100%;
|
|
width: 100%;
|
|
max-width: 960px;
|
|
}
|
|
|
|
.page.wizard .tabs li {
|
|
display: inline-block;
|
|
height: 100%;
|
|
}
|
|
.page.wizard .tabs li a {
|
|
padding: 20px 10px;
|
|
height: 100%;
|
|
display: block;
|
|
color: #FFF;
|
|
font-weight: normal;
|
|
border-bottom: 4px solid transparent;
|
|
}
|
|
|
|
.page.wizard .tabs li:hover a { border-color: #047792; }
|
|
.page.wizard .tabs li.done a { border-color: #04bce6; }
|
|
|
|
.page.wizard .tab_wrapper .pointer {
|
|
border-right: 10px solid transparent;
|
|
border-left: 10px solid transparent;
|
|
border-top: 10px solid #5c697b;
|
|
display: block;
|
|
position: absolute;
|
|
top: 44px;
|
|
}
|
|
|
|
.page.wizard .tab_content {
|
|
margin: 20px 0 160px;
|
|
}
|
|
|
|
.page.wizard form > div {
|
|
min-height: 300px;
|
|
}
|
|
|
|
.page.wizard .button.green {
|
|
padding: 20px;
|
|
font-size: 25px;
|
|
margin: 10px 0 80px;
|
|
display: block;
|
|
}
|
|
|
|
.page.wizard .tab_nzb_providers {
|
|
margin: 20px 0 0 0;
|
|
}
|
|
|