- |
+ |
{if isset($representant) }
{if isset($representant.picture) }
-
+
{else}
{/if}
@@ -27,7 +27,7 @@
{/if}
|
-
+ |
{$INTRO}
{if cat_admin_access($CAT_ID)}
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index c1d34dcd1..87c28c531 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -1036,3 +1036,20 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
.warningDeletion {display:none;font-style:italic;}
#debug { margin-left: 227px; font-size:12px; }
+
+/* Album Properties */
+#albumThumbnail {
+ width:1%;
+ padding-right:10px;
+ text-align:center;
+}
+
+#albumThumbnail img {
+ border:2px solid #ddd;
+}
+
+#albumLinks {
+ vertical-align:top;
+ border-left:2px solid #ddd;
+ padding-left:10px;
+}
\ No newline at end of file
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index f795edd9f..75bfc95e8 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -253,3 +253,8 @@ div.token-input-dropdown ul li {background-color:#eee;}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color:#FF7800;}
#progressbar {border:1px solid #666; background-color:#666;}
+
+/* Album Properties */
+#albumThumbnail img, #albumLinks {
+ border-color:#333;
+}
|