Fixed a navigation menu errors in WebCal and Basic-Blue and Visually.
svn: r14936
This commit is contained in:
@@ -29,12 +29,10 @@ Style Name: Web_Alphabet-Horizontal Stylesheet
|
||||
Header
|
||||
----------------------------------------------------- */
|
||||
div#header {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Body Element
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
# Copyright 2008-2009 Rob G. Healey <robhealey1@gmail.com>
|
||||
# Copyright 2008-2010 Rob G. Healey <robhealey1@gmail.com>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -46,9 +46,9 @@ Females Web_Gender_Female.png
|
||||
# $Id: Web_Basic-Blue.css 14483 2010-02-25 15:52:32Z robhealey1 $
|
||||
|
||||
NarrativeWeb Styles
|
||||
-------------------------------------------------------------------------------------------- */
|
||||
--------------------------------------------------------------------------------------------
|
||||
|
||||
/* Navigation
|
||||
Navigation
|
||||
----------------------------------------------------- */
|
||||
div#navigation ul li.CurrentSection a {
|
||||
color: #FFF;
|
||||
@@ -818,8 +818,10 @@ div#Download table.download td.Modified {
|
||||
|
||||
/* Sources
|
||||
----------------------------------------------------- */
|
||||
#Sources { }
|
||||
|
||||
#Sources {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
div#Sources table.infolist tbody tr td {
|
||||
background-color: #70B1ED;
|
||||
}
|
||||
@@ -869,7 +871,7 @@ div#RepositoryList table.repolist tbody tr td.ColumnName {
|
||||
div#AddressBookList, AddressBookDetail {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 855px;
|
||||
width: 100%;
|
||||
}
|
||||
div#AddressBookList table.addressbook {
|
||||
margin: .3em 0 .3em 0;
|
||||
@@ -921,7 +923,7 @@ div#AddressBookList table.addressbook tbody tr td.ColumnWebLinks {
|
||||
margin:0;
|
||||
padding:0 20px 3em 2em;
|
||||
}
|
||||
div.subsection{
|
||||
div.subsection {
|
||||
padding-bottom:.5em;
|
||||
}
|
||||
div.subsection h4 {
|
||||
@@ -1390,9 +1392,6 @@ div#pedigree {
|
||||
/* Calendar Styles
|
||||
-------------------------------------------------------------------------------------------- */
|
||||
/* Calendar : General */
|
||||
body#WebCal {
|
||||
background-color: #FFF;
|
||||
}
|
||||
.calendar {
|
||||
empty-cells:show;
|
||||
width:100%;
|
||||
|
||||
Reference in New Issue
Block a user