2012-08-24 21:14:51 -07: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-25 21:11:01 -07:00
|
|
|
|
|
|
|
.iconinfo, .hoverinfo { font-size: 1.5em; }
|
2013-01-25 03:50:53 -07:00
|
|
|
.hoverinfo { cursor: progress; }
|
2013-01-25 22:30:05 -07:00
|
|
|
|
2013-01-26 02:21:41 -07:00
|
|
|
.payment_links { background-color: #ddd; padding: 1em; border-radius: 1em;
|
|
|
|
display: inline-block; float: right; }
|
|
|
|
|
2013-08-29 02:27:48 -07:00
|
|
|
.payment-highlighted {
|
|
|
|
background-color: orange !important;
|
|
|
|
}
|
|
|
|
|
2013-01-26 02:21:41 -07:00
|
|
|
.avatar { height: 2em; width: 2em; }
|
|
|
|
|
2013-08-29 01:42:26 -07:00
|
|
|
.avatar-large {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2013-01-25 22:30:05 -07:00
|
|
|
textarea { height: 10em; }
|