summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authormms <git@sapka.me>2024-11-23 22:43:55 +0100
committermms <git@sapka.me>2024-11-23 22:43:55 +0100
commit1711cc312f7e65e2fb9dc633f8d5dc06f67ddf0c (patch)
treedd5e21eb5a09e607ed4e0623dea7f83367b7a655 /themes
parent877a7217fc25820abf7ef5e57bee2ed87a118c04 (diff)
feat: links|
Diffstat (limited to 'themes')
-rw-r--r--themes/24-unification/layouts/_default/baseof.html42
1 files changed, 23 insertions, 19 deletions
diff --git a/themes/24-unification/layouts/_default/baseof.html b/themes/24-unification/layouts/_default/baseof.html
index 4603f99..d660f8a 100644
--- a/themes/24-unification/layouts/_default/baseof.html
+++ b/themes/24-unification/layouts/_default/baseof.html
@@ -398,29 +398,33 @@ nav.horizontal {
}
table.links {
- padding: 0;
- width: 100%;
- margin: 0;
- td.button {
-
- padding-left: 10px;
- padding-right: 10px;
- }
- }
- table.eptab {
+ padding: 0;
width: 100%;
+ margin: 0;
+ td.button {
- th {
- text-align: center;
- padding: 20px;
+ min-width: 88px;
+ overflow: hidden;
+ padding-left: 10px;
+ padding-right: 10px;
+ img {
+ padding:0;
+ }
}
+ table.eptab {
+ width: 100%;
- tr td {
- text-align: center;
- }
- tr td:last-child {
- text-align: left;
- }
+ th {
+ text-align: center;
+ padding: 20px;
+ }
+
+ tr td {
+ text-align: center;
+ }
+ tr td:last-child {
+ text-align: left;
+ }
}
a.list-button-link {