diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-07-14 10:59:06 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-07-14 10:59:06 +0200 |
commit | fe12a9eef195cfd051a221bf60c4e26a55a707d6 (patch) | |
tree | 41999b63dadf73ab5a100c61d3356bbc2de66c4f | |
parent | 11285ba23e598c43ec59be67a0da41eb5c9ca3a3 (diff) | |
parent | be5dc41888ed2f2e093810bb3fc42b898dd6f6c9 (diff) | |
download | Chimère - projet Saclay-fe12a9eef195cfd051a221bf60c4e26a55a707d6.tar.bz2 Chimère - projet Saclay-fe12a9eef195cfd051a221bf60c4e26a55a707d6.zip |
Merge branch 'master' into saclay
-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 c3b92ac..58e00cc 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; |