2011-12-01 02:06:27 +00:00
|
|
|
/* variables and mixins used in multiple less files go here */
|
2011-10-04 20:18:59 +00:00
|
|
|
.header-text {
|
|
|
|
height: 36px;
|
|
|
|
line-height: 36px;
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 13px;
|
2011-10-13 16:25:10 +00:00
|
|
|
letter-spacing: -0.05em;
|
2011-10-04 20:18:59 +00:00
|
|
|
}
|
|
|
|
.panelborders {
|
|
|
|
border-width: 1px 0px;
|
|
|
|
border-style: solid none;
|
|
|
|
border-color: #FFFFFF;
|
|
|
|
}
|
2012-02-06 15:57:37 +00:00
|
|
|
.roundedspan {
|
2012-02-06 15:50:37 +00:00
|
|
|
border: 1px solid #d4d4d4;
|
|
|
|
-moz-border-radius: 7px;
|
|
|
|
-webkit-border-radius: 7px;
|
|
|
|
border-radius: 7px;
|
|
|
|
padding: 1px;
|
|
|
|
color: #fff;
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2012-02-06 15:57:37 +00:00
|
|
|
.roundedspan > span {
|
2012-02-06 15:50:37 +00:00
|
|
|
padding: 7px 7px;
|
|
|
|
min-width: 15px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2012-02-06 15:57:37 +00:00
|
|
|
.roundedspan > span .hovertext {
|
2012-02-06 15:50:37 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2012-02-06 15:57:37 +00:00
|
|
|
.roundedspan > span:hover .hovertext {
|
2012-02-06 15:50:37 +00:00
|
|
|
display: inline;
|
|
|
|
}
|
2012-01-10 21:27:31 +00:00
|
|
|
.mediaborder {
|
|
|
|
padding: 5px;
|
|
|
|
border: solid 5px #EDF3F4;
|
|
|
|
}
|
2012-01-13 17:34:42 +00:00
|
|
|
.google_signup_div {
|
|
|
|
padding: 14px 0;
|
|
|
|
}
|
|
|
|
.google_signup_div div {
|
2012-01-30 15:09:45 +00:00
|
|
|
height: 24px;
|
|
|
|
line-height: 24px;
|
2012-01-13 17:34:42 +00:00
|
|
|
float: left;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
.google_signup_div img {
|
|
|
|
float: left;
|
2012-01-30 15:09:45 +00:00
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
2012-01-13 17:34:42 +00:00
|
|
|
}
|
|
|
|
.actionbuttons {
|
|
|
|
width: auto;
|
|
|
|
height: 36px;
|
|
|
|
line-height: 36px;
|
|
|
|
background: #8dc63f;
|
|
|
|
-moz-border-radius: 32px;
|
|
|
|
-webkit-border-radius: 32px;
|
|
|
|
border-radius: 32px;
|
|
|
|
color: white;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 15px;
|
|
|
|
border: none;
|
2012-01-13 21:24:34 +00:00
|
|
|
margin: 5px 0;
|
2012-01-13 17:34:42 +00:00
|
|
|
}
|
2012-03-07 18:23:34 +00:00
|
|
|
.errors {
|
2012-04-16 18:18:04 +00:00
|
|
|
-moz-border-radius: 16px 16px 0 0;
|
|
|
|
-webkit-border-radius: 16px 16px 0 0;
|
|
|
|
border-radius: 16px 16px 0 0;
|
2012-04-16 16:14:04 +00:00
|
|
|
border: solid #e35351 3px;
|
|
|
|
clear: both;
|
2012-03-07 18:23:34 +00:00
|
|
|
width: 90%;
|
2012-04-16 16:14:04 +00:00
|
|
|
height: auto;
|
2012-03-07 18:23:34 +00:00
|
|
|
line-height: 16px;
|
2012-04-16 16:14:04 +00:00
|
|
|
padding: 7px 0;
|
|
|
|
font-weight: bold;
|
2012-05-15 00:37:57 +00:00
|
|
|
font-size: 13px;
|
2012-03-07 18:23:34 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.errors li {
|
|
|
|
list-style: none;
|
|
|
|
border: none;
|
|
|
|
}
|