source: extensions/upload_form/upload.css @ 31994

Last change on this file since 31994 was 4897, checked in by plg, 14 years ago

feature 1409 added: new tab "Settings".

Note: I would have like to use jQuery UI sliders for resize dimensions and
image quality BUT I can't even find the documentation of the very old version
of jQuery UI we use. I'll implement theses widget when integrating UploadForm
into trunk (with jQuery + jQuery UI updated).

  • Property svn:eol-style set to LF
File size: 568 bytes
Line 
1#uploadBoxes P {
2  margin:0;
3  margin-bottom:2px;
4  padding:0;
5}
6
7#batchLink {
8  text-align:center;
9}
10
11.category_selection {
12  min-height:65px;
13  margin-top:5px;
14}
15
16.category_selection TABLE {
17  margin:0;
18}
19
20.formField {
21  width:650px;
22  margin:0 auto 20px auto;
23  padding:10px;
24  border: 2px solid #292929;
25}
26
27.formFieldTitle {
28  font-weight:bold;
29  margin-bottom:10px;
30}
31
32.formField P {
33  margin:0;
34}
35
36.formField TH {
37  text-align:right;
38  padding-right: 5px;
39}
40
41#uploadFormSettings input[type="text"] {
42  text-align:right;
43}
44
45#uploadFormSettings TH {
46  width:50%;
47}
Note: See TracBrowser for help on using the repository browser.