diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-10-26 03:46:52 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-10-26 03:46:52 +0000 |
| commit | addaced77d5d824c84edc8952e32207f0dbf9d99 (patch) | |
| tree | 7f093cbe781f1c03727ecd9208f68b36d8029c95 /modules_v3/GEDFact_assistant | |
| parent | e3291006d8f388f96d47b31589c6ffd9f8271a88 (diff) | |
| download | webtrees-addaced77d5d824c84edc8952e32207f0dbf9d99.tar.gz webtrees-addaced77d5d824c84edc8952e32207f0dbf9d99.tar.bz2 webtrees-addaced77d5d824c84edc8952e32207f0dbf9d99.zip | |
Minor adjustments to census assistant css
Diffstat (limited to 'modules_v3/GEDFact_assistant')
| -rw-r--r-- | modules_v3/GEDFact_assistant/css/cens_style.css | 157 |
1 files changed, 79 insertions, 78 deletions
diff --git a/modules_v3/GEDFact_assistant/css/cens_style.css b/modules_v3/GEDFact_assistant/css/cens_style.css index b75115de24..b2b60cf20c 100644 --- a/modules_v3/GEDFact_assistant/css/cens_style.css +++ b/modules_v3/GEDFact_assistant/css/cens_style.css @@ -1,78 +1,79 @@ -/**
- * Census Assistant module for webtrees
- *
- * webtrees: Web based Family History software
- * Copyright (C) 2011 webtrees development team.
- *
- * Derived from PhpGedView
- * Copyright (C) 2002 to 2007 John Finlay and Others
- *
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * @package webtrees
- * @subpackage GEDFact_assistant
- * @version $Id: cens_styles.css 10696 2011-02-04 21:27:30Z lukasz $
- */
-
-.cens_header {text-align:left; margin:5px; height:40px;}
-.cens_container {float:left; width:575px; margin:5px; padding:0;}
-.cens_container span {margin:0 3px;}
-.cens_search {position:relative; float:right; margin:5px; width:275px; height:410px; overflow:auto;}
-.cens_sour {font-weight:bold; font-size:10px; text-align:left; margin-bottom :5px; overflow: hidden;}
-.cens_sour_country {float:left; width:60px;}
-.cens_sour_year {float: left; width:20px;}
-.cens_sour_scs { float:right; width:430px;}
-.cens_text {font-size:11px; text-align:left;}
-textarea#NOTE {font-size: 12px;height:250px; width:98.5%; overflow:auto;}
-.cens_header_left {float:left; font-weight:bold;}
-.cens_header_right {float: right;}
-.cens_sour_1 {width:100%; margin:0; padding:0;}
-.cens_sour_2 {clear:left;width:20%; float:left; margin-top:0.25em;}
-.cens_container input {padding:0;}
-.cens_sour input {font-weight:normal; font-size:10px; margin-top:1px; width:78%;}
-.cens_textinput {clear:both; float:left; margin:5px; width:860px;}
-.cens_textinput_left {float:left; width:90%; text-align:center;}
-.cens_textinput_right {float:right; font-size:12px; margin:5px;}
-.cens_addrows {clear:both; float:left;}
-.cens_data { height:170px; overflow-y:scroll;}
-.cens_data table {width:845px;}
-#navenclose {margin:-4px; width:270px;}
-.ltrnav {position:absolute; top:-15px; left:40px;}
-.rtlnav {position:absolute; top:-15px; right:40px;}
-.headimg {margin-top:-4px; border:0;}
-.headimg2 {height:17px; border-style:none;margin:-3px;margin-left:0px;}
-.note1 {font-weight: bold;}
-.note2 {font-weight: bold;}
-.notecell {white-space: nowrap;}
-
-html[dir='rtl'] .cens_header {text-align:right;}
-html[dir='rtl'] .cens_container {float:right;}
-html[dir='rtl'] .cens_search {float:left;}
-html[dir='rtl'] .cens_sour {text-align:right;}
-html[dir='rtl'] .cens_sour_country {float:right;}
-html[dir='rtl'] .cens_sour_year {float: right;}
-html[dir='rtl'] .cens_sour_scs { float:left;}
-html[dir='rtl'] .cens_text {text-align:right;}
-html[dir='rtl'] .cens_header_left {float:right;}
-html[dir='rtl'] .cens_header_right {float: left;}
-html[dir='rtl'] .cens_sour_2 {clear:right; float:right;}
-html[dir='rtl'] .cens_textinput {clear:both; float:right;}
-html[dir='rtl'] .cens_textinput_left {float:right;}
-html[dir='rtl'] .cens_textinput_right {float:left;}
-html[dir='rtl'] .cens_addrows {clear:both; float:right;}
-html[dir='rtl'] .headimg2 {margin-right:0px;}
-
-
-
+/** + * Census Assistant module for webtrees + * + * webtrees: Web based Family History software + * Copyright (C) 2011 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2002 to 2007 John Finlay and Others + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * @package webtrees + * @subpackage GEDFact_assistant + * @version $Id$ + */ + +.cens_header {text-align:left; margin:5px; height:40px;} +.cens_container {float:left; width:575px; margin:5px 0; padding:0;} +.cens_container span {margin:0 3px;} +.cens_search {position:relative; float:right; margin:5px 0; width:275px; height:410px; overflow:auto;} +.cens_sour {font-weight:bold; font-size:10px; text-align:left; margin-bottom :5px; overflow: hidden;} +.cens_sour_country {float:left; width:60px;} +.cens_sour_year {float: left; width:20px;} +.cens_sour_scs { float:right; width:430px;} +.cens_text {font-size:11px; text-align:left;} +textarea#NOTE {font-size: 12px;height:250px; width:98.5%; overflow:auto;} +.cens_header_left {float:left; font-weight:bold;} +.cens_header_right {float: right;} +.cens_sour_1 {width:100%; margin:0; padding:0;} +.cens_sour_2 {clear:left;width:20%; float:left; margin-top:0.25em;} +.cens_container input {padding:0;} +.cens_sour input {font-weight:normal; font-size:10px; margin-top:1px; width:78%;} +.cens_textinput {clear:both; float:left; margin:5px; width:860px;} +.cens_textinput_left {float:left; width:90%; text-align:center;} +.cens_textinput_right {float:right; font-size:12px; margin:5px;} +.cens_addrows {clear:both; float:left; width:860px;} +.cens_data { height:170px; overflow-y:scroll;width:850px;} +.cens_data table {width:100%;} +.cens_data .descriptionbox {min-width:0; padding:3px;} +#navenclose {margin:-4px; width:270px;} +.ltrnav {position:absolute; top:-15px; left:40px;} +.rtlnav {position:absolute; top:-15px; right:40px;} +.headimg {margin-top:-4px; border:0;} +.headimg2 {height:17px; border-style:none;margin:-3px;margin-left:0px;} +.note1 {font-weight: bold;} +.note2 {font-weight: bold;} +.notecell {white-space: nowrap;} + +html[dir='rtl'] .cens_header {text-align:right;} +html[dir='rtl'] .cens_container {float:right;} +html[dir='rtl'] .cens_search {float:left;} +html[dir='rtl'] .cens_sour {text-align:right;} +html[dir='rtl'] .cens_sour_country {float:right;} +html[dir='rtl'] .cens_sour_year {float: right;} +html[dir='rtl'] .cens_sour_scs { float:left;} +html[dir='rtl'] .cens_text {text-align:right;} +html[dir='rtl'] .cens_header_left {float:right;} +html[dir='rtl'] .cens_header_right {float: left;} +html[dir='rtl'] .cens_sour_2 {clear:right; float:right;} +html[dir='rtl'] .cens_textinput {clear:both; float:right;} +html[dir='rtl'] .cens_textinput_left {float:right;} +html[dir='rtl'] .cens_textinput_right {float:left;} +html[dir='rtl'] .cens_addrows {clear:both; float:right;} +html[dir='rtl'] .headimg2 {margin-right:0px;} + + + |
