summaryrefslogtreecommitdiff
path: root/installer/install.css
diff options
context:
space:
mode:
authormamouneyya <mamoun.diraneyya@gmail.com>2010-08-31 18:04:21 +0300
committermamouneyya <mamoun.diraneyya@gmail.com>2010-08-31 18:04:21 +0300
commit0b6664e8f9d19df025739bc4a0cf1821563d6b3d (patch)
tree5b1de2331d4a9d0eb8d97bbb74be6d794d6260a1 /installer/install.css
parent0a128bab0a788288c5291491a68bd1c9ab432825 (diff)
parent23d59dec7240dfa4bffe9d88f46a848e76ce0134 (diff)
Merge remote branch 'gallery3/master'
Diffstat (limited to 'installer/install.css')
-rw-r--r--installer/install.css20
1 files changed, 18 insertions, 2 deletions
diff --git a/installer/install.css b/installer/install.css
index 513d502f..e132b80d 100644
--- a/installer/install.css
+++ b/installer/install.css
@@ -4,10 +4,14 @@ h1, h2, h3 {
body {
background: #eee;
- font-family: Trebuchet MS;
+ font-family: Trebuchet MS, Verdana;
font-size: 1.1em;
}
+em {
+ font-style: italic;
+}
+
div#outer {
width: 650px;
background: white;
@@ -47,11 +51,14 @@ fieldset {
border: 0px;
padding-left: 0px;
margin-top: 1em;
+ border: 1px solid #ccc;
+ padding: 8px;
}
fieldset legend {
font-weight: bold;
- padding-left: 0px;
+ margin: 8px;
+ padding: 2px;
}
table#db_info {
@@ -66,6 +73,9 @@ code {
background: #eee;
border: 1px solid #bbb;
padding: 2px;
+ display: block;
+ width: 200px;
+ margin: 4px 4px 4px 20px;
}
code.location {
@@ -74,3 +84,9 @@ code.location {
padding: 4px;
width: auto;
}
+
+span.subtext {
+ font-size: .7em;
+ color: #999;
+}
+