summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2010-09-06 13:41:30 +0000
committerRob Peters <makitso@gmail.com>2010-09-06 13:41:30 +0000
commit5d2074a2245597c94bf6d3aee92002509c4ef7bf (patch)
tree6a4ab4b212f60238b6d30193862be3bef714fe1a /themes/colors
parent5ef401a03d722fec07eda20b6631cd89fc262202 (diff)
downloadwebtrees-5d2074a2245597c94bf6d3aee92002509c4ef7bf.tar.gz
webtrees-5d2074a2245597c94bf6d3aee92002509c4ef7bf.tar.bz2
webtrees-5d2074a2245597c94bf6d3aee92002509c4ef7bf.zip
Fix position problems with sidebar for IE7
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/css/aquamarine.css4
-rw-r--r--themes/colors/css/ash.css4
-rw-r--r--themes/colors/css/belgianchocolate.css6
-rw-r--r--themes/colors/css/bluelagoon.css6
-rw-r--r--themes/colors/css/bluemarine.css6
-rw-r--r--themes/colors/css/coldday.css6
-rw-r--r--themes/colors/css/greenbeam.css4
-rw-r--r--themes/colors/css/mediterranio.css6
-rw-r--r--themes/colors/css/mercury.css6
-rw-r--r--themes/colors/css/nocturnal.css6
-rw-r--r--themes/colors/css/olivia.css6
-rw-r--r--themes/colors/css/pinkplastic.css6
-rw-r--r--themes/colors/css/shinytomato.css6
-rw-r--r--themes/colors/css/tealtop.css6
-rw-r--r--themes/colors/opera.css4
15 files changed, 41 insertions, 41 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css
index 613955b458..f32c7a4a77 100644
--- a/themes/colors/css/aquamarine.css
+++ b/themes/colors/css/aquamarine.css
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css
index 03409abaae..9eca8d790f 100644
--- a/themes/colors/css/ash.css
+++ b/themes/colors/css/ash.css
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css
index 0c7c5bd5c4..7991433ede 100644
--- a/themes/colors/css/belgianchocolate.css
+++ b/themes/colors/css/belgianchocolate.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
+* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $
*/
.something {
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css
index 7646bd39bf..c88581c1a7 100644
--- a/themes/colors/css/bluelagoon.css
+++ b/themes/colors/css/bluelagoon.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
+* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $
*/
.something {
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css
index 153b52fbfb..bc55741910 100644
--- a/themes/colors/css/bluemarine.css
+++ b/themes/colors/css/bluemarine.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
+* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $
*/
.something {
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css
index b29d878252..5b98bb82c9 100644
--- a/themes/colors/css/coldday.css
+++ b/themes/colors/css/coldday.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
+* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $
*/
.something {
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css
index 0a7169a25a..10f4bc4814 100644
--- a/themes/colors/css/greenbeam.css
+++ b/themes/colors/css/greenbeam.css
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css
index 8522b90af7..7c35a7b6b7 100644
--- a/themes/colors/css/mediterranio.css
+++ b/themes/colors/css/mediterranio.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
+* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $
*/
.something {
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css
index 64a073002c..31a94ea93d 100644
--- a/themes/colors/css/mercury.css
+++ b/themes/colors/css/mercury.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
+* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $
*/
.something {
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css
index be37ffb5da..7a9466197c 100644
--- a/themes/colors/css/nocturnal.css
+++ b/themes/colors/css/nocturnal.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
+* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $
*/
.something {
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css
index dcbc3d95c9..92e4da3b09 100644
--- a/themes/colors/css/olivia.css
+++ b/themes/colors/css/olivia.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
+* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $
*/
.something {
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css
index 518300588c..aaa4f997bb 100644
--- a/themes/colors/css/pinkplastic.css
+++ b/themes/colors/css/pinkplastic.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
+* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $
*/
.something {
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css
index 16c8f60770..d403621f1b 100644
--- a/themes/colors/css/shinytomato.css
+++ b/themes/colors/css/shinytomato.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
+* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $
*/
.something {
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css
index a4d6f09386..45fc901cca 100644
--- a/themes/colors/css/tealtop.css
+++ b/themes/colors/css/tealtop.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
+* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $
*/
.something {
@@ -11,9 +11,9 @@
}
body {
-font-family: tahoma, arial, helvetica, sans-serif;
+font: 12px tahoma, arial, helvetica, sans-serif;
background:#fff;
-font-size: 11px;
+
}
* {
diff --git a/themes/colors/opera.css b/themes/colors/opera.css
index 6281492418..c9e6a8013b 100644
--- a/themes/colors/opera.css
+++ b/themes/colors/opera.css
@@ -2,8 +2,8 @@
* @version $Id:S$
*/
-.ui-accordion .ui-accordion-header a { margin-top: 10px; }
-#sidebar_pin img, #sidebar_open img {margin-top: 9px;}
+.ui-accordion .ui-accordion-header a { margin-top: 12px; }
+#sidebar_pin img, #sidebar_open img {margin-top: 12px;}
select {
background: #f0ebe2;