mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
24 lines
352 B
CSS
24 lines
352 B
CSS
|
#cloud-index {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#cloud-index td:nth-child(1){
|
||
|
padding: 7px 3px 7px 10px;
|
||
|
}
|
||
|
|
||
|
#cloud-index th:nth-child(4),
|
||
|
#cloud-index td:nth-child(4){
|
||
|
padding: 7px 3px;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
#cloud-index th:nth-child(5),
|
||
|
#cloud-index td:nth-child(5){
|
||
|
padding: 7px 10px 7px 7px;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
.cloud-index-tool {
|
||
|
padding: 7px 10px;
|
||
|
}
|