Subversion Repositories wimsdev

Rev

Rev 12920 | Rev 15722 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12920 Rev 14709
Line 7... Line 7...
7
}
7
}
8
 
8
 
9
input[type="submit"],
9
input[type="submit"],
10
.wims_button,
10
.wims_button,
11
.wims_button_help,
11
.wims_button_help,
12
.wims_button_feedback,
-
 
13
.wims_tab,
12
.wims_tab,
14
.wims_tabselect,
13
.wims_tabselect,
15
/* Jquery UI hack : */ .ui-widget input[type="submit"]{
14
/* Jquery UI hack : */ .ui-widget input[type="submit"]{
16
   display:inline-block;
15
   display:inline-block;
17
   vertical-align: middle;
16
   /*vertical-align: middle;*/
18
   width:auto;
17
   width:auto;
19
   padding:.2em .6em;
18
   padding:.2em .6em;
20
   font-family: AllerBold, Arial, Helvetica, sans-serif;
19
   /*font-family: AllerBold, Arial, Helvetica, sans-serif;*/
21
   font-weight:bold;
20
   font-weight:bold;
22
   cursor:pointer;
21
   cursor:pointer;
23
   overflow:visible;
22
   overflow:visible;
24
   position:relative;
23
   position:relative;
25
   text-decoration:none;
24
   text-decoration:none;
Line 40... Line 39...
40
}
39
}
41
 
40
 
42
input[type="submit"].small,
41
input[type="submit"].small,
43
.wims_button.small,
42
.wims_button.small,
44
.wims_button_help.small,
43
.wims_button_help.small,
45
.wims_button_feedback.small,
-
 
46
.wims_tab.small,
44
.wims_tab.small,
47
.wims_tabselect.small{
45
.wims_tabselect.small{
48
  font-size: 10px;
46
  font-size: 10px;
49
}
47
}
50
 
48
 
51
/* Text shadow for light buttons (i.e : when color:black). Not suitable for white text*/
49
/* Text shadow for light buttons (i.e : when color:black). Not suitable for white text*/
52
/*.wims_button_help{
50
/*.wims_button_help{
53
   text-shadow:0 -1px 1px rgba(255, 255, 255, .5);
51
   text-shadow:0 -1px 1px rgba(255, 255, 255, .5);
54
}*/
52
}*/
55
 
-
 
56
.wims_button_feedback {
-
 
57
   border:2px solid green;
-
 
58
   border-radius:50px;
-
 
59
   background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .25));
-
 
60
   font-size: 1em;
-
 
61
   height: 2em;
-
 
62
   background-color: orange;
-
 
63
   color:black;
-
 
64
}
-
 
65
 
53
 
66
input[type="submit"]:hover,
54
input[type="submit"]:hover,
67
.wims_button:hover,
55
.wims_button:hover,
68
.wims_button_help:hover,
56
.wims_button_help:hover,
69
.wims_tab:hover {
57
.wims_tab:hover {
Line 78... Line 66...
78
 
66
 
79
/* "pressed button" style */
67
/* "pressed button" style */
80
input[type="submit"]:active,
68
input[type="submit"]:active,
81
.wims_button:active,
69
.wims_button:active,
82
.wims_button_help:active,
70
.wims_button_help:active,
83
.wims_button_feedback:active,
-
 
84
.wims_tab:active {
71
.wims_tab:active {
85
   top:1px;
72
   top:1px;
86
   box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .5);
73
   box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .5);
87
}
74
}
88
 
75