summaryrefslogtreecommitdiffstats
path: root/web/html/css
diff options
context:
space:
mode:
authortardo <tardo@nagi-fanboi.net>2007-09-25 21:06:08 -0400
committerPaul Mattal <paul@mattal.com>2007-09-27 08:58:22 -0400
commit2e1230589dcc5c1bb19a2460193cc1de0fb73d34 (patch)
tree53ceba61d08a9b7d632070b3767ceb5a2ff1aa57 /web/html/css
parent10f6a7c40160f21f74254238e51c58eff9e61be7 (diff)
downloadaurweb-2e1230589dcc5c1bb19a2460193cc1de0fb73d34.tar.xz
Box titles now align to the left.
Might be me, but aligning to the right just looked messed up. Signed-off-by: tardo <tardo@nagi-fanboi.net>
Diffstat (limited to 'web/html/css')
-rw-r--r--web/html/css/arch.css3
-rw-r--r--web/html/css/containers.css3
2 files changed, 4 insertions, 2 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css
index 65f3cff..9fa38e5 100644
--- a/web/html/css/arch.css
+++ b/web/html/css/arch.css
@@ -440,10 +440,11 @@ textarea.vLargeTextField {
border-left-width: 1px;
border-left-color: #ffffff;
background-color: #f1f2f4;
- text-align: right;
+ text-align: left;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 10px;
+ padding-left: 10px;
}
.pgboxbody, .pgboxbody-comment {
padding: 10px;
diff --git a/web/html/css/containers.css b/web/html/css/containers.css
index 006c4ff..794865e 100644
--- a/web/html/css/containers.css
+++ b/web/html/css/containers.css
@@ -122,7 +122,8 @@
background-color: rgb( 241, 242, 244 );
padding-left: 10;
padding-top: 1;
- padding-bottom: 1;
+ padding-bottom: 1;
+ text-align: left;
}
table.boxSoftSmall
{