Merge
This commit is contained in:
parent
2ccd37a7af
commit
3af9bad30e
92 changed files with 2089 additions and 10693 deletions
31
app/assets/stylesheets/osem-rating.css.scss
Normal file
31
app/assets/stylesheets/osem-rating.css.scss
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
/* Styling for voting on proposals*/
|
||||
.myrating.bright {
|
||||
background-image: image-url("star-bright.png");
|
||||
}
|
||||
|
||||
.myrating.glow {
|
||||
background-image: image-url("star-glow.png");
|
||||
}
|
||||
|
||||
.othersrating.bright {
|
||||
background-image: image-url("star-bright.png");
|
||||
}
|
||||
|
||||
.avgrating.bright {
|
||||
background-image: image-url("star-bright.png");
|
||||
}
|
||||
|
||||
.avgrating {
|
||||
background: image-url("star.png") 0 0;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.myrating, .othersrating {
|
||||
background: image-url("star.png") 0 0;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue