[pal-cvs 3536] [1270] updated styles.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 10月 31日 (金) 15:06:34 JST


Revision: 1270
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=1270
Author:   shinsuke
Date:     2008-10-31 15:06:34 +0900 (Fri, 31 Oct 2008)

Log Message:
-----------
updated styles.

Modified Paths:
--------------
    pal-portal/branches/pal-portal-1.x/portal/jetspeed-2/src/webapp/decorations/portlet/default/css/PLT-C.css
    pal-portal/branches/pal-portal-1.x/portal/jetspeed-2/src/webapp/decorations/portlet/default/css/pal-extension.css


-------------- next part --------------
Modified: pal-portal/branches/pal-portal-1.x/portal/jetspeed-2/src/webapp/decorations/portlet/default/css/PLT-C.css
===================================================================
--- pal-portal/branches/pal-portal-1.x/portal/jetspeed-2/src/webapp/decorations/portlet/default/css/PLT-C.css	2008-10-31 02:46:04 UTC (rev 1269)
+++ pal-portal/branches/pal-portal-1.x/portal/jetspeed-2/src/webapp/decorations/portlet/default/css/PLT-C.css	2008-10-31 06:06:34 UTC (rev 1270)
@@ -200,18 +200,17 @@
 }
 
 .default .portlet-section-header {
-    background-image:url(../images/header_background.gif);
-    background-repeat: repeat-x;
-    background-color:#113377;
-    color: #fff;
-    padding: 5px;
-    margin-right: 2px;
-    margin-left: 2px;
+border: 1px solid #cccccc;
+background-color: #e8e8e8;
+padding:5px;
+margin:0;
+font-weight: bold;
+font-size:11pt;
+color:#003366;
     clear: both;
 }
 
 .default .portlet-section-body {
-    background: #efefef;
     border: none;
     padding: 2px 3px;
     text-align: left;
@@ -220,7 +219,7 @@
 }
 
 .default .portlet-section-alternate {
-    background: #ddd;
+    background: #fffff8;
     border: none;
     padding: 2px 3px;
     text-align: left;
@@ -294,11 +293,6 @@
 }
 
 .default .portlet-form-button {
-    background-image:url(../images/button_background.gif);
-    background-color:#90d0ff;
-    color:#ffffff;
-
-    font-weight: bold;
 }
 
 .default .portlet-icon-label {

Modified: pal-portal/branches/pal-portal-1.x/portal/jetspeed-2/src/webapp/decorations/portlet/default/css/pal-extension.css
===================================================================
--- pal-portal/branches/pal-portal-1.x/portal/jetspeed-2/src/webapp/decorations/portlet/default/css/pal-extension.css	2008-10-31 02:46:04 UTC (rev 1269)
+++ pal-portal/branches/pal-portal-1.x/portal/jetspeed-2/src/webapp/decorations/portlet/default/css/pal-extension.css	2008-10-31 06:06:34 UTC (rev 1270)
@@ -132,3 +132,78 @@
 empty-cells: show;
 }
 
+
+/* ---------------- */
+/* Tab              */
+/* ---------------- */
+.default .tab-nav div {
+height:25px;
+line-height:23px;
+margin:0;
+padding:0;
+width:100%;
+}
+
+.default .tab-nav ul {
+margin:0;
+padding:0;
+width:100%;
+}
+
+.default .tab-nav ul li {
+float:left;
+height:25px;
+line-height:23px;
+list-style-image:none;
+list-style-position:outside;
+list-style-type:none;
+}
+
+.default .tab-nav ul li a:visited {
+color:#0000EE;
+}
+
+.default .tab-nav ul li.first {
+border-bottom:1px solid #A9A9A9;
+width:10px;
+}
+
+.default .tab-nav ul li.last {
+border-bottom:1px solid #A9A9A9;
+float:none;
+padding-right:10px;
+text-align:right;
+}
+
+.default .tab-nav ul li.selected {
+border-color:#A9A9A9 #A9A9A9 #FFFFFF;
+border-style:solid;
+border-width:1px;
+display:block;
+margin:-1px;
+}
+
+.default .tab-nav ul li.selected span {
+display:inline;
+padding:0 10px;
+white-space:pre;
+}
+
+.default .tab-nav ul li.selectable {
+background-color:#DCDCDC;
+border:1px solid #A9A9A9;
+display:block;
+height:24px;
+}
+
+.default .tab-nav ul li.selectable {
+display:inline;
+padding:0 10px;
+white-space:pre;
+}
+
+.default .tab-nav ul li.spacer {
+border-bottom:1px solid #A9A9A9;
+width:5px;
+}
+


pal-cvs メーリングリストの案内
Back to archive index