diff --git a/Admin/Templates/alliance.tpl b/Admin/Templates/alliance.tpl index 211049a3..0c08f733 100644 --- a/Admin/Templates/alliance.tpl +++ b/Admin/Templates/alliance.tpl @@ -151,9 +151,9 @@ if($_GET['aid']) -
+
-
+
@@ -163,9 +163,9 @@ if($_GET['aid']) -
+
-
+
diff --git a/Templates/Plus/3.tpl b/Templates/Plus/3.tpl index 348eb151..e080d736 100644 --- a/Templates/Plus/3.tpl +++ b/Templates/Plus/3.tpl @@ -71,6 +71,7 @@ else $holdmr = intval($holdtotmin - (($holdhr * 60) + ($holdtotday * 1440))); echo " " . ($holdmr) . " mins"; } +} ?> = 86400) { echo 'too little gold'; } } -} ?> diff --git a/img/admin/admin.css b/img/admin/admin.css index 5ed7631c..c53cb573 100644 --- a/img/admin/admin.css +++ b/img/admin/admin.css @@ -527,7 +527,7 @@ table#profile thead th, table#profile tfoot th {background-image:url(../un/a/c2. table#profile thead td, table#profile tfoot td {background-color:#F3F3F3; text-align:center; width:50%;} table#profile tbody th, table#profile tbody td {text-align:left;} table#profile td.details {width:50%; height:156px; padding:0px; vertical-align:top; border-bottom:none;} -table#profile td.details table {border-collapse:collapse; line-height:16px; margin-top:0px; width:100%;} +table#profile td.details table {border-collapse:collapse; line-height:16px; margin-top:0px; width:100%; height:100%} table#profile td.details table th {width:50%; border-left:none; border-top:none; background:none;} table#profile td.details table td {border-right:none; border-left:none; border-top:none; text-align:left;} table#profile td.desc1, table#profile td.desc2 {width:50%; padding:0px 7px; vertical-align:middle;} @@ -572,6 +572,17 @@ input#btn_forward {width:97px; background-image: url(b/forward.gif);} input#btn_demolish {width:97px; background-image: url(b/demolish.gif);} input#btn_search {width:97px; background-image: url(b/search.gif);} +.desc1div { + width: 235px; + word-wrap: break-word; + overflow-wrap: break-word; +} +.desc2div { + width: 234px; + word-wrap: break-word; + overflow-wrap: break-word; +} + /* Start tooltips for the admin panel settings */ .tooltip { position: relative;