зеркало из https://github.com/nextcloud/news.git
35 строки
553 B
CSS
35 строки
553 B
CSS
#app-shortcuts {
|
|
}
|
|
|
|
#app-shortcuts table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
white-space: normal;
|
|
}
|
|
|
|
#app-shortcuts tr:first-child {
|
|
background-color: var(--color-main-background);
|
|
}
|
|
|
|
#app-shortcuts th,
|
|
#app-shortcuts td {
|
|
padding: 10px;
|
|
}
|
|
|
|
#app-shortcuts td {
|
|
padding-right: 15px;
|
|
}
|
|
|
|
#app-shortcuts th {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#app-shortcuts th:first-child,
|
|
#app-shortcuts td:first-child {
|
|
text-align: right;
|
|
font-weight: bold;
|
|
width: 140px;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
}
|