2012-08-25 04:14:51 +00:00
|
|
|
// Place all the styles related to the users controller here.
|
|
|
|
// They will automatically be included in application.css.
|
|
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
2013-01-26 04:11:01 +00:00
|
|
|
|
|
|
|
.iconinfo, .hoverinfo { font-size: 1.5em; }
|
2013-01-25 10:50:53 +00:00
|
|
|
.hoverinfo { cursor: progress; }
|
2013-01-26 05:30:05 +00:00
|
|
|
|
2013-01-26 09:21:41 +00:00
|
|
|
.payment_links { background-color: #ddd; padding: 1em; border-radius: 1em;
|
|
|
|
display: inline-block; float: right; }
|
|
|
|
|
2013-08-29 09:27:48 +00:00
|
|
|
.payment-highlighted {
|
|
|
|
background-color: orange !important;
|
|
|
|
}
|
|
|
|
|
2013-01-26 09:21:41 +00:00
|
|
|
.avatar { height: 2em; width: 2em; }
|
|
|
|
|
2013-08-29 08:42:26 +00:00
|
|
|
.avatar-large {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2013-01-26 05:30:05 +00:00
|
|
|
textarea { height: 10em; }
|