Author: smilek
Date: Thu Sep 7 00:05:14 2006
New Revision: 441002
URL: http://svn.apache.org/viewvc?view=rev&rev=441002
Log:
changed header sort style classes with improved backgrounds and up/down sort
arrows
Modified:
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/css/security-constraints.css
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/css/security-permissions.css
Modified:
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/css/security-constraints.css
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/css/security-constraints.css?view=diff&rev=441002&r1=441001&r2=441002
==============================================================================
---
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/css/security-constraints.css
(original)
+++
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/css/security-constraints.css
Thu Sep 7 00:05:14 2006
@@ -54,11 +54,20 @@
font-weight: normal;
font-size: small;
}
+
.constraints thead td, .constraints thead th {
- background:#94BEFF;
- font-size: small;
+ background-image:url(/j2-admin/images/st-head.gif);
+ background-repeat:no-repeat;
+ background-position:top right;
+ font-size: small;
font-weight: bold;
text-align: left;
+ }
+ .constraints thead td.selectedUp, .constraints thead
th.selectedUp {
+ background-image:url(/j2-admin/images/st-headup.gif);
+ }
+ .constraints thead td.selectedDown, .constraints thead
th.selectedDown {
+ background-image:url(/j2-admin/images/st-headdown.gif);
}
* html div.tableContainer table thead tr td,
Modified:
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/css/security-permissions.css
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/css/security-permissions.css?view=diff&rev=441002&r1=441001&r2=441002
==============================================================================
---
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/css/security-permissions.css
(original)
+++
portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/css/security-permissions.css
Thu Sep 7 00:05:14 2006
@@ -54,11 +54,20 @@
font-weight: normal;
font-size: small;
}
+
.permissions thead td, .permissions thead th {
- background:#94BEFF;
- font-size: small;
+ background-image:url(/j2-admin/images/st-head.gif);
+ background-repeat:no-repeat;
+ background-position:top right;
+ font-size: small;
font-weight: bold;
text-align: left;
+ }
+ .permissions thead td.selectedUp, .permissions thead
th.selectedUp {
+ background-image:url(/j2-admin/images/st-headup.gif);
+ }
+ .permissions thead td.selectedDown, .permissions thead
th.selectedDown {
+ background-image:url(/j2-admin/images/st-headdown.gif);
}
* html div.tableContainer table thead tr td,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]