diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-07 20:53:20 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-07 20:53:20 +0000 |
| commit | a0e093c353140308fc2fac24f1ec179e304ab3ba (patch) | |
| tree | 7171188f2b9d4004d9346b313a02852b3c82eaff /static | |
| parent | be9608d21e785ac9e2096f3753ebadbdbfa8f780 (diff) | |
| download | Papillon-a0e093c353140308fc2fac24f1ec179e304ab3ba.tar.bz2 Papillon-a0e093c353140308fc2fac24f1ec179e304ab3ba.zip | |
Comments
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 64eb77b..e707971 100644 --- a/static/styles.css +++ b/static/styles.css @@ -24,6 +24,11 @@ font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-seri background-color:#ced3e1; } +pre{ +font-size:12px; +font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif; +} + a{ color:#6f819d; } @@ -150,6 +155,10 @@ width:600px; width:160px; } +.new_poll .submit{ +width:auto; +} + .new_poll input.limit{ width:20px; } @@ -261,4 +270,40 @@ border:1px solid lightgrey; .poll-description p{ margin:0; padding:2px; +} + + +.comments ul{ +list-style-type:None; +margin:4px; +padding:0; +} + +.comments li{ +margin:4px; +padding:4px; +border:1px solid lightgrey; +} + +.comments .author{ +margin:0; +color:#6f819d; +padding:0; +} + +.comments input{ +width:160px; +} + +.comments textarea{ +width:160px; +height:100px; +} + +.comments #tdsubmit{ +text-align:center; +} + +.comments .submit{ +width:auto; }
\ No newline at end of file |
