diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-07-14 10:58:29 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-09-06 19:38:46 +0200 |
commit | 00cec9c78d96cea16d6bc127a979fa16a46ee738 (patch) | |
tree | 0fa67337cf42d4704a50b7acf724ba72b89bf78f | |
parent | 89ee0ad65b72be31cd01e7b97dd509a2877603b3 (diff) | |
download | Chimère - projet Saclay-00cec9c78d96cea16d6bc127a979fa16a46ee738.tar.bz2 Chimère - projet Saclay-00cec9c78d96cea16d6bc127a979fa16a46ee738.zip |
CSS: adjust cloud image
-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 1283fc6..224c8f5 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -1704,7 +1704,7 @@ input.hasDatepicker{ } .cloud{ - width:350px; + width:351px; padding:0; margin:0; } @@ -1726,7 +1726,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; |