Rev 16138 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16138 | Rev 16232 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | .wims_button_help, |
11 | .wims_button_help, |
12 | .wims_tab, |
12 | .wims_tab, |
13 | .wims_tabselect, |
13 | .wims_tabselect, |
14 | /* Jquery UI hack : */ .ui-widget input[type="submit"]{ |
14 | /* Jquery UI hack : */ .ui-widget input[type="submit"]{ |
15 | display:inline-block; |
15 | display:inline-block; |
16 | /*vertical-align: middle;*/ |
- | |
17 | width:auto; |
16 | width:auto; |
18 | padding:.2em .6em; |
17 | padding:.2em .6em; |
19 | /*font-family: AllerBold, Arial, Helvetica, sans-serif;*/ |
- | |
20 | font-weight:bold; |
18 | font-weight:bold; |
21 | cursor:pointer; |
19 | cursor:pointer; |
22 | overflow:visible; |
20 | overflow:visible; |
23 | position:relative; |
21 | position:relative; |
24 | text-decoration:none; |
22 | text-decoration:none; |
25 | line-height: 2em; |
23 | line-height: 2em; |
26 | border-color: #999; |
24 | border-color: #999; |
27 | /*border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);*/ |
- | |
28 | border-color: transparent rgba(0, 0, 0, .25) rgba(0, 0, 0, .5); |
25 | border-color: transparent rgba(0, 0, 0, .25) rgba(0, 0, 0, .5); |
29 | border-style:solid; |
26 | border-style:solid; |
30 | border-width:1px; |
27 | border-width:1px; |
31 | border-radius:4px; |
28 | border-radius:4px; |
32 | - | ||
33 | background-image: linear-gradient(transparent, rgba(0, 0, 0, .25)) ; |
29 | background-image: linear-gradient(transparent, rgba(0, 0, 0, .25)) ; |
34 | - | ||
35 | /*background-image: linear-gradient(transparent, rgba(0, 0, 0, .25));*/ |
- | |
36 | /* 3D effect */ |
- | |
37 | /*box-shadow: 0 1px 0 rgba(255, 255, 255, .25) inset, 0 1px 2px rgba(0, 0, 0, .25);*/ |
- | |
38 | font-size: 12px; |
30 | font-size: 12px; |
39 | } |
31 | } |
40 | 32 | ||
41 | input[type="submit"].small, |
33 | input[type="submit"].small, |
42 | .wims_button.small, |
34 | .wims_button.small, |