summaryrefslogtreecommitdiff
path: root/chimere/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-09-28 12:11:36 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-09-28 12:11:36 +0200
commitfcdd3280d115ed330120a9e270780e736f5bb443 (patch)
tree87574cb7682e89db24e2c84bdf62b6e1a1ab6d96 /chimere/static
parentab1c5d25ce34ea58f450c1e0131e4552b5bbc4f3 (diff)
downloadChimère-fcdd3280d115ed330120a9e270780e736f5bb443.tar.bz2
Chimère-fcdd3280d115ed330120a9e270780e736f5bb443.zip
Add a waiting message
Diffstat (limited to 'chimere/static')
-rw-r--r--chimere/static/chimere/css/styles.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css
index 336f6e2..592b25a 100644
--- a/chimere/static/chimere/css/styles.css
+++ b/chimere/static/chimere/css/styles.css
@@ -605,17 +605,15 @@ table.inline-table td input[type=file]{
}
#waiting-content {
- width:33px;
+ width:95px;
position:relative;
margin:0 auto;
background-color:white;
- padding:10px;
+ padding:10px 5px 0 5px;
border:1px solid black;
+ text-align:center;
}
-
-
-
/* openlayer customisation */
.olControlPermalink {
display: block;