* src/data/mainX.css: enable formatted notes on narrative web
	* src/plugins/NarrativeWeb.py: enable formatted notes on narrative web
	* src/MarkupText.py: properly reset xml generator output: fix #924
	* src/ManagedWindow.py: enable accelerators in editor windows 
	* src/Editors/_EditPrimary.py: enable accelerators in editor windows
	* src/Editors/_EditSecondary.py: enable accelerators in editor windows
	* src/Editors/_EditReference.py: enable accelerators in editor windows
	* src/DisplayTabs/_NoteTab.py: enable accelerators in editor windows 
	* src/DisplayTabs/_ButtonTab.py: enable accelerators in editor windows
	* src/DisplayTabs/_GrampsTab.py: enable accelerators in editor windows



svn: r8137
This commit is contained in:
Zsolt Foldvari
2007-02-16 21:20:36 +00:00
parent b49ef36e5d
commit d3b383109d
16 changed files with 164 additions and 48 deletions
+4
View File
@@ -110,6 +110,10 @@ TD.data {
padding: 1px 3em 1px 1px; /* Defines spacing between rows */
font-weight: bold;
}
TD.note {
padding: 1px 3em 1px 1px; /* Defines spacing between rows */
/*font-weight: bold;*/
}
TD.field {
padding: 1px 3em 1px 1px; /* Defines spacing between rows */
/*width: 15%;*/
+4
View File
@@ -112,6 +112,10 @@ TD.data {
padding: 3px 3em 3px 3px; /* Defines spacing between rows */
font-weight: bold;
}
TD.note {
padding: 3px 3em 3px 3px; /* Defines spacing between rows */
/*font-weight: bold;*/
}
TD.field {
padding: 3px 3em 3px 3px; /* Defines spacing between rows */
/*width: 15%;*/
+5
View File
@@ -115,6 +115,11 @@ TD.data {
padding-right: 3em;
font-weight: bold;
}
TD.note {
padding: 4px; /* Defines spacing between rows */
padding-right: 3em;
/*font-weight: bold;*/
}
TD.field {
padding: 4px; /* Defines spacing between rows */
padding-right: 3em;
+8
View File
@@ -123,6 +123,14 @@ TD.data {
font-weight: bold;
background-color: #f0ece6;
}
TD.note {
margin: 0;
padding: 4px; /* Defines spacing between rows */
padding-left: 10px;
padding-right: 3em;
/*font-weight: bold;*/
background-color: #f0ece6;
}
TD.field {
margin: 0;
padding: 4px; /* Defines spacing between rows */
+5
View File
@@ -132,6 +132,11 @@ TD.data {
padding-right: 3em;
font-weight: bold;
}
TD.note {
padding: 3px; /* Defines spacing between rows */
padding-right: 3em;
/*font-weight: bold;*/
}
/* float left and right */
.leftwrap {
float: left;
+2
View File
@@ -110,6 +110,8 @@ TD.field {
}
TD.data {
}
TD.note {
}
#summaryarea TABLE.infolist TR TD {
font-weight: bold;
}