mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
26 lines
347 B
CSS
26 lines
347 B
CSS
.app-container {
|
|
float: left;
|
|
width: 177px;
|
|
margin: 35px;
|
|
}
|
|
|
|
.app-name {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
margin: 10px 0px;
|
|
}
|
|
|
|
.app-icon {
|
|
display: table-cell;
|
|
table-layout: fixed;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.app-info {
|
|
display: table-cell;
|
|
table-layout: fixed;
|
|
vertical-align: top;
|
|
padding-left: 10px;
|
|
}
|