diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-10-26 03:06:16 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-10-26 03:06:16 +0000 |
| commit | 3d400cb03f533704fb65ce3894a933f731597afe (patch) | |
| tree | 76501253ca187c3f89877146d09e1e8316cf90ed /modules_v3 | |
| parent | d0e3127e4c1131e73651feb5ab264d7c5ed64245 (diff) | |
| download | webtrees-3d400cb03f533704fb65ce3894a933f731597afe.tar.gz webtrees-3d400cb03f533704fb65ce3894a933f731597afe.tar.bz2 webtrees-3d400cb03f533704fb65ce3894a933f731597afe.zip | |
Missed file from "Move census assistant css into module, and remove module.css from all themes"
Diffstat (limited to 'modules_v3')
| -rw-r--r-- | modules_v3/GEDFact_assistant/css/cens_style.css | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/modules_v3/GEDFact_assistant/css/cens_style.css b/modules_v3/GEDFact_assistant/css/cens_style.css new file mode 100644 index 0000000000..d5888ca2b7 --- /dev/null +++ b/modules_v3/GEDFact_assistant/css/cens_style.css @@ -0,0 +1,58 @@ +/**
+ * 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 {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;}
|
