1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 06:57:53 +00:00
Files
matomo/plugins/Morpheus/stylesheets/ui/_tables.less
2019-04-12 08:39:20 +12:00

19 خطوط
420 B
Plaintext

// We have to use a class (and not <table> directly) because HTML tables
// are used for layouts (e.g. forms in the admin section use tables)
// TODO refactor that: https://github.com/piwik/piwik/issues/8023
.simple-table {
margin: 20px 0;
width: 100%;
border-top: 1px solid @color-silver-l90;
th,
td {
border-bottom: 1px solid @color-silver-l90;
padding: 12px;
}
th {
text-align: left;
}
}