2014-08-12 16:16:44 +09:00
|
|
|
form, .accounts-dialog{
|
|
|
|
&.form-block{
|
|
|
|
background:$lightest-grey;
|
|
|
|
border-radius: 3px;
|
|
|
|
margin-bottom:10px;
|
|
|
|
padding:10px;
|
|
|
|
}
|
|
|
|
// @extend .grid-block;
|
|
|
|
>div{
|
|
|
|
@include cf;
|
|
|
|
}
|
2014-09-25 09:14:55 +09:00
|
|
|
.control-group, .form-group, .at-input{
|
2014-08-12 16:16:44 +09:00
|
|
|
@include cf;
|
|
|
|
margin-bottom:$grid-padding;
|
|
|
|
>label{
|
2014-08-20 15:59:11 +09:00
|
|
|
font-weight: bold;
|
|
|
|
display: block;
|
|
|
|
@include small{
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
@include medium-large{
|
|
|
|
float:left;
|
|
|
|
margin-right:10px;
|
|
|
|
}
|
2014-08-12 16:16:44 +09:00
|
|
|
}
|
|
|
|
.controls{
|
2014-08-20 15:59:11 +09:00
|
|
|
@include medium-large{
|
|
|
|
margin-left: 200px;
|
|
|
|
}
|
2014-08-12 16:16:44 +09:00
|
|
|
position:relative;
|
|
|
|
.inline-link{
|
|
|
|
position:absolute;
|
|
|
|
display:block;
|
|
|
|
top:2px;
|
|
|
|
right:8px;
|
|
|
|
&.loading{
|
|
|
|
background:url(/img/loading.gif) center center no-repeat;
|
|
|
|
height:22px;
|
|
|
|
width:18px;
|
|
|
|
@include hide-text2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
label{
|
|
|
|
display:block;
|
|
|
|
margin-bottom:5px;
|
|
|
|
}
|
|
|
|
label.inline{
|
|
|
|
display:inline-block;
|
|
|
|
margin-bottom:0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.inline{
|
|
|
|
.controls{
|
|
|
|
margin-left:0px;
|
|
|
|
width:80%;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
.submit{
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
|
|
|
}
|
2014-08-20 15:59:11 +09:00
|
|
|
.form-actions, .form-group{
|
2014-08-12 16:16:44 +09:00
|
|
|
@include cf;
|
|
|
|
a{
|
|
|
|
float:left;
|
|
|
|
display:block;
|
|
|
|
}
|
2014-08-20 15:59:11 +09:00
|
|
|
.button, .btn{
|
2014-08-12 16:16:44 +09:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
2014-10-08 18:38:01 +09:00
|
|
|
input[type="text"], input[type="password"], input[type="number"], input[type="email"], textarea, .login-form input{
|
2014-08-12 16:16:44 +09:00
|
|
|
display:block;
|
|
|
|
padding:5px 6px;
|
|
|
|
width:100%;
|
|
|
|
font-size:14px;
|
|
|
|
@include border-box;
|
2014-11-23 21:11:15 -08:00
|
|
|
border: 1px solid $grey;
|
|
|
|
transition: $border-color, 500ms;
|
|
|
|
// box-shadow: inset 0px 0px 0px 1px black(0.2);
|
2014-08-12 16:16:44 +09:00
|
|
|
&:focus{
|
|
|
|
outline: none;
|
|
|
|
border-color:$red;
|
2014-11-23 21:11:15 -08:00
|
|
|
box-shadow: 0px 0px 5px 0px rgba($red,0.3);
|
2014-08-12 16:16:44 +09:00
|
|
|
}
|
|
|
|
&[type="number"]{
|
|
|
|
width: 30%;
|
|
|
|
}
|
2014-12-28 11:45:35 +09:00
|
|
|
&:disabled{
|
|
|
|
background: #eee;
|
|
|
|
color: $light-text;
|
|
|
|
}
|
2014-08-12 16:16:44 +09:00
|
|
|
}
|
|
|
|
input[type="text"], input[type="password"], input[type="number"], .login-form input{
|
|
|
|
height:30px;
|
|
|
|
line-height:20px;
|
|
|
|
}
|
|
|
|
input[disabled='disabled']{
|
|
|
|
color:$light-text;
|
|
|
|
background:$lightest-grey;
|
|
|
|
}
|
|
|
|
textarea{
|
2014-12-19 11:37:23 +09:00
|
|
|
min-height:50px;
|
2014-08-12 16:16:44 +09:00
|
|
|
line-height:1.4;
|
2014-12-27 18:34:01 +09:00
|
|
|
font-size: 16px;
|
2014-08-12 16:16:44 +09:00
|
|
|
}
|
|
|
|
.note{
|
|
|
|
padding: 5px 0;
|
|
|
|
color: $light-text;
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
input[type="submit"], button, .button, .btn{
|
|
|
|
-webkit-appearance: none;
|
|
|
|
border-radius: 3px;
|
|
|
|
text-align:center;
|
|
|
|
display:block;
|
2014-08-12 17:11:36 +09:00
|
|
|
max-width: 300px;
|
2014-08-12 16:16:44 +09:00
|
|
|
padding:10px 12px;
|
|
|
|
line-height: 1;
|
|
|
|
border:none;
|
|
|
|
font-size:15px;
|
|
|
|
cursor:pointer;
|
|
|
|
margin:0;
|
2014-12-28 11:45:35 +09:00
|
|
|
color: white;
|
2014-12-30 17:36:37 +09:00
|
|
|
font-weight: normal;
|
2014-08-12 16:16:44 +09:00
|
|
|
// line-height:26px;
|
|
|
|
// height:26px;
|
|
|
|
font-weight:normal;
|
2014-12-27 18:34:01 +09:00
|
|
|
&.disabled, &.loading{
|
|
|
|
background:$lighter-grey !important;
|
2014-08-12 16:16:44 +09:00
|
|
|
pointer-events:none;
|
2014-12-28 11:45:35 +09:00
|
|
|
color: $medium-text;
|
2014-08-12 16:16:44 +09:00
|
|
|
}
|
|
|
|
&.inline{
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2014-11-27 17:43:11 +09:00
|
|
|
&.btn-primary{
|
|
|
|
background:$red;
|
|
|
|
&:link, &:hover, &:active, &:visited{
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
}
|
2014-12-27 18:34:01 +09:00
|
|
|
&.loading {
|
|
|
|
position: relative;
|
|
|
|
color: $lighter-grey !important;
|
|
|
|
&:after{
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
margin: -10px 0 0 -10px;
|
|
|
|
content: " ";
|
|
|
|
display: block;
|
|
|
|
background: url('/img/loading.svg');
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
background-size: 20px 20px;
|
|
|
|
}
|
|
|
|
}
|
2014-08-12 16:16:44 +09:00
|
|
|
}
|
2014-08-20 15:59:11 +09:00
|
|
|
input[type="search"]{
|
|
|
|
font-size:14px;
|
|
|
|
}
|
2014-08-12 16:16:44 +09:00
|
|
|
.twitter-signup{
|
|
|
|
margin-bottom:20px;
|
|
|
|
padding-bottom:20px;
|
|
|
|
border-bottom:1px solid $lighter-grey;
|
|
|
|
.twitter-button{
|
|
|
|
background:#00aced;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.category-slug{
|
|
|
|
font-size:12px;
|
|
|
|
float:left;
|
|
|
|
width:80%;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
.ui-autocomplete{
|
|
|
|
background: white;
|
|
|
|
width: 200px!important;
|
|
|
|
padding:10px;
|
|
|
|
font-size:14px;
|
2014-11-23 21:11:15 -08:00
|
|
|
box-shadow: 0 1px 1px black(0.15);
|
2014-08-12 16:16:44 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.help-block{
|
|
|
|
color: $light-text;
|
|
|
|
margin-bottom:$grid-padding;
|
2014-09-16 11:51:13 +09:00
|
|
|
}
|
2014-09-18 07:24:42 +09:00
|
|
|
#editor>iframe{
|
2014-09-16 11:51:13 +09:00
|
|
|
border: 1px solid #B5B0B0;
|
2014-09-18 07:24:42 +09:00
|
|
|
}
|
|
|
|
.comment-field{
|
2014-11-23 21:11:15 -08:00
|
|
|
margin-bottom: 10px;
|
2014-09-28 16:31:12 +09:00
|
|
|
}
|
|
|
|
.fieldset-heading{
|
|
|
|
padding-bottom: 5px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
border-bottom: 1px solid #B5B0B0;
|
|
|
|
}
|
|
|
|
fieldset{
|
|
|
|
margin-bottom: 30px;
|
2014-09-29 10:15:21 +09:00
|
|
|
}
|
|
|
|
.instructions-block{
|
|
|
|
margin-top: 5px;
|
|
|
|
display: block;
|
|
|
|
font-size: 80%;
|
2014-09-29 15:40:09 +09:00
|
|
|
color: $light-text;
|
2014-12-04 13:36:17 +09:00
|
|
|
}
|
|
|
|
.private-field{
|
|
|
|
color: $red;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 12px;
|
|
|
|
text-transform: uppercase;
|
2014-08-12 16:16:44 +09:00
|
|
|
}
|