summaryrefslogtreecommitdiff
path: root/themes/24-unification/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/24-unification/layouts/_default/baseof.html')
-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 {