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/11/02 10:02:32 UTC

svn commit: r591274 - /lenya/sandbox/pubs/docu/resources/shared/css/page.css

Author: andreas
Date: Fri Nov  2 02:02:31 2007
New Revision: 591274

URL: http://svn.apache.org/viewvc?rev=591274&view=rev
Log:
Improved layout

Modified:
    lenya/sandbox/pubs/docu/resources/shared/css/page.css

Modified: lenya/sandbox/pubs/docu/resources/shared/css/page.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/resources/shared/css/page.css?rev=591274&r1=591273&r2=591274&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/resources/shared/css/page.css (original)
+++ lenya/sandbox/pubs/docu/resources/shared/css/page.css Fri Nov  2 02:02:31 2007
@@ -368,71 +368,71 @@
 }
 
 div.search-box {
-	border: solid 1px #CCCCCC;
-	width: auto;
-	max-width: 100%;
-	font-size: small;
-	margin-bottom: 10px;
+  border: solid 1px #CCCCCC;
+  width: auto;
+  max-width: 100%;
+  font-size: small;
+  margin-bottom: 10px;
 }
 
 div.search-box-title {
     background-color: #DDDCCF;
-	border-bottom: solid 1px #CCCCCC;
-	color: Black;
-	font-weight: bold;
-	padding: 3px 10px;
+  border-bottom: solid 1px #CCCCCC;
+  color: Black;
+  font-weight: bold;
+  padding: 3px 10px;
 }
 
 div.search-box-body {
     padding: 10px;
     background-color: #F5F4E9;
-	color: Black;
+  color: Black;
 }
 
 table.search-table {
-	color: Black;
-	background-color: White;
-	border-spacing: 0px;
-	border-collapse: collapse;
+  color: Black;
+  background-color: White;
+  border-spacing: 0px;
+  border-collapse: collapse;
 }
 
 table.search-table-noborder {
-	border: 0px;
-	border-spacing: 0px;
+  border: 0px;
+  border-spacing: 0px;
 }
 
 table.search-table th {
     background-color: #DDDCCF;
-	border: solid 1px #CCCCCC;
-	color: Black;
-	font-weight: bold;
-	padding: 3px 10px;
-	text-align: left;
-	font-size: small;
+  border: solid 1px #CCCCCC;
+  color: Black;
+  font-weight: bold;
+  padding: 3px 10px;
+  text-align: left;
+  font-size: small;
 }
 
 table.search-table td {
     background-color: #F5F4E9;
-	border: solid 1px #CCCCCC;
-	padding: 3px 10px;
-	font-size: small;
-	color: Black;
+  border: solid 1px #CCCCCC;
+  padding: 3px 10px;
+  font-size: small;
+  color: Black;
 }
 
 table.search-table-noborder td {
-	border: 0px;
-	padding: 3px 10px;
-	font-size: small;
+  border: 0px;
+  padding: 3px 10px;
+  font-size: small;
 }
 
 table.search-table-noborder-nopadding td {
-	border: 0px;
-	padding: 0px;
-	font-size: small;
+  border: 0px;
+  padding: 0px;
+  font-size: small;
 }
 
 table.search-table-noborder-nopadding th {
-	font-size: small;
+  font-size: small;
 }
 
 /* Broken Internal Links in Authoring area */
@@ -480,23 +480,27 @@
   background-color: #FFCCCC;
 }
 
+div.warningTitle, div.noteTitle, div.fixmeTitle {
+  float: left;
+  color: Maroon;
+  font-size: 80%;
+  text-transform: capitalize;
+  position: relative;
+  top: 1px;
+  background: url('/modules/svg/tab-topLeft-5-FFCCCC-BB9999.png') left top no-repeat;
+}
+
+div.warningTitle div, div.noteTitle div, div.fixmeTitle div {
+  padding: .2em 1em;
+  background: url('/modules/svg/tab-topRight-5-FFCCCC-BB9999.png') right top no-repeat;
+}
+
 p.warning, p.note, p.fixme {
+  clear: left;
   border: solid 1px #BB9999;
-  border-top: none;
   padding: .5em 1em;
   background-color: #FFEEEE;
   margin-top: 0;
-}
-
-div.warningTitle, div.noteTitle, div.fixmeTitle {
-  border: solid 1px #BB9999;
-  border-bottom: none;
-  background-color: #FFCCCC;
-  padding: .2em 1em;
-  color: Maroon;
-  font-size: 80%;
-  font-weight: bold;
-  text-transform: capitalize;
 }
 
 dl {



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