You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/02/20 15:02:24 UTC

svn commit: r509568 - in /lenya/trunk/src/webapp/lenya/resources: css/boxes.xml i18n/cmsui_de.xml

Author: andreas
Date: Tue Feb 20 06:02:23 2007
New Revision: 509568

URL: http://svn.apache.org/viewvc?view=rev&rev=509568
Log:
Fixed some layout and i18n problems

Modified:
    lenya/trunk/src/webapp/lenya/resources/css/boxes.xml
    lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml

Modified: lenya/trunk/src/webapp/lenya/resources/css/boxes.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/css/boxes.xml?view=diff&rev=509568&r1=509567&r2=509568
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/css/boxes.xml (original)
+++ lenya/trunk/src/webapp/lenya/resources/css/boxes.xml Tue Feb 20 06:02:23 2007
@@ -1,63 +1,64 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You 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.
--->
-<css>
-  
-div.lenya-box {
-    background: url('<context-prefix/>/modules/svg/tab-topLeft-5-DDDCCF-CCCCCC.png') left top no-repeat;
-    width: auto;
-    max-width: 100%;
-    font-size: small;
-    margin-bottom: 10px;
-}
-
-div.lenya-box-title {
-    background: url('<context-prefix/>/modules/svg/tab-topRight-5-DDDCCF-CCCCCC.png') right top no-repeat;
-    border-bottom: solid 1px #CCCCCC;
-    color: Black;
-    font-weight: bold;
-    padding: 2px 10px;
-}
-
-div.lenya-box-body {
-}
-
-div.lenya-box-content {
-  padding: 10px;
-  color: Black;
-  background-color: #F5F4E9;
-  border-left: solid 1px #CCCCCC;
-  border-right: solid 1px #CCCCCC;
-}
-
-div.lenya-box-bottom {
-  background: url('<context-prefix/>/modules/svg/tab-bottomLeft-5-F5F4E9-CCCCCC.png') left bottom no-repeat;
-}
-
-div.lenya-box-bottom-content {
-  background: url('<context-prefix/>/modules/svg/tab-bottomRight-5-F5F4E9-CCCCCC.png') right bottom no-repeat;
-  height: 5px;
-}
-  
-span.switch {
-  width: 2em;
-  cursor: pointer;
-  background-color: #F5F4E9;
-  border: solid 1px #CCCCCC;
-  color: Black;
-}
-</css>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<css>
+  
+  div.lenya-box {
+  background: url('<context-prefix/>/modules/svg/tab-topLeft-5-DDDCCF-CCCCCC.png') left top no-repeat;
+  width: auto;
+  max-width: 100%;
+  font-size: small;
+  margin-bottom: 10px;
+  }
+  
+  div.lenya-box-title {
+  background: url('<context-prefix/>/modules/svg/tab-topRight-5-DDDCCF-CCCCCC.png') right top no-repeat;
+  border-bottom: solid 1px #CCCCCC;
+  color: Black;
+  font-weight: bold;
+  padding: 2px 10px;
+  white-space: nowrap;
+  }
+  
+  div.lenya-box-body {
+  }
+  
+  div.lenya-box-content {
+  padding: 10px;
+  color: Black;
+  background-color: #F5F4E9;
+  border-left: solid 1px #CCCCCC;
+  border-right: solid 1px #CCCCCC;
+  }
+  
+  div.lenya-box-bottom {
+  background: url('<context-prefix/>/modules/svg/tab-bottomLeft-5-F5F4E9-CCCCCC.png') left bottom no-repeat;
+  }
+  
+  div.lenya-box-bottom-content {
+  background: url('<context-prefix/>/modules/svg/tab-bottomRight-5-F5F4E9-CCCCCC.png') right bottom no-repeat;
+  height: 5px;
+  }
+  
+  span.switch {
+  width: 2em;
+  cursor: pointer;
+  background-color: #F5F4E9;
+  border: solid 1px #CCCCCC;
+  color: Black;
+  }
+</css>

Modified: lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml?view=diff&rev=509568&r1=509567&r2=509568
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml (original)
+++ lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml Tue Feb 20 06:02:23 2007
@@ -95,8 +95,8 @@
   <message key="Link">Verweis</message>
   <message key="Caption">Überschrift</message>
   <message key="All rights reserved">Alle Rechte vorbehalten.</message>
-  <message key="show">Anzeigen</message>
-  <message key="hide">Verbergen</message>
+  <message key="show">&#160;+&#160;</message>
+  <message key="hide">&#160;-&#160;</message>
   <message key="Dimension (w x h)">Abmessung (B&#160;x&#160;H)</message>
   <message key="Height">Höhe</message>
   <message key="Width">Breite</message>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org