Subversion Repositories wimsdev

Rev

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

Rev 12722 Rev 12723
Line 12... Line 12...
12
.wims_button_feedback,
12
.wims_button_feedback,
13
.wims_tab,
13
.wims_tab,
14
.wims_tabselect,
14
.wims_tabselect,
15
/* Jquery UI hack : */ .ui-widget input[type="submit"]{
15
/* Jquery UI hack : */ .ui-widget input[type="submit"]{
16
   display:inline-block;
16
   display:inline-block;
-
 
17
   vertical-align: middle;
17
   width:auto;
18
   width:auto;
18
   padding:.2em .6em;
19
   padding:.2em .6em;
19
   font-family: AllerBold, Arial, Helvetica, sans-serif;
20
   font-family: AllerBold, Arial, Helvetica, sans-serif;
20
   font-weight:bold;
21
   font-weight:bold;
21
   cursor:pointer;
22
   cursor:pointer;
Line 45... Line 46...
45
.wims_tab.small,
46
.wims_tab.small,
46
.wims_tabselect.small{
47
.wims_tabselect.small{
47
  font-size: 10px;
48
  font-size: 10px;
48
}
49
}
49
 
50
 
50
input[type="button"].wims_button {
-
 
51
   display:inline-block;
-
 
52
   width:auto;
-
 
53
   font-family: 'AllerBold', Arial, Helvetica, sans-serif;
-
 
54
   margin-bottom: .1em;
-
 
55
   padding:.2em .6em;
-
 
56
   cursor:pointer;
-
 
57
   overflow:visible;
-
 
58
   position:relative;
-
 
59
   text-decoration:none;
-
 
60
   box-shadow: rgba(255, 255, 255, .75) 0 1px 1px;
-
 
61
   font-size: .8em;
-
 
62
   font-weight:bold;
-
 
63
}
-
 
64
 
-
 
65
/* Text shadow for dark buttons (i.e : when color:white). Not suitable for black text*/
-
 
66
input[type="submit"],
-
 
67
.wims_button,
-
 
68
.wims_button_feedback,
-
 
69
.wims_tab,
-
 
70
.wims_tabselect{
-
 
71
}
-
 
72
/* Text shadow for light buttons (i.e : when color:black). Not suitable for white text*/
51
/* Text shadow for light buttons (i.e : when color:black). Not suitable for white text*/
73
/*.wims_button_help{
52
/*.wims_button_help{
74
   text-shadow:0 -1px 1px rgba(255, 255, 255, .5);
53
   text-shadow:0 -1px 1px rgba(255, 255, 255, .5);
75
}*/
54
}*/
76
 
55