Commit 28b111092362a08cc5a96af55526830c9b4c2511

Authored by Melissa Wen
1 parent e88483c1

Adding Use Report Style

Showing 1 changed file with 56 additions and 0 deletions   Show diff stats
css/use-report.css 0 → 100644
... ... @@ -0,0 +1,56 @@
  1 +/*** Profile homepage ***/
  2 +
  3 +/* Ratings Header */
  4 +.profile-homepage #content .community-average-rating-container{
  5 + margin-top: 21px;
  6 + overflow: auto;
  7 +}
  8 +
  9 +.profile-homepage #content .community-average-rating-container .star-rate-text{
  10 + font-size: 14px;
  11 + letter-spacing: 0.2px;
  12 + margin-right: 5px;
  13 + padding: 4px 0px 0px 3px;
  14 +}
  15 +
  16 +.profile-homepage #content .community-average-rating-container .star-container{
  17 + margin-top: 2px;
  18 +}
  19 +
  20 +.profile-homepage #content .community-average-rating-container .rate-this-community{
  21 + font-size: 14px;
  22 + text-decoration: underline;
  23 + margin: 4px 0px 0px 6px;
  24 + padding: 0px 0px 0px 15px;
  25 +}
  26 +
  27 +.profile-homepage #content .community-average-rating-container .rate-this-community a{
  28 + color: #2c66ce;
  29 +}
  30 +
  31 +.profile-homepage #content .community-average-rating-container .star-container .medium-star-negative,
  32 +.profile-homepage #content .community-average-rating-container .star-container .medium-star-positive{
  33 + margin-right: 3px;
  34 +}
  35 +
  36 +/* Use report list */
  37 +
  38 +.profile-homepage #content .communities-ratings-block .ratings-title .block-title {
  39 + background: none;
  40 + border-bottom: 1px solid #D3D6DE;
  41 + border-top: none;
  42 + color: #172738;
  43 + font-size: 20px;
  44 + font-weight: 700;
  45 + letter-spacing: 1.8px;
  46 + margin-bottom: 0px;
  47 + padding: 0px 0px 12px 4px;
  48 +}
  49 +
  50 +.profile-homepage #content .communities-ratings-block .ratings-list .make-report-block {
  51 + background-repeat: no-repeat;
  52 + border-bottom: 1px solid #D3D6DE;
  53 + border-top: none;
  54 + margin-top: 0px;
  55 + padding-top: 32px;
  56 +}
... ...