summaryrefslogtreecommitdiffstats
path: root/web/html/css/arch.css
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-09-24 16:57:35 +0200
committereliott <eliott@cactuswax.net>2007-09-24 16:57:35 +0200
commitaebdd21b58046f647c7c500dde5152ba774303ab (patch)
tree38472bb7a4decb86d83e31bd1be6af98ee094dbc /web/html/css/arch.css
parentac8291a5dcbfe9edf53d627be1139fe52708d4ce (diff)
downloadaur-aebdd21b58046f647c7c500dde5152ba774303ab.tar.gz
aur-aebdd21b58046f647c7c500dde5152ba774303ab.tar.xz
More changes to page styles.
Diffstat (limited to 'web/html/css/arch.css')
-rw-r--r--web/html/css/arch.css20
1 files changed, 15 insertions, 5 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css
index 7d8f41f3..65f3cff4 100644
--- a/web/html/css/arch.css
+++ b/web/html/css/arch.css
@@ -410,7 +410,7 @@ textarea.vLargeTextField {
margin-left: 5%;
margin-right: 5%;
}
-.pkgbox {
+.pgbox {
width: 90%;
margin-left: 5%;
margin-right: 5%;
@@ -421,7 +421,17 @@ textarea.vLargeTextField {
text-align: left;
padding: 3px;
}
-.pkgboxtitle {
+.frontpgboxbody {
+ padding: 10px;
+}
+.frontpgboxbody > table {
+ width: 100%;
+}
+.boxSoftTitle {
+ text-align: right;
+}
+
+.pgboxtitle {
border-width: 2px;
border-style: solid;
border-color: #dddddd;
@@ -435,14 +445,14 @@ textarea.vLargeTextField {
padding-bottom: 2px;
padding-right: 10px;
}
-.pkgboxbody, .pkgboxbody-comment {
+.pgboxbody, .pgboxbody-comment {
padding: 10px;
}
-.pkgboxbody input {
+.pgboxbody input {
margin-right: 10px;
}
-.pkgboxbody-comment > table {
+.pgboxbody-comment > table {
border-collapse: separate;
border-spacing: 0 15px;
}