diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-07-14 10:58:29 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-07-14 10:58:29 +0200 |
commit | be5dc41888ed2f2e093810bb3fc42b898dd6f6c9 (patch) | |
tree | 365b146bb4623165e51ed016d5a7e6b753f3cdff /static | |
parent | 7fc2738a86f83da8693ecfcdf7e4c783b95b134a (diff) | |
download | Chimère - projet Saclay-be5dc41888ed2f2e093810bb3fc42b898dd6f6c9.tar.bz2 Chimère - projet Saclay-be5dc41888ed2f2e093810bb3fc42b898dd6f6c9.zip |
CSS: adjust cloud image
Diffstat (limited to 'static')
-rw-r--r-- | static/saclay/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index 3e84b33..335e011 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -1630,7 +1630,7 @@ input.hasDatepicker{ } .cloud{ - width:350px; + width:351px; padding:0; margin:0; } @@ -1652,7 +1652,7 @@ div.cloud h4{ .close_img{ display:block; overflow:hidden; - width:350px; + width:351px; height:22px; background-image:url(../images/popup/close.png); background-position:center; |