2013-12-17 11:49:48 +00:00
|
|
|
.jqistates {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2013-12-16 11:22:23 +00:00
|
|
|
.jqistates h2 {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
text-align: center;
|
|
|
|
color: #424242;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jqistates input {
|
2014-01-24 10:24:18 +00:00
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
2014-08-05 07:39:04 +00:00
|
|
|
.jqistates input[type='text'], input[type='password'] {
|
2013-12-16 11:22:23 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jqibuttons button {
|
|
|
|
margin-right: 5px;
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.jqidefaultbutton #inviteLinkRef {
|
|
|
|
color: #2c8ad2;
|
2015-03-11 09:03:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#inviteLinkRef {
|
|
|
|
-webkit-user-select: text;
|
|
|
|
user-select: text;
|
2013-12-16 11:22:23 +00:00
|
|
|
}
|