summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortardo <tardo@nagi-fanboi.net>2007-09-26 03:06:08 +0200
committerPaul Mattal <paul@mattal.com>2007-09-27 14:58:22 +0200
commit2e1230589dcc5c1bb19a2460193cc1de0fb73d34 (patch)
tree53ceba61d08a9b7d632070b3767ceb5a2ff1aa57
parent10f6a7c40160f21f74254238e51c58eff9e61be7 (diff)
downloadaur-2e1230589dcc5c1bb19a2460193cc1de0fb73d34.tar.gz
aur-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>
-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 65f3cff4..9fa38e58 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 006c4ff7..794865e9 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
{