source: extensions/File_Uploader/admin/admin.css @ 19472

Last change on this file since 19472 was 19472, checked in by julien1311, 11 years ago

first version

  • Property svn:eol-style set to LF
File size: 525 bytes
Line 
1.file_uploader_center {
2    text-align: center;
3}
4
5.file_uploader_center form {
6    text-align: center;
7}
8
9.property {
10        font-weight: bold;
11}
12       
13.file_uploader_error {
14        border-color: #ff7070;
15        background-color: #FFe5e5;
16}
17
18.file_uploader_error_description {
19        background-color: red;
20        color: white;
21        padding: 0 5px;
22        border-radius: 10px;
23        font-weight: bold;
24        cursor: help;
25}
26
27.file_uploader_help_title {
28        text-align:center;
29        font-weight:bold;
30        font-size:150%;
31        margin-top:2em;
32}
33
34.file_uploader_help_content {
35        text-align:left;
36}
Note: See TracBrowser for help on using the repository browser.