Author: thomas.heute(a)jboss.com
Date: 2007-08-16 09:16:23 -0400 (Thu, 16 Aug 2007)
New Revision: 7952
Added:
trunk/core/src/bin/portal-core-war/themes/industrial/images/admin.gif
trunk/core/src/bin/portal-core-war/themes/maple/images/admin.gif
trunk/core/src/bin/portal-core-war/themes/mission-critical/images/admin.gif
trunk/core/src/bin/portal-core-war/themes/phalanx/images/admin.gif
Modified:
trunk/core/src/bin/portal-core-war/themes/industrial/portal_style.css
trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css
trunk/core/src/bin/portal-core-war/themes/mission-critical/portal_style.css
trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css
Log:
Icones for Admin mode
Copied: trunk/core/src/bin/portal-core-war/themes/industrial/images/admin.gif (from rev
7951,
branches/JBoss_Portal_Branch_2_6/core/src/bin/portal-core-war/themes/industrial/images/admin.gif)
===================================================================
(Binary files differ)
Modified: trunk/core/src/bin/portal-core-war/themes/industrial/portal_style.css
===================================================================
--- trunk/core/src/bin/portal-core-war/themes/industrial/portal_style.css 2007-08-16
13:11:14 UTC (rev 7951)
+++ trunk/core/src/bin/portal-core-war/themes/industrial/portal_style.css 2007-08-16
13:16:23 UTC (rev 7952)
@@ -553,6 +553,16 @@
cursor: pointer;
}
+.portlet-mode-admin {
+ background-image: url( images/admin.gif );
+ width: 16px;
+ height: 23px;
+ background-repeat: no-repeat;
+ float: left;
+ display: inline;
+ cursor: pointer;
+}
+
.portlet-mode-help {
background-image: url( images/help.gif );
width: 16px;
Copied: trunk/core/src/bin/portal-core-war/themes/maple/images/admin.gif (from rev 7951,
branches/JBoss_Portal_Branch_2_6/core/src/bin/portal-core-war/themes/maple/images/admin.gif)
===================================================================
(Binary files differ)
Modified: trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css
===================================================================
--- trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css 2007-08-16 13:11:14
UTC (rev 7951)
+++ trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css 2007-08-16 13:16:23
UTC (rev 7952)
@@ -575,6 +575,16 @@
cursor: pointer;
}
+.portlet-mode-admin {
+ background-image: url( images/admin.gif );
+ width: 16px;
+ height: 20px;
+ background-repeat: no-repeat;
+ float: left;
+ display: inline;
+ cursor: pointer;
+}
+
.portlet-mode-remove {
background-image: url( images/remove.gif );
width: 16px;
Copied: trunk/core/src/bin/portal-core-war/themes/mission-critical/images/admin.gif (from
rev 7951,
branches/JBoss_Portal_Branch_2_6/core/src/bin/portal-core-war/themes/mission-critical/images/admin.gif)
===================================================================
(Binary files differ)
Modified: trunk/core/src/bin/portal-core-war/themes/mission-critical/portal_style.css
===================================================================
--- trunk/core/src/bin/portal-core-war/themes/mission-critical/portal_style.css 2007-08-16
13:11:14 UTC (rev 7951)
+++ trunk/core/src/bin/portal-core-war/themes/mission-critical/portal_style.css 2007-08-16
13:16:23 UTC (rev 7952)
@@ -595,6 +595,16 @@
cursor: pointer;
}
+.portlet-mode-edit {
+ background-image: url( images/admin.gif );
+ width: 15px;
+ height: 15px;
+ background-repeat: no-repeat;
+ float: left;
+ display: inline;
+ cursor: pointer;
+}
+
.portlet-mode-remove {
background-image: url( images/remove.gif );
width: 15px;
Copied: trunk/core/src/bin/portal-core-war/themes/phalanx/images/admin.gif (from rev 7951,
branches/JBoss_Portal_Branch_2_6/core/src/bin/portal-core-war/themes/phalanx/images/admin.gif)
===================================================================
(Binary files differ)
Modified: trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css
===================================================================
--- trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css 2007-08-16 13:11:14
UTC (rev 7951)
+++ trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css 2007-08-16 13:16:23
UTC (rev 7952)
@@ -583,6 +583,16 @@
cursor: pointer;
}
+.portlet-mode-admin {
+ background-image: url( images/admin.gif );
+ width: 15px;
+ height: 20px;
+ background-repeat: no-repeat;
+ float: left;
+ display: inline;
+ cursor: pointer;
+}
+
.portlet-mode-edit {
background-image: url( images/edit.gif );
width: 15px;
Show replies by date