- Added the new "synchro" mode to the CSV load page.

SVN:trunk[1003]
This commit is contained in:
Denis Flaven
2010-12-01 10:27:10 +00:00
parent 9d1df1b799
commit 73e9107ae2
3 changed files with 132 additions and 10 deletions

View File

@@ -899,4 +899,13 @@ a.truncated {
span.form_validation {
width:24px;
text-align:center;
}
}
.notification {
border: 1px solid #c33;
background-color: #fee;
padding: 0.5em;
margin: 0.5em;
text-align:center;
width: 95%;
-moz-border-radius: 0.5em;
}