summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-05-13 16:20:58 +0100
committerGreg Roach <fisharebest@gmail.com>2015-05-13 16:20:58 +0100
commit6529fcb26280e6a11f7ca90b493373f536f044e0 (patch)
treece2e013e00a16942b7f582f3c8c1443e53fe17f9
parent7742d4606531c61d8c660fe33fc749888c3fa30a (diff)
downloadwebtrees-6529fcb26280e6a11f7ca90b493373f536f044e0.tar.gz
webtrees-6529fcb26280e6a11f7ca90b493373f536f044e0.tar.bz2
webtrees-6529fcb26280e6a11f7ca90b493373f536f044e0.zip
Import some styles from bootstrap
-rw-r--r--themes/clouds/css-1.7.0/style.css13
-rw-r--r--themes/colors/css-1.7.0/style.css13
-rw-r--r--themes/fab/css-1.7.0/style.css13
-rw-r--r--themes/minimal/css-1.7.0/style.css13
-rw-r--r--themes/webtrees/css-1.7.0/style.css13
-rw-r--r--themes/xenea/css-1.7.0/style.css13
6 files changed, 54 insertions, 24 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css
index 56856d78cb..99f4946599 100644
--- a/themes/clouds/css-1.7.0/style.css
+++ b/themes/clouds/css-1.7.0/style.css
@@ -216,6 +216,15 @@ header form {
font-size: 12px;
}
+/* Some styles from bootstrap */
+.text-muted {
+ color: #777;
+}
+
+.small {
+ font-size: 12px;
+}
+
#mycart a img {
height: 15px;
}
@@ -2948,10 +2957,6 @@ dd .deletelink {
width: 160px;
}
-#edit_interface-page input[type="text"][id^="TIME"] {
- width: 100px;
-}
-
#edit_interface-page input[type="text"][id*="OBJE_FILE"] {
width: 200px;
}
diff --git a/themes/colors/css-1.7.0/style.css b/themes/colors/css-1.7.0/style.css
index 1e56de79a4..94f563ccc0 100644
--- a/themes/colors/css-1.7.0/style.css
+++ b/themes/colors/css-1.7.0/style.css
@@ -228,6 +228,15 @@ header form {
font-size: 12px;
}
+/* Some styles from bootstrap */
+.text-muted {
+ color: #777;
+}
+
+.small {
+ font-size: 12px;
+}
+
#mycart a img {
height: 15px;
}
@@ -2942,10 +2951,6 @@ dd .deletelink {
width: 160px;
}
-#edit_interface-page input[type="text"][id^="TIME"] {
- width: 100px;
-}
-
#edit_interface-page input[type="text"][id*="OBJE_FILE"] {
width: 200px;
}
diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css
index eaa98e4fbb..fe84db4e1b 100644
--- a/themes/fab/css-1.7.0/style.css
+++ b/themes/fab/css-1.7.0/style.css
@@ -212,6 +212,15 @@ header form {
font-size: 12px;
}
+/* Some styles from bootstrap */
+.text-muted {
+ color: #777;
+}
+
+.small {
+ font-size: 12px;
+}
+
#mycart a img {
height: 15px;
}
@@ -2873,10 +2882,6 @@ dd .deletelink {
width: 160px;
}
-#edit_interface-page input[type="text"][id^="TIME"] {
- width: 100px;
-}
-
#edit_interface-page input[type="text"][id*="OBJE_FILE"] {
width: 200px;
}
diff --git a/themes/minimal/css-1.7.0/style.css b/themes/minimal/css-1.7.0/style.css
index 715f9eb0d5..c00860b30b 100644
--- a/themes/minimal/css-1.7.0/style.css
+++ b/themes/minimal/css-1.7.0/style.css
@@ -139,6 +139,15 @@ legend img {
width: 20px;
}
+/* Some styles from bootstrap */
+.text-muted {
+ color: #777;
+}
+
+.small {
+ font-size: 12px;
+}
+
img.block,
#mycart img {
border: 0;
@@ -2855,10 +2864,6 @@ dd .deletelink {
width: 160px;
}
-#edit_interface-page input[type="text"][id^="TIME"] {
- width: 100px;
-}
-
#edit_interface-page input[type="text"][id*="OBJE_FILE"] {
width: 200px;
}
diff --git a/themes/webtrees/css-1.7.0/style.css b/themes/webtrees/css-1.7.0/style.css
index c941f8c462..b8edff52fc 100644
--- a/themes/webtrees/css-1.7.0/style.css
+++ b/themes/webtrees/css-1.7.0/style.css
@@ -124,6 +124,15 @@ legend img {
width: 20px;
}
+/* Some styles from bootstrap */
+.text-muted {
+ color: #777;
+}
+
+.small {
+ font-size: 12px;
+}
+
img.block,
#mycart img {
border: 0;
@@ -2830,10 +2839,6 @@ dd .deletelink {
width: 160px;
}
-#edit_interface-page input[type="text"][id^="TIME"] {
- width: 100px;
-}
-
#edit_interface-page input[type="text"][id*="OBJE_FILE"] {
width: 200px;
}
diff --git a/themes/xenea/css-1.7.0/style.css b/themes/xenea/css-1.7.0/style.css
index 89ec17700a..8645fa2c40 100644
--- a/themes/xenea/css-1.7.0/style.css
+++ b/themes/xenea/css-1.7.0/style.css
@@ -139,6 +139,15 @@ legend img {
width: 20px;
}
+/* Some styles from bootstrap */
+.text-muted {
+ color: #777;
+}
+
+.small {
+ font-size: 12px;
+}
+
img.block,
#mycart img {
border: 0;
@@ -2841,10 +2850,6 @@ dd .deletelink {
width: 160px;
}
-#edit_interface-page input[type="text"][id^="TIME"] {
- width: 100px;
-}
-
#edit_interface-page input[type="text"][id*="OBJE_FILE"] {
width: 200px;
}