You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sm...@apache.org on 2007/12/08 10:27:57 UTC

svn commit: r602353 - /portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/css/security-constraints.css

Author: smilek
Date: Sat Dec  8 01:27:56 2007
New Revision: 602353

URL: http://svn.apache.org/viewvc?rev=602353&view=rev
Log:
The following revision comments are from branches/JETSPEED-2.1.3 revisions which were not individually checked-in to trunk
=== ---------------------------------------------------------------- ===
[ from branches/JETSPEED-2.1.3 r595434 ] | smilek | 2007-11-15 13:24:02 -0700 (Thu, 15 Nov 2007) | 1 line

improve constraints and permissions
=== ---------------------------------------------------------------- ===
[ from branches/JETSPEED-2.1.3 r584014 ] | smilek | 2007-10-11 18:51:29 -0600 (Thu, 11 Oct 2007) | 1 line

attempting to get portlet content to be resizable in desktop
=== ---------------------------------------------------------------- ===

Modified:
    portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/css/security-constraints.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?rev=602353&r1=602352&r2=602353&view=diff
==============================================================================
--- 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 Sat Dec  8 01:27:56 2007
@@ -14,111 +14,112 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-        .dojoDialog {
-            background : #eee;
-            border : 1px solid #999;
-            -moz-border-radius : 5px;
-            padding : 4px;
-            width: 920px;
-        }
-
-        .buttonbox {
-            display: block;
-            text-align: center;
-        }
-        .buttonbox .dojoButton {
-            float: left;
-            margin-right: 10px;
-            margin-bottom: 6px;
-		}
-
-        .buttonboxright {
-            display: block;
-            text-align: center;
-        }
-        .buttonboxright .dojoButton {
-            float: right;
-            margin-left: 10px;
-            margin-bottom: 6px;
-		}
-
-		.constraints {
-			font-family:Lucida Grande, Verdana;
-			font-size:0.8em;
-			width:100%;
-			border:1px solid #ccc;
-			cursor:default;
-		}
-
-        #mainTabContainer {
-            width: 100%;
-            height: 304px;
-        }
-
-		* html div.tableContainer {	/* IE only hack */
-			width: 95%;
-			border: 1px solid #ccc;
-			height: 285px;
-			overflow-x: hidden;
-			overflow-y: auto;
-		}
-
-		.constraints td,
-		.constraints th{
-			border-right: 1px solid #999;
-			padding: 2px;
-			font-weight: normal;
-            font-size: small;
-		}
-		
-		.constraints thead td, .constraints thead th {
-			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,
-		* html div.tableContainer table thead tr th{
-			/* IE Only hacks */
-			position:relative;
-			top:expression(dojo.html.getFirstAncestorByTag(this,'table').parentNode.scrollTop-2);
-		}
-		
-        
-		html>body tbody.scrollContent {
-			height: 262px;
-			overflow-x: hidden;
-			overflow-y: auto;
-		}
-
-		tbody.scrollContent td, tbody.scrollContent tr td {
-			background: #FFF;
-			padding: 2px;
-		}
-
-		tbody.scrollContent tr.alternateRow td {
-			background: #e3edfa;
-			padding: 2px;
-		}
-
-		tbody.scrollContent tr.selected td {
-			background: yellow;
-			padding: 2px;
-		}
-		tbody.scrollContent tr:hover td {
-			background: #a6c2e7;
-			padding: 2px;
-		}
-		tbody.scrollContent tr.selected:hover td {
-			background: #ff3;
-			padding: 2px;
-		}
+        .dojoDialog {
+            background : #eee;
+            border : 1px solid #999;
+            -moz-border-radius : 5px;
+            padding : 4px;
+            width: 920px;
+        }
+
+        .buttonbox {
+            display: block;
+            text-align: center;
+        }
+        .buttonbox .dojoButton {
+            float: left;
+            margin-right: 10px;
+            margin-bottom: 6px;
+		}
+
+        .buttonboxright {
+            display: block;
+            text-align: center;
+        }
+        .buttonboxright .dojoButton {
+            float: right;
+            margin-left: 10px;
+            margin-bottom: 6px;
+		}
+
+		.constraints {
+			font-family:Lucida Grande, Verdana;
+			font-size:0.8em;
+			width:100%;
+			border:1px solid #ccc;
+			cursor:default;
+		}
+
+        #mainTabContainer {
+            width: 100%;
+            height: 304px;
+            top: 2px;  /* without this, the tabs are cut off at the top */
+        }
+
+		* html div.tableContainer {	/* IE only hack */
+			width: 95%;
+			border: 1px solid #ccc;
+			height: 285px;
+			overflow-x: hidden;
+			overflow-y: auto;
+		}
+
+		.constraints td,
+		.constraints th{
+			border-right: 1px solid #999;
+			padding: 2px;
+			font-weight: normal;
+            font-size: small;
+		}
+		
+		.constraints thead td, .constraints thead th {
+			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,
+		* html div.tableContainer table thead tr th{
+			/* IE Only hacks */
+			position:relative;
+			top:expression(dojo.html.getFirstAncestorByTag(this,'table').parentNode.scrollTop-2);
+		}
+		
+        
+		html>body tbody.scrollContent {
+			height: 262px;
+			overflow-x: hidden;
+			overflow-y: auto;
+		}
+
+		tbody.scrollContent td, tbody.scrollContent tr td {
+			background: #FFF;
+			padding: 2px;
+		}
+
+		tbody.scrollContent tr.alternateRow td {
+			background: #e3edfa;
+			padding: 2px;
+		}
+
+		tbody.scrollContent tr.selected td {
+			background: yellow;
+			padding: 2px;
+		}
+		tbody.scrollContent tr:hover td {
+			background: #a6c2e7;
+			padding: 2px;
+		}
+		tbody.scrollContent tr.selected:hover td {
+			background: #ff3;
+			padding: 2px;
+		}



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org