Removed .css from .css.scss from files which were causing deprecation warning
This commit is contained in:
parent
0ee0da1898
commit
8e91f51940
11 changed files with 3 additions and 3 deletions
19
app/assets/stylesheets/osem-rating.scss
Normal file
19
app/assets/stylesheets/osem-rating.scss
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/* 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;
|
||||
margin-right: -2px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
display: inline-block;
|
||||
}
|
||||
.myrating, .othersrating {
|
||||
background: image-url("star.png") 0 0;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue