diff options
author | eliott <eliott@cactuswax.net> | 2007-09-24 07:57:35 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-09-24 07:57:35 -0700 |
commit | aebdd21b58046f647c7c500dde5152ba774303ab (patch) | |
tree | 38472bb7a4decb86d83e31bd1be6af98ee094dbc /web/html/css/arch.css | |
parent | ac8291a5dcbfe9edf53d627be1139fe52708d4ce (diff) |
More changes to page styles.
Diffstat (limited to 'web/html/css/arch.css')
-rw-r--r-- | web/html/css/arch.css | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 7d8f41f..65f3cff 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; } |