streams/view/css/mod_register.css

82 lines
1.1 KiB
CSS
Raw Normal View History

2012-07-22 06:17:45 +00:00
h2 {
margin: 20px 0 20px 5%;
2012-07-22 06:17:45 +00:00
}
.generic-content-wrapper-styled {
margin-left: auto;
margin-right: auto;
max-width: 820px;
font-size: 1.1em;
2012-07-22 06:17:45 +00:00
}
#register-desc, #register-invite-desc, #register-text, #register-sites {
font-weight: bold;
margin-bottom: 15px;
2013-12-26 00:57:48 +00:00
padding: 8px;
border: 1px solid #ccc;
}
@media (min-width: 560px) {
.register-label, .register-input {
2012-07-22 06:17:45 +00:00
float: left;
width: 50%;
}
2012-07-22 06:17:45 +00:00
}
@media (max-width: 559px) {
.register-label, .register-input {
2012-07-22 06:17:45 +00:00
float: left;
max-width: 400px;
}
2012-07-22 06:17:45 +00:00
}
.register-feedback {
2012-07-23 02:37:15 +00:00
float: left;
2012-08-16 10:37:07 +00:00
margin-left: 45px;
2012-07-23 02:37:15 +00:00
}
.register-field-end {
2012-07-22 06:17:45 +00:00
clear: both;
margin-bottom: 20px;
}
2012-07-23 02:37:15 +00:00
#newchannel-form {
font-size: 1.4em;
margin-left: 15%;
margin-top: 20px;
width: 50%;
}
#newchannel-form .descriptive-paragraph {
color: #888;
margin-left: 20px;
margin-bottom: 25px;
}
.newchannel-label {
float: left;
width: 275px;
}
.newchannel-role-morehelp {
float: left;
width: 32px;
}
.newchannel-input {
float: left;
width: 275px;
padding: 5px;
}
.newchannel-feedback {
float: left;
margin-left: 5px;
}
.newchannel-field-end {
clear: both;
margin-bottom: 20px;
}