Skip to content
Snippets Groups Projects
Commit 5b96b7e9 authored by gnaegi's avatar gnaegi
Browse files

OO-1040 add media selector to icons include file for sass 3.3 compatibility

parent cf5c88be
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
* *
* ================================================= * =================================================
*/ */
@media all {
.b_with_small_icon_left { .b_with_small_icon_left {
padding: 2px 0 2px 20px; padding: 2px 0 2px 20px;
...@@ -420,4 +421,6 @@ body#b_body .o_CourseModule_icon_closed {background-image:url('../openolat/image ...@@ -420,4 +421,6 @@ body#b_body .o_CourseModule_icon_closed {background-image:url('../openolat/image
.o_portrait_dummy_male_small {background-image: url(../openolat/images/dummy_male_small.png); width: 30px; height: 30px;} .o_portrait_dummy_male_small {background-image: url(../openolat/images/dummy_male_small.png); width: 30px; height: 30px;}
.o_portrait_anonymous {background-image: url(../openolat/images/dummy.png); width: 100px; height: 100px;} .o_portrait_anonymous {background-image: url(../openolat/images/dummy.png); width: 100px; height: 100px;}
.o_portrait_anonymous_small {background-image: url(../openolat/images/dummy_small.png); width: 30px; height: 30px;} .o_portrait_anonymous_small {background-image: url(../openolat/images/dummy_small.png); width: 30px; height: 30px;}
}
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment