1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/app/widgets/Subscribe/subscribe.css
2016-03-15 16:28:38 +01:00

34 lines
590 B
CSS

/*#subscribe .server:hover {
background-color: #EEE;
cursor: pointer;
border-color: #BBB;
}
#subscribe .server h1 {
padding: 0;
line-height: 1em;
font-size: 1.2em;
}
#subscribe .server img.flag {
float: right;
margin-top: -1em;
}
#subscribe .server a {
text-decoration: none;
line-height: 1.5em;
}
#subscribe .server.star {
background-image: url('img/star.svg');
background-size: 2.5em 2.5em;
background-position: 100% 100%;
background-repeat: no-repeat;
}
#subscribe .server {
border: 1px solid #DDD;
padding: 1em;
}
*/