svnno****@sourc*****
svnno****@sourc*****
2008年 11月 25日 (火) 22:45:04 JST
Revision: 1446 http://svn.sourceforge.jp/view?root=pal&view=rev&rev=1446 Author: shinsuke Date: 2008-11-25 22:45:04 +0900 (Tue, 25 Nov 2008) Log Message: ----------- added css. Modified Paths: -------------- addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/confirm.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/edit.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/error.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/index.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/confirm.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/edit.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/error.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/index.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/common/common.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/config/index.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/confirm.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/edit.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/error.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/index.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/confirm.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/edit.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/error.jsp addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/index.jsp Added Paths: ----------- addresslist/trunk/src/main/webapp/css/ addresslist/trunk/src/main/webapp/css/pal-extension.css -------------- next part -------------- Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/confirm.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/confirm.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/confirm.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -5,7 +5,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/edit.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/edit.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/edit.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -5,7 +5,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/error.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/error.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/error.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -4,7 +4,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/index.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/index.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/admin/company/index.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -5,7 +5,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/confirm.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/confirm.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/confirm.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -5,7 +5,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/edit.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/edit.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/edit.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -5,7 +5,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/error.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/error.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/error.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -4,7 +4,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/index.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/index.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/admin/person/index.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -5,7 +5,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/common/common.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/common/common.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/common/common.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -4,6 +4,5 @@ <%@taglib prefix="html" uri="http://struts.apache.org/tags-html"%> <%@taglib prefix="bean" uri="http://struts.apache.org/tags-bean"%> <%@taglib prefix="tiles" uri="http://jakarta.apache.org/struts/tags-tiles"%> -<!-- %@taglib prefix="s" uri="http://sastruts.seasar.org"% --> <%@taglib prefix="f" uri="http://sastruts.seasar.org/functions"%> <%@taglib prefix="s" uri="http://sastruts.seasar.org/portlet"%> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/config/index.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/config/index.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/config/index.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -5,7 +5,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <div><html:messages id="msg" message="true"><bean:write name="msg" ignore="true"/></html:messages><html:errors/></div> <div class="form-table"> <s:form> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/confirm.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/confirm.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/confirm.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -5,7 +5,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/edit.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/edit.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/edit.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -5,7 +5,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/error.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/error.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/error.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -4,7 +4,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/index.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/index.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/user/company/index.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -5,7 +5,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/confirm.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/confirm.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/confirm.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -5,7 +5,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/edit.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/edit.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/edit.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -5,7 +5,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/error.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/error.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/error.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -4,7 +4,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Modified: addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/index.jsp =================================================================== --- addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/index.jsp 2008-11-25 12:57:34 UTC (rev 1445) +++ addresslist/trunk/src/main/webapp/WEB-INF/view/user/person/index.jsp 2008-11-25 13:45:04 UTC (rev 1446) @@ -5,7 +5,22 @@ <title></title> </head> <body> -<div style="padding:3px;"> +<script type="text/javascript"> +<!-- +var cssFile="${f:url('/css/pal-extension.css')}"; +var isMSIE = /*@cc_on!@*/false; +if(isMSIE) { + document.createStyleSheet(cssFile); +} else { + var link = document.createElement("link"); + link.setAttribute("rel", "stylesheet"); + link.setAttribute("href", cssFile); + link.setAttribute("type", "text/css"); + document.getElementsByTagName('head')[0].appendChild(link); +} +// --> +</script> +<div class="pal-portlet" style="padding:3px;"> <!-- tab: BEGIN --> <div class="tab-nav"> <ul> Added: addresslist/trunk/src/main/webapp/css/pal-extension.css =================================================================== --- addresslist/trunk/src/main/webapp/css/pal-extension.css (rev 0) +++ addresslist/trunk/src/main/webapp/css/pal-extension.css 2008-11-25 13:45:04 UTC (rev 1446) @@ -0,0 +1,210 @@ +/* +Copyright 2008 Portal Application Laboratory Project + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* ---------------- */ +/* Form Table */ +/* ---------------- */ +.pal-portlet .form-table table { +border-top: 1px solid #cccccc; +border-left: 1px solid #cccccc; +border-collapse:collapse; +} + +.pal-portlet .form-table caption { +border-top: 1px solid #cccccc; +border-left: 1px solid #cccccc; +border-right: 1px solid #cccccc; +background-color: #e8e8e8; +padding:5px; +margin:0; +font-weight: bold; +font-size:11pt; +color:#003366; +} + +.pal-portlet .form-table thead { +margin:0; +padding:0; +} + +.pal-portlet .form-table tbody { +margin:0; +padding:0; +} + +.pal-portlet .form-table tfoot { +margin:0; +padding:0; +} + +.pal-portlet .form-table th { +border-right: 1px solid #cccccc; +border-bottom: 1px solid #cccccc; +padding: 5px; +text-align: center; +background-color: #eeeeee; +empty-cells: show; +} + +.pal-portlet .form-table td { +border-right: 1px solid #cccccc; +border-bottom: 1px solid #cccccc; +padding:3px; +empty-cells: show; +} + +.pal-portlet .form-table tfoot tr td { +padding:10px; +text-align: center; +empty-cells: show; +} + +/* ---------------- */ +/* List Table */ +/* ---------------- */ +.pal-portlet .list-table table { +border-top: 1px solid #cccccc; +border-left: 1px solid #cccccc; +border-collapse:collapse; +} + +.pal-portlet .list-table caption { +border-top: 1px solid #cccccc; +border-left: 1px solid #cccccc; +border-right: 1px solid #cccccc; +background-color: #e8e8e8; +padding:5px; +margin:0; +font-weight: bold; +font-size:11pt; +color:#003366; +} + +.pal-portlet .list-table thead { +margin:0; +padding:0; +} + +.pal-portlet .list-table tbody { +margin:0; +padding:0; +} + +.pal-portlet .list-table tfoot { +margin:0; +padding:0; +} + +.pal-portlet .list-table .row1 { +background-color: #ffffff; +} + +.pal-portlet .list-table .row2 { +background-color: #fffff8; +} + +.pal-portlet .list-table th { +border-right: 1px solid #cccccc; +border-bottom: 1px solid #cccccc; +padding: 5px; +text-align: center; +background-color: #eeeeee; +empty-cells: show; +} + +.pal-portlet .list-table td { +border-right: 1px solid #cccccc; +border-bottom: 1px solid #cccccc; +padding:3px; +empty-cells: show; +} + + +/* ---------------- */ +/* Tab */ +/* ---------------- */ +.pal-portlet .tab-nav div { +height:25px; +line-height:23px; +margin:0; +padding:0; +width:100%; +} + +.pal-portlet .tab-nav ul { +margin:0; +padding:0; +width:100%; +} + +.pal-portlet .tab-nav ul li { +float:left; +height:25px; +line-height:23px; +list-style-image:none; +list-style-position:outside; +list-style-type:none; +} + +.pal-portlet .tab-nav ul li a:visited { +color:#0000EE; +} + +.pal-portlet .tab-nav ul li.first { +border-bottom:1px solid #A9A9A9; +width:10px; +} + +.pal-portlet .tab-nav ul li.last { +border-bottom:1px solid #A9A9A9; +float:none; +padding-right:10px; +text-align:right; +} + +.pal-portlet .tab-nav ul li.selected { +border-color:#A9A9A9 #A9A9A9 #FFFFFF; +border-style:solid; +border-width:1px; +display:block; +margin:-1px; +_margin-top: 0px; +} + +.pal-portlet .tab-nav ul li.selected span { +display:inline; +padding:0 10px; +white-space:pre; +} + +.pal-portlet .tab-nav ul li.selectable { +background-color:#DCDCDC; +border:1px solid #A9A9A9; +display:block; +height:24px; +} + +.pal-portlet .tab-nav ul li.selectable { +display:inline; +padding:0 10px; +white-space:pre; +} + +.pal-portlet .tab-nav ul li.spacer { +border-bottom:1px solid #A9A9A9; +width:5px; +} + Property changes on: addresslist/trunk/src/main/webapp/css/pal-extension.css ___________________________________________________________________ Name: svn:eol-style + native