Revision 01c096d2 ui/static/alt-main.css

b/ui/static/alt-main.css
10 10
	margin: 0;
11 11
	padding: 0;
12 12
	border: 0;
13
	outline: 0;
14 13
	font-size: 100%;
15 14
	vertical-align: baseline;
16 15
	background: transparent;
......
19 18

  
20 19
body {
21 20
	line-height: 1;
21
    background:#fff url(../static/degrade-background.png) repeat scroll 0 0;
22
    margin: 0;
22 23
}
23 24

  
24 25
ol, ul {
......
35 36
	content: none;
36 37
}
37 38

  
38
/* remember to define focus styles! */
39 39
:focus {
40
	outline: 0;
40
    outline: 1px dotted #87AADE;
41 41
}
42 42

  
43 43
/* remember to highlight inserts somehow! */
......
55 55
	border-spacing: 0;
56 56
}
57 57

  
58
body {
59
    background:#fff url(../static/degrade-background.png) repeat scroll 0 0;
60
    margin: 0;
61
}
62

  
63 58
h5 {
64 59
    font-weight: normal;
65 60
    font-size: 9pt;
66 61
    margin-bottom:3px;
67 62
}
68 63

  
69
/* get rid of those system borders being generated for A tags */
70
a:active {
71
  outline:none;
72
}
73

  
74
*:focus {
75
    outline:0 !important;
76
}
77

  
78 64
/* root element for tabs  */
79 65
ul.css-tabs {
80 66
	margin: 0 0 0 10px; 
......
557 543
    color: black !important;
558 544
}
559 545

  
560
.actions:hover a,.instance:hover .actions a {
546
.actions a:focus, .actions:hover a,.instance:hover .actions a {
561 547
    color: #3d3d3d;
562 548
}
563 549

  
......
819 805
    vertical-align: bottom;
820 806
    position: relative;
821 807
    top: -1px;
822
    *overflow: hidden;
808
    overflow: hidden;
823 809
}
824 810

  
825 811
#misc {
......
876 862
#networks.seperator {
877 863
    background-color: #9d6d6a;
878 864
}
865

  
866
.instance h5 {
867
    margin-left: 84px;
868
    margin-right: 60px;
869
}

Also available in: Unified diff