diff options
author | francis <francis> | 2008-08-09 00:58:41 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-09 00:58:41 +0000 |
commit | 7809afeaafdca7289fa84bc35521dc01a3b483f0 (patch) | |
tree | 9372506086d3e30b7560ea554c2c4e11c2600696 | |
parent | efc88f2d7a4be7a8b5caff43b3a091825d757ab3 (diff) |
Text was rammed up against the line in the boxes, so make some space.
-rw-r--r-- | public/stylesheets/main.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 0c2dfe30d..9ea8579f7 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -568,6 +568,7 @@ div.pagination { text-align: center; padding-top: 0.3em;} border-width: 1px; border-style: solid; background-color: #ffeeee; + padding-right: 0.3em; } .fieldWithErrors { @@ -589,6 +590,7 @@ div.pagination { text-align: center; padding-top: 0.3em;} border-width: 1px; border-style: solid; background-color: #D5FFD8; + padding: 0.5em; } /*---------------- content : request detail pages */ |