-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathip_clinics.css
More file actions
31 lines (22 loc) · 805 Bytes
/
ip_clinics.css
File metadata and controls
31 lines (22 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/** iPhone clinics stylesheet **/
body{
-webkit-text-size-adjust:none;
font-family:Helvetica, Arial, Verdana, sans-serif;
padding:5px;
}
/** Highlight clinic name **/
tr.et-clinic-tr1 { background: #FF9960; }
.et-clinic-name { background: #FF9960; }
.et-clbl-sub-tr1 { background: #FF9960; }
/** try to fix layout size **/
table.et-clinic { width: 100%; }
td.et-clinic-td2 { width: 15%; text-align: right; }
td.et-clinic-td3 { width: 15%; text-align: right; }
table.et-clbl-table { width: 100%; }
/** highlight tags **/
.et-clinic-tags { background: #D0D0A0; }
.et-clbl-sub-tr3 { background: #D0D0A0; }
.et-clbl-td-clinic-empty { background: #A0A0A0; }
/** usual warnings in bright colors **/
span.et-error-missing { background:red; }
span.et-warning-missing { background:yellow; }