]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/admin/admin.css
new and improved classic. Pull lists and hold lists should probably include filters...
[Evergreen.git] / Open-ILS / xul / staff_client / server / admin / admin.css
1 body { font-family: Verdana, Tahoma; font-size: 10pt; background-color: white;}
2 .welcome_box { position:absolute; top: 5px; right: 5px; }
3 .title { font-weight: bold; font-size: 14pt; margin: 10px;}
4 .hide_me { visibility: hidden; display: none }
5 .has_color { background: #E0F0E0; color: #000000; }
6 .data_grid { font-weight: 500; border-collapse: collapse;}
7 .data_grid thead tr { background: #E0F0E0; color: #000000; }
8 .data_grid thead td { border: 1px solid #808080; padding-right: 5px; padding-left: 5px;}
9 .data_grid tbody td { border: 1px solid #E0E0E0; padding: 5px; }
10 .data_grid_center { text-align: center; }
11 .data_grid_padded tbody td { padding: 10px; }
12 .insert_row { border: 2px solid #A0B0A0; padding: 50px;}
13 .padded { padding-left: 7px; padding-right: 7px; }
14 .select_big { width: 15em; }
15 .select_bigger { width: 18em; }
16 .context_help { font-weight: bold; color: blue; }
17
18 select { width: 12em; }
19 select:disabled { color: #555555; }
20 input[type="text"]:disabled { color: #555555; }
21
22 button {
23         color:#050;
24         font-family:'trebuchet ms',helvetica,sans-serif;
25         font-size:84%;
26         font-weight:bold;
27         background-color:#fed;
28         border:1px solid;
29         border-top-color:#696;
30         border-left-color:#696;
31         border-right-color:#363;
32         border-bottom-color:#363;
33         margin: 4px;
34 }
35
36 button:disabled  { 
37         color: #808080; 
38         background: #E0E0E0; 
39         border: 1px solid #808080;
40 }
41
42 .cal_img {
43         cursor: pointer; 
44         border: 1px solid red; 
45         padding: 0px; margin: 0px; 
46 }
47 .cal_img:hover { background: red ; }