1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/view/css/mod_locs.css
2016-04-17 19:59:18 +05:30

32 lines
422 B
CSS

#locs-index {
width: 100%;
}
#locs-index th:nth-child(1),
#locs-index td:nth-child(1){
padding: 7px 3px 7px 10px;
}
#locs-index th:nth-child(3),
#locs-index td:nth-child(3){
padding: 7px 3px;
}
#locs-index th:nth-child(4),
#locs-index td:nth-child(4){
padding: 7px 10px 7px 7px;
}
.primehub,
.drophub {
font-size: 1.2em;
}
.primehub:hover {
cursor: pointer;
}
.drophub:hover {
cursor: pointer;
color: red;
}